Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gradient

In Opencv, What Data Types Does Cv2.filter2d() Expect?

I'm teaching myself about edge detectors, and I'm trying to use OpenCV's filter2D to im… Read more In Opencv, What Data Types Does Cv2.filter2d() Expect?

How Can I Make The Gradient Appearance Of One Image Equal To The Other?

I have an image A with shadow appearance in it and I have an image B which is of solid color. I wan… Read more How Can I Make The Gradient Appearance Of One Image Equal To The Other?

Corner Detection Algorithm Gives Very High Value For Slanted Edges?

I have tried implementing a basic version of shi-tomasi corner detection algorithm. The algorithm w… Read more Corner Detection Algorithm Gives Very High Value For Slanted Edges?