Adding a set of images in a variable
2 ビュー (過去 30 日間)
古いコメントを表示
i have a program which produces patches from a given image. i want store the patches in a variable and then once the program finish the patches. i want utilise that variable to write those patches. Please find my code attached.
0 件のコメント
採用された回答
Image Analyst
2016 年 7 月 10 日
編集済み: Image Analyst
2016 年 7 月 10 日
ca has the patches in it already so you can just use that immediately. You can save it or whatever....
2 件のコメント
Image Analyst
2016 年 7 月 10 日
Then just save the (badly-named) x. But index x.
x{xIndex} = .....
xIndex = xIndex + 1;
Set xIndex = 1 before the loop starts.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Polygons についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!