Ask Your Question

shahryar's profile - activity

2019-01-02 04:30:52 -0600 received badge  Enthusiast
2018-12-23 06:26:10 -0600 commented answer how to get shape context descriptor

Thank you so much!

2018-12-23 06:21:09 -0600 received badge  Supporter (source)
2018-12-23 06:21:04 -0600 marked best answer how to get shape context descriptor

As i know in opencv3 "shapeContextDiscriptor" has been added which is an implemention of "Belongie, Serge, Jitendra Malik, and Jan Puzicha. Shape matching and object recognition using shape contexts. CALIFORNIA UNIV SAN DIEGO LA JOLLA DEPT OF COMPUTER SCIENCE AND ENGINEERING, 2002." paper. in this paper a shape context descriptor method has been cited and used in the paper.i want to get only the result of the shape context descriptor for each input image(which is a Log-Polar histogram). but in shapeContextDescriptor class there is no interface for getting only the descriptor result.can anybody helps me how to get the descriptor result.the interface of OpenCV for shapeContextDescriptor can be found here

2018-12-23 06:21:04 -0600 received badge  Scholar (source)
2018-12-23 05:47:45 -0600 asked a question how to get shape context descriptor

how to get shape context descriptor As i know in opencv3 "shapeContextDiscriptor" has been added which is an implementio