Info
この質問は閉じられています。 編集または回答するには再度開いてください。
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 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Image Analyst
2018 年 2 月 2 日
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().
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!