Is there documentation on "fold-over triangles" in the Image Processing Toolbox?
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Cartesian Coordinate System Conversion en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!