How can I run a batch of images to receive mean RGB data?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am very interested in using the image batch processor and am currently attempting to write a for loop to take the mean RGB values of each image and input them in a table, organized with the variables; red, green, blue, id. I'd like the id to be the image file name.
I've been able to work with mean(mean(IM)) to get the values, which return in a 1x1x3 double
please assist- thank you!
0 Kommentare
Antworten (1)
Sai Bhargav Avula
am 24 Feb. 2020
Bearbeitet: Sai Bhargav Avula
am 24 Feb. 2020
Hi, The below link answers your question in detailed
Hope this helps!
0 Kommentare
Siehe auch
Kategorien
Mehr zu Loops and Conditional Statements 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!