Skip to content

Create a gradient module #61

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

Open
cebe-bot opened this issue Jul 14, 2015 · 2 comments
Open

Create a gradient module #61

cebe-bot opened this issue Jul 14, 2015 · 2 comments

Comments

@cebe-bot
Copy link

This issue has been imported from gitlab.

  • author: @cebe
  • assignee: @akarsh
  • created on: 2015-06-10T21:05:23.000Z

Description

A simple module to calculate gradients of an image.

It should have one input and one output both named "image" which are of type MATRIX.

See opencv docs on how to implement it:
http://docs.opencv.org/doc/tutorials/imgproc/imgtrans/sobel_derivatives/sobel_derivatives.html

Check the GaussianModule for how to interact with data and parameters.

Each module needs a cpp for implementation and hpp for the header. To compile it, add it to the CMakeLists.txt.
Compile instrutctions are in the README.

If you need anything else, ask!

Comments


cebe on 2015-06-10T21:08:53.000Z:

mentioned in issue #3


akarsh on 2015-06-23T11:33:10.000Z:

GradientModule.cpp

Enlightenment on dSigma used in GuassianBlur function and other regarding integration module in the code in YAML further. Will put forward questions in today's meeting


mila-brandt on 2015-06-25T07:50:56.000Z:

Milestone changed to Milestone 4


mila-brandt on 2015-06-25T07:53:12.000Z:

Milestone removed


mila-brandt on 2015-06-25T07:53:20.000Z:

Milestone changed to Milestone 4


cebe on 2015-07-07T23:20:53.000Z:

Milestone removed

@cebe cebe added the module label Jul 14, 2015
@cebe
Copy link
Member

cebe commented Jul 14, 2015

a draft implementation is available here: https://github.com/TU-Berlin-CVRS/uipf/blame/master/code/modules/improc/GradientModule.cpp needs a .hpp file and meta data + review of the implementation.

@akarsh
Copy link
Contributor

akarsh commented Oct 8, 2015

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

No branches or pull requests

3 participants