Reputation: 11
We are doing a project on ear recognition. We have got the edges of the ear in a figure & have found the centroid of each. We have also drawn lines from the centroid at 10 degree intervals. Now we need to know how to find the points of intersection of these lines with our ear edges in matlab.
Upvotes: 1
Views: 1865
Reputation: 19870
There is great submission on MATLAB Central File Exchange to find curves intersections:
Fast and Robust Curve Intersections
If your ear edge represented as curve and you can calculate at least 2 points for each lines, you can find their intersections very fast with this function.
Upvotes: 4