How to read multibule image from folder

조회 수: 2 (최근 30일)
ra
ra 2014년 4월 24일
댓글: Image Analyst 2014년 4월 24일
How can read all images from folder then calculate all the features and insert the result in matrix ( store the resutls in an Array Database)
feature 1 feature 2 feature 3 feature 4
----------------------------------------------------------
image 1
image 2
.
.
.
end
Add the result feature to the result in DB[1][1]

답변 (1개)

Image Analyst
Image Analyst 2014년 4월 24일
Assuming "multibule" really means "multiple", see the FAQ: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F for code samples.
We can't answer you about calculating features since we don't know what features you want to find and you didn't insert an image. So all I can suggest is you see my image segmentation tutorial or color classification demos: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
  댓글 수: 4
ra
ra 2014년 4월 24일
편집: ra 2014년 4월 24일
I don't know what is best .mat or text I want to use the result for classification
Image Analyst
Image Analyst 2014년 4월 24일
Probably a .mat file would be easier. But it doesn't really matter as far as using it for classification. All that does is to save it out to disk. Is that what you meant when you said "insert"?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by