Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

BRIGHTEN IMAGE

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... 😞

0 Kudos
Message 1 of 8
(4,467 Views)
Hello,

take a look at the following example:

http://zone.ni.com/devzone/cda/epd/p/id/5639


Best regards,

https://decibel.ni.com/content/blogs/kl3m3n



"Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
0 Kudos
Message 2 of 8
(4,445 Views)

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

0 Kudos
Message 3 of 8
(4,413 Views)

Please see the attached code.

 

Best regards,


https://decibel.ni.com/content/blogs/kl3m3n



"Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
0 Kudos
Message 4 of 8
(4,402 Views)

Thnx once again sir 🙂

0 Kudos
Message 5 of 8
(4,381 Views)

hi Klemen!

is it not possible for u32 bit images? instead of u8?

Fairy

0 Kudos
Message 6 of 8
(4,378 Views)

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,

 

 


https://decibel.ni.com/content/blogs/kl3m3n



"Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
0 Kudos
Message 7 of 8
(4,371 Views)
Alternatively, you could also use "IMAQ ColorBCGLookup VI", where the lookup table is applied to red,green and blue plane seperately.

Best regards,

https://decibel.ni.com/content/blogs/kl3m3n



"Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
0 Kudos
Message 8 of 8
(4,343 Views)