shape-context-matching icon indicating copy to clipboard operation
shape-context-matching copied to clipboard

get shape templates using shape contexts.

Results 2 shape-context-matching issues
Sort by recently updated
recently updated
newest added

during computing histogram, distance and angle between each two contour points. the code for angle computing is as follows: ` double angle(Point& p1, Point& p2) { int ydif = p2.y...

Hi @sushruta , How can I get the contours points which is saved in `conts_008.out` file? I know the contour can be detected by OpenCV's `findContour()` function, but I have...