Access corresponding shape points from ShapeContextDistanceExtractor?
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
highly unlikely, that you can get something per point
for a 'global' transformation, you could try to estimate one.
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.