Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
I have a folder of images.first I want to 1. read all images then convert to grayimages. 2.extract some of features of all images one by one and store extracted features with image file name in one excel file or matrix.Please help me –
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have a folder of images.first I want to 1. read all images then convert to grayimages. 2.extract some of features of all images one by one and store extracted features with image file name in one excel file or matrix.Please help me –
0 comentarios
Respuestas (1)
Image Analyst
el 2 de Feb. de 2018
See this framework to get you started. https://www.mathworks.com/matlabcentral/fileexchange/24224-magic-matlab-generic-imaging-component
Just plug your custom code where you analyze each image according to whatever you want to do to it, to the function AnalyzeSingleImage().
6 comentarios
Image Analyst
el 9 de Feb. de 2018
Check out the gabor() function, and the xlswrite() function.
La pregunta está cerrada.
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!