Can anyone plz help me segment vein pattern from a thresholded dorsal palm image????

I'm currently working on a project based on extraction of hand vein pattern and locating the bifurcations. I'v extracted the hand from the background and done graythresh...please help me proceed further with this, i want to extract vein patterns. Thank you in advance.
Regards val

 Accepted Answer

Take a look at BWMORPH. It allows you to calculate the skeleton of your image. From that result, you can calculate branch points. Cheers, Brett

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!