how to plot image in columns
古いコメントを表示
I have 100 images in a folder named images ,I want to divide it into 10 categories in column wise ,such that category 1 will have 10 images in 1 column,,like wise
please help
9 件のコメント
Chandra Kurniawan
2011 年 12 月 29 日
What about the category you used to group the images?
Pat
2011 年 12 月 29 日
Chandra Kurniawan
2011 年 12 月 29 日
Then, how do you named your image?
Such image001, image002, ..., image100?
Pat
2011 年 12 月 29 日
Chandra Kurniawan
2011 年 12 月 29 日
Wow, It is not necessary.
I would use my own images.
So, the jpeg files have unique name.
I just need to clarify what does 'plot' mean?
Do you need to plot all 80 images in 8 column by subplot?
Pat
2011 年 12 月 29 日
Walter Roberson
2011 年 12 月 29 日
Aren't those images copyrighted? Posting all of them at once would likely violate copyright.
Jan
2011 年 12 月 29 日
@Pat: I still do not understand the problem. Especially the above comment is confusing: You want to store images in a folder to get rows and columns?! Folders to not have a shape.
8 images should belong to the same calss "A40-A47" - but where does "A40" come from?!
"only ten i can calculate recall and precision for those" - what does this mean?
Pat
2011 年 12 月 31 日
回答 (1 件)
Walter Roberson
2011 年 12 月 29 日
0 投票
2 件のコメント
Pat
2011 年 12 月 29 日
Walter Roberson
2011 年 12 月 29 日
It appears from the documentation that it fills along the column first, in order by file name if all of the images are the same size. So reshape() the cell array of strings (of the file names) as 10 by 8, and then submit the transpose of that cell array as the file names.
カテゴリ
ヘルプ センター および File Exchange で Image Arithmetic についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!