LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Images in folder using Recursive VI Help


@bigboyyy1323 wrote:

So I did what you said and it runs through all my images but in my results module the value of the mean keeps getting replaced by the one before. Anyway to save each value instead of getting replaced?


Yes, it's going to update with every loop iteration. You can wire it out of your For Loop with indexing and you will get an array with an extra dimension to it containing the value from each image. Or you can save to a file every loop iteration.

 

Keep All Results.png

0 Kudos
Message 11 of 11
(599 Views)