We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I had created the laplace module based on the documentation of laplace operator from opencv2. http://docs.opencv.org/doc/tutorials/imgproc/imgtrans/laplace_operator/laplace_operator.html
https://github.com/akarsh/uipf/blame/akarsh-patch-2/code/modules/improc/LaplaceModule.cpp
https://github.com/akarsh/uipf/blame/akarsh-patch-2/code/modules/improc/LaplaceModule.hpp
https://github.com/akarsh/uipf/blame/akarsh-patch-2/testdata/Laplace.yaml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I had created the laplace module based on the documentation of laplace operator from opencv2.
http://docs.opencv.org/doc/tutorials/imgproc/imgtrans/laplace_operator/laplace_operator.html
Request for code review
Here is the link for the LaplaceModule.cpp
https://github.com/akarsh/uipf/blame/akarsh-patch-2/code/modules/improc/LaplaceModule.cpp
Here is the link for the LaplaceModule.hpp
https://github.com/akarsh/uipf/blame/akarsh-patch-2/code/modules/improc/LaplaceModule.hpp
Here is the processing chain file "Laplace.yaml" added to testdata
https://github.com/akarsh/uipf/blame/akarsh-patch-2/testdata/Laplace.yaml
The text was updated successfully, but these errors were encountered: