02-04-2025 12:20 PM
Hello,
I am trying to calculate/create inverse of an image but without using the available vi in the LabVIEW. Does someone have any idea how can I take an image and create its inverse using simple math functions and a loop? the image is 8 bit image so the values will be between 0 and 255. In this case inverse just will be 255 subtract each pixel value I think but I was not able to create something that is easy to look at and understand. I need some help.
Thanks
Solved! Go to Solution.
02-05-2025 08:44 AM
Is it somthing like this:
that you are looking for?
02-10-2025 05:40 PM - edited 02-10-2025 05:42 PM
Yes something similar, but I was able to make the program myself in the way I wanted. Thank you so much for your reply and offer to help.