06-25-2019 03:51 AM
Vision development module
Working from example- Particle Filter
The JPG is large. Data processing takes place on the large image (thresholding, particle area measurement etc).
But I still need to be able to see the individual images in a smaller version, to fit on the page to check that it has been done correctly.
I can resize the original image.
But I can not find a way of resizing the images after being processed (the threshold image etc).
Can anybody help with this? (I am new to labview)
Solved! Go to Solution.
06-25-2019 04:19 AM
IMAQ Resample.vi resizes an IMAQ image.
But large images are shown in small controls, when set to fit the image.
Hope dating your VI (VIs?) is not your source code control mechanism. It's never to soon to look into SVN or GIT (or SCC in general)...
06-25-2019 05:03 AM
Thanks for the quick reply! That has fixed the issue,
You are correct, the naming convention is not great, I will work on that