delaynau requires collinear data
Show older comments
Hello all,
I would like to use cp2tform function with data set:
fixedPoints = [50 4412;549 4374;925 4374;1889 4425;2563 4444]; movingPoints = [50 4478;549 4478;925 4478;1889 4478;2563 4478];
I got error: "Error computing the Delaunay triangulation. The points may be collinear."
What should I do to avoid this problem?
I've tried add fuzz factor as a parameter to delaynau function call, as I've read somewhere on this forum, but it doesn't receive parameter like this.
Thank for tips.
Answers (1)
Lenka
on 18 Jan 2014
2 votes
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!