Access corresponding shape points from ShapeContextDistanceExtractor?

asked 2015-02-10 06:56:26 -0600

Gebirgslok gravatar image

Hi friends!

First of all: Great work on openCV! Thanks! Now my question. Is there a way to access detected shape point correspondences (and/or the transformation between the correspondences) when using ShapeContextDistanceExtractor::computeDistance?

Best regards! Jens

edit retag flag offensive close merge delete

Comments

highly unlikely, that you can get something per point

for a 'global' transformation, you could try to estimate one.

berak gravatar imageberak ( 2015-02-10 07:50:15 -0600 )edit

Hi, i want to access the points (correspondences) and/or the transformation (which is estimated by the ShapeTransformer). Both are internal results of the algorithm which are needed to estimate the distance. Currently i can only get the distance.

Gebirgslok gravatar imageGebirgslok ( 2015-02-10 10:56:52 -0600 )edit