05-26-2013 10:25 AM
hello!
is there any vi in NI vision palette that can bright an image.
or any other method to brighten an image?
kindly tell me asap... 😞
05-27-2013 11:01 AM
05-28-2013 01:45 PM
hi Klemen
thnx for reply. i used vision assistant vi. but problem is taht,no matter what image i attach at input terminal it shows the result of image that i have taken as a control in the vi. is there any method that use same vi to get results of different input images?
thnx
05-29-2013 01:48 AM - edited 05-29-2013 01:50 AM
Please see the attached code.
Best regards,
05-31-2013 04:22 PM
Thnx once again sir 🙂
05-31-2013 04:55 PM
hi Klemen!
is it not possible for u32 bit images? instead of u8?
Fairy
06-01-2013 02:34 AM
Hello,
yes, it is possible. U32 image has 3 color planes + alpha channel (3*U8 + 1*U8 = U32). You just need to extract the correct plane (in the appropriate color space) and you are performing your operation on U8 again
See the attached code.
Best regards,
06-04-2013 04:13 PM