Adding a set of images in a variable
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
prashant singh
am 10 Jul. 2016
Kommentiert: Image Analyst
am 10 Jul. 2016
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 Kommentare
Akzeptierte Antwort
Image Analyst
am 10 Jul. 2016
Bearbeitet: Image Analyst
am 10 Jul. 2016
ca has the patches in it already so you can just use that immediately. You can save it or whatever....
2 Kommentare
Image Analyst
am 10 Jul. 2016
Then just save the (badly-named) x. But index x.
x{xIndex} = .....
xIndex = xIndex + 1;
Set xIndex = 1 before the loop starts.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Polygons finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!