10-22-2013 12:42 PM
I want to import a set of lets say 3 images. Among this 2 are of importaance and the third is not. The importance is determined based on the which image is the darkest. And the rest two images should be named as Image-1 and Image-2.
How can I achieve this ?
10-22-2013 12:48 PM
@abikutn wrote:
I want to import a set of lets say 3 images. Among this 2 are of importaance and the third is not. The importance is determined based on the which image is the darkest. And the rest two images should be named as Image-1 and Image-2.
How can I achieve this ?
How about comparing overall pixel intesities of the image.
10-22-2013 12:49 PM - edited 10-22-2013 12:50 PM
Hello Ankit,
Yes I am new to LabVIEW, please explain in detail how can I achieve that. I want to do it myself.
10-22-2013 12:53 PM
Try this link: Overall Image Intensity
or you can also convert you images in to an array compare the images.
10-22-2013 12:54 PM
Thank you , will try and update if I was able to do it.
10-22-2013 03:18 PM
Do you have a Vision license from Labview. If so it's exteremly easy and I can set up a quick VI for you that performs this task. but the effor is nulled if you don't have the Vision license.
Dan,
10-22-2013 06:01 PM
Yes I do have a liscenced version for VISION.
10-22-2013 06:13 PM - edited 10-22-2013 06:41 PM
I have developed a VI that says which image is the lowes intensity among the 3 images in a given folder. How can I automatically delete that image from the folder and rename the other two as Image 1 and Image 2 ?
10-22-2013 06:58 PM
Sorry,
I 'm short on time so I quickly put this together.
Feel free to add the front Panel object as you see fit.
If your images are in a restricted folder you would have to run labview as an admin since you are deleting files.
Let me know if you have any other questions.
Good luck