10-08-2009 08:59 AM
I want to scan an LCD screen and inspect each and every pixel in it.
I have to pick all the bad pixels on the LCD screen. I need is a
idea or an algorithm of how to go about this problem. I would capture
the LCD scree using a camera. I have Labview vision developement
module.
10-08-2009
11:27 AM
- last edited on
12-02-2024
06:49 PM
by
Content Cleaner
- Fill your LCD screen with black
- Snap image, apply threshold and check that you haven't white pixels
- Fill your LCD screen with white
- Snap image, apply threshold and check that you haven't black pixels
Done!
Andrey.
10-08-2009 12:53 PM
Audrey thanks for your quick answer. I have
been very confused with the thresholding of
an image. Is there an auto threshold option
or do we always need to manual threshold
for these type of applications. I had a similar
idea but had difficulty in implementing it. If you
could help it would be great.
Yesh
10-08-2009 01:10 PM
What I meant above was do you have an idea or
an algorithm with which I could implement this
in labview. I am new to labview
10-09-2009 09:48 AM
10-21-2009 05:47 AM