Is there documentation on "fold-over triangles" in the Image Processing Toolbox?
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Cartesian Coordinate System Conversion finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!