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 works fine for corners but I came across a strange issue that the algorithm also gives high values for slanted(titled) edges. Here's what i did Took gray scale image computer dx, and dy of the image by convolving it with sobel_x and sobel_y Took a 3 size window and moved it across the image to compute the sum of the elements in the window. computed sum of the window elements from the dy image and