i want to extract principle lines from human palm using feature extraction or image enhancement?

2 visualizaciones (últimos 30 días)
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.....

Respuestas (1)

Yuvaraj Venkataswamy
Yuvaraj Venkataswamy el 8 de Ag. de 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.

Community Treasure Hunt

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

Start Hunting!

Translated by