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!