Is there documentation on "fold-over triangles" in the Image Processing Toolbox?
Afficher commentaires plus anciens
I want to use CP2TFORM command to create a transformation matrix between the input image and base image using the 'piecewise linear' transformation.
However, when I execute:
TFORM = cp2tform(input_points, base_points,'piecewise linear');
I receive the following error:
??? Error using ==> cp2tform>findPiecewiseLinear at 626
Eliminated xxx control point pair(s).
Fold-over triangles remain. See CP2TFORM reference page.
Error in ==> cp2tform at 159
[trans, output] = feval(findT_fcn,uv,xy,options);
Is there documentation on what does "fold-over triangles" mean?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Cartesian Coordinate System Conversion dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!