Is there documentation on "fold-over triangles" in the Image Processing Toolbox?
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on Cartesian Coordinate System Conversion in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!