i want to extract principle lines from human palm using feature extraction or image enhancement?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Yuvaraj Venkataswamy
2018-8-8
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 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!