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!