Thin plate spline correspondences
Hi all
I am trying to use the ThinPlateSplineShapeTransformer and I am not sure how to use the method estimateTransformation. I create the two keypoint vectors with the correspongin points (using my own method, not any of keypoint detectors) but I am not sure how to initialize the std::vector< DMatch > &matches. Anyone who has been using DMatch?
Thanks
looking at the code, it seems, you have to apply a BF or Flann Matcher to calculate the matches before.
this also means, that you need descriptors to do so, and that constructing keypoints from arbitrary pointclouds might be a bad idea.