To find points of intersection between straight lines & our figure in matlab
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 ed开发者_JAVA百科ges in matlab.
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.
精彩评论