LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Changing the brightness and contrast of an image displayed in a picture control

My Image Toolbox VIs can load and manipulate images, Compatible with LabVIEW picture control. And only costs half the price of ImgX.

http://www.geocities.com/gzou999/imgtool.htm

George Zou
http://gtoolbox.yeah.net
George Zou
0 Kudos
Message 11 of 15
(1,492 Views)
I am sorry George! I should have thought of you. As many times as aws I have recomended you Tools, I should have mentioned you.

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 12 of 15
(1,492 Views)
Terry any chance you could email me your VI's that use VideoCapX as I
am looking into capturing some AVI's.

Thanks

John


Ben wrote in message news:<506500000005000000E3670100-1078497998000@exchange.ni.com>...
> I am sorry George! I should have thought of you. As many times as aws
> I have recomended you Tools, I should have mentioned you.
>
> Ben
0 Kudos
Message 13 of 15
(1,492 Views)
Terry, Could you send an example VI using ImageX. I need to adjust brightness/contrast of an picture, but I'm unfamiliar with ActiveX controls.

Thanks

James Cook
jrc976@pitt.edu
0 Kudos
Message 14 of 15
(1,492 Views)

I know this is an old post, but someone else might find this useful...this is a very easy way to adjust contrast on either greyscale 8-bit image array or individual RGB arrays:

 

Image Processing Algorithms Part 5: Contrast Adjustment – Dreamland Fantasy Studios (dfstudios.co.uk...

 

When implementing in Labview, do the calculations on each element as a double precision before converting to U8 data type and passing to the picture control.

0 Kudos
Message 15 of 15
(755 Views)