LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

averaging images

Solved!
Go to solution

i have found an averaging example in the labview interfcae, the example averages the set of images in order to rduce the noise in the image. in the example the input is linked toa set of images within the labview directory on windows, i have tried to change the directory in the labview vi to point to a different foldr using LIST FOLDER but it creates a problem when i try to use this list folder to point to a different directory, if you could check through and see that would be a big help. thank you very much

0 Kudos
Message 1 of 5
(3,093 Views)

What is the problem it causes?

 

Mike..


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 5
(3,074 Views)

hi when i use build list and try to connect "filenames" to "name of relative path" it creates a break in the system, if i leave it unwired it complains about a missing connection, do you have any idea as to how i go about resolving the issue? i have attached image below

0 Kudos
Message 3 of 5
(3,046 Views)
Solution
Accepted by topic author adekunle17

When you click the broken array a popup appears telling you what the problem is.  Read it, it helps figure out what is wrong.

 

In this case you are trying to give the build array an array of strings, when the input doesn't allow that, it only accepts a scalar string.  Besides you don't even need that.  It already has a list folders function just wire you constant to the folder path instead of trying to build it.

0 Kudos
Message 4 of 5
(3,036 Views)

thank you very much, dont know how i didnt think about that

0 Kudos
Message 5 of 5
(3,027 Views)