i want to extract principle lines from human palm using feature extraction or image enhancement?
1 view (last 30 days)
Show older comments
i am new in matlab. i want to extract principle lines from palm to train my CNN for the predictions. SO if anyone guide me or help to do the code for this i am very thankful.....
0 Comments
Answers (1)
Yuvaraj Venkataswamy
on 8 Aug 2018
You can do following steps,
1. First apply some image enhancement techniques to improve the quality of your database.
2. Secondly, you have to employ suitable segmentation algorithm for converting binary image.
3. Then, apply feature extraction technique.
4.finally, feed extracted features to your CNN classifier.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!