06-06-2012 08:12 AM - edited 06-06-2012 08:12 AM
Hi,
I have just started working with NI VISION. I have attached one image with this post.
Can some one tell me how I can remove dark part in image? I read about histogram, which gives total number of pixels at each grayscale level.
But I don't know how I can use this information to improve image quality or in my case how I can use it to equalize the pixel values encircled with rest of the image.
I hope I have explained my problem properly.
Solved! Go to Solution.
06-06-2012 08:50 AM
Hi,
What kind of camera do you have? FireWire, GigE, CameraLink?
If it's a CameraLink one, you could take a look at the example VI : C:\Program Files\National Instruments\LabVIEW 2010\examples\IMAQ\IMAQ Color.llb\Color Processing.vi
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
06-07-2012 12:04 AM
I have USB camera of Imaging source
06-10-2012 11:44 PM
I found the solution of the problem. I used "Pixel Manipulation".
If anyone has any better ideas then please share.
06-11-2012 01:57 AM
Probably not a "better" idea, but mybe a source of idea, here's an example to manipulate color planes of an RGB image. It's very basic, it lets you amplify of reduce a color plane by multiplying it by a number between 0 and 2.
LV2010.
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
06-11-2012 06:41 AM
Thanks I will try this.