Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding gradient via convolution functionality to stage 4 #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

skrausse
Copy link

Integration of calculation of a gradient convolution in stage 4.
Steps done:

  • Including of a new script gradient.py that takes some analogsignal, transforms it to an image sequence and performs a gradient convolution on that signal. Script is structured analogous to horn_schunk.py.
  • Updated annotations in horn_schunk.py to make it identical to gradient.py. Kernel-type used was missing from the annotations and was therefore added.
  • Including new rule in Snakefile of stage04 that can execute the gradient script (in analogy to optical_flow rule).
  • Included needed parameters in the stage04 config template file.
  • Resolved ambiguity in parameter naming convention between optical flow and gradient by including prefixes "FLOW" and "GRADIENT" respectively.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants