I've been working on this problem for a while, and am having trouble finding an answer. I'm working with Vision Assistant 8.0 and Labview 8.0.
I have an image (I16 Greyscale, exported to file as a jpeg2000 file). I'm trying to apply a threshold filter to isolate a single particle (highest intensity), then find the centroid of that particle. In order to do this, I adjust the threshold until there is only one particle left. For some reason, Labview doesn't like the combination or the sequence of filters that I choose to use. One of two things are happening...
- The palette setting for the output image (binary) is conflicted with the image input.
- Or my particle filter is measuring 4 particles, when there is only one visible particle.
I put some notes on the vi, to describe what/how I want my program to operate. Also as a side note, you need to specify the location of the attached image (grey.jpeg) before you run the program.