You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for code review, please send a pull request from that branch (use a new branch for each pull request). Using pull request it is easier to review and one can directly comment on the code lines.
I had created the Histogram Calculation, and, Histogram Equalization with the reference to the documentation from OpenCV
http://docs.opencv.org/doc/tutorials/imgproc/histograms/histogram_equalization/histogram_equalization.html
http://docs.opencv.org/doc/tutorials/imgproc/histograms/histogram_calculation/histogram_calculation.html
Made changes to calculate the histogram for grayscale images, as it was not present in the open cv documentation.
Request for code review
here are the files
https://github.com/akarsh/uipf/blame/akarsh-patch-2/code/modules/improc/CalculateHistModule.cpp
https://github.com/akarsh/uipf/blame/akarsh-patch-2/code/modules/improc/HistogramEqualizationModule.cpp
The text was updated successfully, but these errors were encountered: