09-02-2010 03:47 AM
Hello,
I've a set of images where two drops are captured in a shadowgram. Then the image is inverted and split in half. Splitting is required since the algorithm I use integrates across x and y directions, and it won't work for multiple images. That being said, the algorithm works fine when an image of one drop is loaded, but when I start splitting an image with two droplets the image to array vi doesnt pass the correct values. The splitting itself is fine (I believe) because I can see the two new images. I've tried changing image format and wires.... but non of it worked.
Solved! Go to Solution.
09-02-2010 03:51 AM
Each part of the software works fine on it's own but not when it's combined with other components. What should I change?
Two more attachments.
09-03-2010 10:50 AM
Hello,
I found it easier to do this by simply converting the image to array and using the array manipulation VI's to split the data in 2. You can then rebuild it to an array.
Hope this helps!
09-03-2010 12:40 PM
Hi Tejinder,
Thanks for your modification it is easier and more efficient, I'll implement it.
Also, I've found out that I had a problem with the images due to a built in noise in the camera, and once I eliminated it the vi works.
09-03-2010 01:01 PM
Need to edit my last post. "You can then rebuild it to an array" should be "You can rebuild the 2 arrays to images"
Glad I could help!