How to read multiple jpg images in matlab
이전 댓글 표시
i have 250 jpg images stored at in_dir = 'C:\Users\DJDJ\Desktop\pic';
these pictures are arranged as following and named : image1 , image2, image3.....image250
I want to read all these images and processing them starting by image1 after processing go to process image2 .and after image3.to..image250
then saved the resultant images after preproceesing in a specific file,for example at out_dir = 'C:\Users\DJDJ\Desktop\pic output';.
How can i do this in matlab?
thank you in advance
채택된 답변
추가 답변 (1개)
Image Analyst
2017년 1월 21일
0 개 추천
You would use the first code sample in this entry of the FAQ: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F
댓글 수: 2
Maitham
2017년 1월 21일
Hi Image Analyst. Sorry maybe my comment has not related to this topic. I need your help please with Strehl Ratio. I have a point source image and need to find and draw the Strehl Ratio for it. I would high appreciate it if you could help me please. Very kind regards Maitham
Image Analyst
2017년 1월 21일
Read this link and then attach your data in a new question. We can't do anything without data to work on.
카테고리
도움말 센터 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!