Reputation: 1583
I am totally strange to how the lines (heart line, fate line) of palm are detected so that I can access then to analyse. I am going to build a program that analyses palms and predicts accordingly.
It's totally edge detection but how can I find the separate lines? Any suggestions?
Upvotes: 1
Views: 724
Reputation: 2044
Look up Canny's edge detector algorithm. It's arguably the best edge detector out there thus far.
Upvotes: 1