US9230316B2 - Defect inspection device for display panel and method for the same - Google Patents

Defect inspection device for display panel and method for the same Download PDF

Info

Publication number
US9230316B2
US9230316B2 US14/239,126 US201414239126A US9230316B2 US 9230316 B2 US9230316 B2 US 9230316B2 US 201414239126 A US201414239126 A US 201414239126A US 9230316 B2 US9230316 B2 US 9230316B2
Authority
US
United States
Prior art keywords
grayscale value
pixel
specific area
width
defect
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related, expires
Application number
US14/239,126
Other versions
US20150187064A1 (en
Inventor
Haibo Huang
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
TCL China Star Optoelectronics Technology Co Ltd
Original Assignee
Shenzhen China Star Optoelectronics Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from CN201310752733.6A external-priority patent/CN103760165B/en
Application filed by Shenzhen China Star Optoelectronics Technology Co Ltd filed Critical Shenzhen China Star Optoelectronics Technology Co Ltd
Assigned to SHENZHEN CHINA STAR OPTOELECTRONICS TECHNOLOGY CO., LTD. reassignment SHENZHEN CHINA STAR OPTOELECTRONICS TECHNOLOGY CO., LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HUANG, HAIBO
Publication of US20150187064A1 publication Critical patent/US20150187064A1/en
Application granted granted Critical
Publication of US9230316B2 publication Critical patent/US9230316B2/en
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/0002Inspection of images, e.g. flaw detection
    • G06T7/0004Industrial image inspection
    • G06T7/0085
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/13Edge detection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30108Industrial image inspection
    • G06T2207/30121CRT, LCD or plasma display

Definitions

  • the present invention relates to the technical field of defect inspection for a display panel; and more particularly to a defect inspection device for a display panel and a method for the same.
  • the display panel with high-quality image e.g., LCD panel
  • LCD panel high-quality image
  • the prior art generally utilize the light source to illuminate the display panel, and obtain a corresponding greyscale image, and then it determines if the display panel exists defect according to if the greyscale image appear the grayscale difference.
  • the grayscale difference of the corresponding greyscale image is small when the light source illuminates the display panel so that it is cannot easily be distinguished and easily to be missed. Thereby, it reduces the defect inspection capability of the display panel.
  • the main object of the present invention is to provide a defect inspection device for a display panel and method for the same, which can easily distinguish the various defects on the display panel in order to improve the inspection accuracy.
  • a defect inspection method for a display panel comprising: A) obtaining an edge image of the display panel and obtaining a grayscale value of each pixel of the edge image; B) selecting a specific area in the edge image and obtaining a grayscale value of each pixel in the specific area; C) averaging the grayscale values of all pixels in the specific area to obtain an average grayscale value of all pixels in the specific area; D) executing binarization for the grayscale value of each pixel in the specific area to obtain some boundary lines based on the average grayscale value, wherein the grayscale values of pixels on the boundary lines are different from grayscale values of the other pixels which are not on the boundary lines; E) filtering horizontal and vertical lines of the boundary lines to obtain some remaining boundary lines; and F) fitting a defect specification line for the remaining boundary lines, wherein, if widths of the remaining boundary lines are not smaller than a width of the defect specification line, confirming that the remaining boundary lines are defect lines.
  • a specific method to realize “executing binarization for the grayscale value of each pixel in the specific area to obtain some boundary lines based on the average grayscale value” is: comparing the grayscale value of each pixel in the specific area with the average grayscale value; wherein, when a grayscale value of a pixel in the specific area is not smaller than the average grayscale value, the grayscale value of that pixel is set to be “1”, and when a grayscale value of a pixel in the specific area is smaller than the average grayscale value, the grayscale value of that pixel is set to be “0”.
  • a width of each boundary line is the same as a width of each pixel.
  • a defect inspection device for a display panel, comprising: an image acquisition unit being configured to obtain an edge image of the display panel and a grayscale value of each pixel in the edge image; a selection unit being configured to select a specific area in the edge image and obtain a grayscale value of each pixel in the specific area; a calculation unit being configured to calculate an average value of the grayscale values of all pixels in the specific area to obtain an average grayscale value of all pixels in the specific area; a binarization unit being configured to execute binarization for the grayscale values of all pixels in the specific area based on the average grayscale value to obtain some boundary lines, wherein, the grayscale values of pixels on the boundary lines are different from grayscale values of the other pixels which are not on the boundary lines; a filter device being configured to filter horizontal and vertical lines of the boundary lines to obtain some remaining boundary lines; a defect determination unit being configured to determine that if widths of the remaining boundary lines are smaller than a width of a defect specification line; and a defect confirmation
  • the defect confirmation unit confirms that the remaining boundary lines are not defect lines.
  • the binarization unit compares the grayscale value of each pixel in the specific area with the average grayscale value; wherein, when a grayscale value of a pixel in the specific area is not smaller than the average grayscale value, the grayscale value of that pixel is set to be “1”, and when a grayscale value of a pixel in the specific area is smaller than the average grayscale value, the grayscale value of that pixel is set to be “0”.
  • a width of each boundary line is the same as a width of each pixel.
  • the defect inspection method and device of the present invention can easily distinguish some defects of the display panel which are difficult to be inspected (e.g., the protrusion or shell cracking at the terminal side of the display panel) to improve the inspection accuracy in order to enhance the defect inspection ability of the display panel.
  • FIG. 1 is a flowchart of defect inspection method for display panel according to an embodiment of the present invention.
  • FIG. 2 is a block diagram of defect inspection device for display panel according to an embodiment of the present invention.
  • FIG. 1 is a flowchart of defect inspection method for display panel according to an embodiment of the present invention.
  • obtaining an edge image of a display panel and obtaining a grayscale value of each pixel of the edge image For example, utilizing a charge-coupled device (CCD) to scan and capture an image at the edge of the display panel according to the preset parameter to obtain the edge image of the display panel and read the grayscale value of each pixel of the edge image
  • CCD charge-coupled device
  • step 102 selecting a specific area in the edge image of the display panel and obtaining the grayscale value of each pixel in the specific area. For example, it can use a selection frame to select a specific area in the edge image of the display panel. Because in the step 101 , it already reads out the grayscale value of each pixel of the edge image of the display panel, therefore, according to the location of the selected specific area in the edge image of the display panel, it can easily obtain the grayscale value of each pixel in the specific area.
  • step 103 it averages the grayscale values of all pixels in the specific area to obtain an average grayscale value of all pixels in the specific area.
  • step 104 based on the average grayscale value obtained foregoing, executing binarization for the grayscale value of each pixel in the specific area to obtain some boundary lines, wherein the grayscale values of the pixels on each boundary line are different from grayscale values of the other pixels which are not on the boundary lines in the specific area, that is, grayscale image of each boundary line has larger difference with the grayscale images outside the boundary lines such that each boundary line is easily to distinguish.
  • a width of each boundary line can be the same as a width of each pixel in the specific area, but the present invention is not limited thereto.
  • step 104 according to the average grayscale value of all pixels in the specific area to execute binarization for each pixel in the specific area, specifically is comparing the grayscale value of each pixel with the obtained average grayscale value in the specific area.
  • the grayscale value of that pixel is set to be “1”
  • the grayscale value of that pixel is set to be “0”
  • the grayscale value of each pixel in the specific area is transformed into “0” or “1”.
  • the grayscale value of “0” represents the blackest for that pixel and the grayscale value of “1” represents the whitest for that pixel. Accordingly, in the specific area, the area outside the boundary line is the blackest, and the boundary lines are the whitest, it can easily distinguish each boundary line.
  • step 105 in the specific area, it filters horizontal and vertical lines of the boundary lines to obtain some remaining boundary lines. It should be understood that the remaining boundary lines do not include the horizontal line (i.e., the horizontal boundary line) and the vertical line (i.e., the vertical boundary line).
  • step 106 it fits a defect specification line for the remaining boundary lines to determine if the width (i.e., line width) of the remaining boundary line is smaller than the width of the defect specification line.
  • step 106 determines that the width of the remaining boundary line is not smaller than the width of the defect specification line, executing step 107 to confirm that the remaining boundary line is a defect line.
  • step 106 determines that the width of the remaining boundary line is smaller than the width of the defect specification line, it executes step 108 to confirm that the remaining boundary line is not a defect line.
  • the defect line is the defect on the display panel such as the protrusion or the shell cracking at the terminal side of the display panel, etc.
  • the above-described embodiment of the present invention can be implemented by the hardware and firmware, or software or computer code stored in the recording medium (such as a CD ROM, RAM, floppy disk, hard disk or magneto-optical disk); or computer code originally stored in the remote record media downloading through the network or readable media in non-temporary machine and will be stored in the local record media. Therefore, the method or part of method can be executing by the software stored in the record media of the universal computer, a specific processor, or programmable or application specific hardware (such as ASIC or FPGA).
  • the recording medium such as a CD ROM, RAM, floppy disk, hard disk or magneto-optical disk
  • computer code originally stored in the remote record media downloading through the network or readable media in non-temporary machine and will be stored in the local record media. Therefore, the method or part of method can be executing by the software stored in the record media of the universal computer, a specific processor, or programmable or application specific hardware (such as ASIC or FPGA).
  • the computer, processor, micro-processor, controller, or programmable hardware include storage components (For example, RAM, ROM, flash memory, etc.) for storing or receiving software or computer code.
  • storage components for example, RAM, ROM, flash memory, etc.
  • the software or computer code is executed by the computer, processor, or hardware, it can realize the method described here.
  • a universal computer executes the computer code used for realizing the method, the executing of the computer code will transform the universal computer into a specific computer for realizing the method.
  • FIG. 2 is a block diagram of defect inspection device for a display panel according to an embodiment of the present invention.
  • a display panel defect inspection device 200 comprises: an image acquisition unit 201 , a selection unit 202 , a calculation unit 203 , a binarization unit 204 , a filtering unit 205 , a defect determination unit 206 , and a defect confirmation unit 207 .
  • the image acquisition unit 201 is for obtaining the edge image of the display panel and the grayscale value of each pixel in the edge image.
  • the image acquisition unit 201 may, for example, but not limited to, a charge-coupled device (CCD) image sensor, etc.
  • CCD charge-coupled device
  • the image acquisition unit 201 scans and obtains an edge image of the display panel using the preset parameters to obtain the edge image of the display panel and using a predetermined program to read the grayscale value of each pixel in the edge image of the display panel.
  • the selection unit 202 is for selecting a specific area in the edge image of the display panel obtained by the image acquisition unit 201 , and obtaining the grayscale value of each pixel in the specific area.
  • the image acquisition unit 201 has read out the grayscale value of each pixel in the edge image of the display panel, it can easily obtain the grayscale value if each pixel in the specific area according to the location of the specific area in the edge image of the display panel selected by the selection unit 202 .
  • the calculation unit 203 is for calculating an average value of grayscale values of all pixels in the specific area to obtain an average grayscale value of all pixels in the specific area.
  • the binarization unit 204 is for executing binarization to the grayscale values of all pixels in the specific area based on the average grayscale value of all pixels in the specific area obtained by the calculation unit 203 to obtain some boundary lines.
  • the grayscale values of pixels on each boundary line are different from grayscale values of the other pixels which are not on the boundary lines in the specific area, that is, grayscale image of each boundary line has larger difference with the grayscale images outside the boundary lines such that each boundary line is easily to distinguish.
  • a width of each boundary line can be the same as a width each pixel in the specific area, but the present invention is not limited thereto.
  • the binarization unit 204 execute binarization for each pixel in the specific area according to the average grayscale value of all pixels in the specific area, specifically is that the binarization unit 204 compares the grayscale value of each pixel with the obtained average grayscale value in the specific area. Wherein, when a grayscale value of a pixel in the specific area is not smaller than (i.e., larger than or equal to) the average grayscale value, the binarization unit 204 set the grayscale value of that pixel to be “1”, and when a grayscale value of a pixel in the specific area is smaller than the average grayscale value, the binarization unit 204 set the grayscale value of that pixel to be “0”.
  • the grayscale value of each pixel in the specific area is transformed into “0” or “1”.
  • the grayscale value of “0” represents the blackest for that pixel and the grayscale value of “1” represents the whitest for that pixel. Accordingly, in the specific area, the area outside each boundary line is the blackest, and the boundary lines are the whitest, it can easily distinguish each boundary line.
  • the filter unit 205 is for filtering horizontal and vertical lines of the boundary lines to obtain some remaining boundary lines. It should be understood that the remaining boundary lines do not include the horizontal line (i.e., the horizontal boundary line) and vertical line (i.e., the vertical boundary line).
  • the defect determination unit 206 is for determining that if the width (i.e., line width) of the remaining boundary line is smaller than the width of the defect specification line.
  • the defect confirmation unit 207 is for confirming that if the remaining boundary line is a defect line based on the determination of the defect determination unit 206 . Specifically, if the defect determination unit 206 determines that the remaining boundary line is not smaller than the width of the defect specification line, the defect confirmation unit 207 confirms that the remaining boundary line is a defect line. If the defect determination unit 206 determines that the remaining boundary line is smaller than the width of the defect specification line, the defect confirmation unit 207 confirms that the remaining boundary line is not a defect line. It can be understand that the defect line is the defect on the display panel such as a protrusion or a shell cracking at the terminal side of the display panel, etc.
  • the present invention it is possible to easily distinguish some defects of the display panel which are difficult to be inspected (e.g., the protrusion or shell cracking at the terminal side of the display panel) to improve the inspection accuracy in order to enhance the defect inspection ability of the display panel.
  • some defects of the display panel which are difficult to be inspected e.g., the protrusion or shell cracking at the terminal side of the display panel

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Testing Of Optical Devices Or Fibers (AREA)
  • Liquid Crystal (AREA)
  • Investigating Materials By The Use Of Optical Means Adapted For Particular Applications (AREA)

Abstract

The present invention provides a defect inspection method and device for a display panel. The defect inspection method comprises: A) obtaining an edge image of the display panel and obtaining a grayscale value of each pixel of the edge image; B) selecting a specific area in the edge image and obtaining a grayscale value of each pixel in the specific area; C) obtaining an average grayscale value of all pixels in the specific area; D) executing binarization for the grayscale value of each pixel in the specific area to obtain some boundary lines based on the average grayscale value, wherein the grayscale values of pixels on the boundary lines are different from grayscale values of the other pixels which are not on the boundary lines; E) filtering horizontal and vertical lines of the boundary lines to obtain some remaining boundary lines; and F) fitting a defect specification line for the remaining boundary lines, wherein, if widths of the remaining boundary lines are not smaller than a width of the defect specification line, confirming that the remaining boundary lines are defect lines.

Description

BACKGROUND OF THE INVENTION
1. Field of the Invention
The present invention relates to the technical field of defect inspection for a display panel; and more particularly to a defect inspection device for a display panel and a method for the same.
2. Description of Related Art
With the rapid development of technology in the display field, the display panel with high-quality image (e.g., LCD panel) has become increasingly popular. However, according to conventional manufacturing techniques of display panel, to completely avoid display defects is very difficult and impractical. Therefore, in the manufacturing process of the display panel, executing a step of display defect inspection for a display panel is necessary.
The prior art, it generally utilize the light source to illuminate the display panel, and obtain a corresponding greyscale image, and then it determines if the display panel exists defect according to if the greyscale image appear the grayscale difference.
However, due to some kinds of defects (e.g., the protrusion or shell cracking at the terminal side of the display panel) that the grayscale difference of the corresponding greyscale image is small when the light source illuminates the display panel so that it is cannot easily be distinguished and easily to be missed. Thereby, it reduces the defect inspection capability of the display panel.
SUMMARY OF THE INVENTION
The main object of the present invention is to provide a defect inspection device for a display panel and method for the same, which can easily distinguish the various defects on the display panel in order to improve the inspection accuracy.
According to one aspect of the present invention, it provides a defect inspection method for a display panel, comprising: A) obtaining an edge image of the display panel and obtaining a grayscale value of each pixel of the edge image; B) selecting a specific area in the edge image and obtaining a grayscale value of each pixel in the specific area; C) averaging the grayscale values of all pixels in the specific area to obtain an average grayscale value of all pixels in the specific area; D) executing binarization for the grayscale value of each pixel in the specific area to obtain some boundary lines based on the average grayscale value, wherein the grayscale values of pixels on the boundary lines are different from grayscale values of the other pixels which are not on the boundary lines; E) filtering horizontal and vertical lines of the boundary lines to obtain some remaining boundary lines; and F) fitting a defect specification line for the remaining boundary lines, wherein, if widths of the remaining boundary lines are not smaller than a width of the defect specification line, confirming that the remaining boundary lines are defect lines.
Wherein, further comprising a step of: G) if the widths of the remaining boundary lines are smaller than the width of the defect specification line, confirming that the remaining boundary lines are not defect lines.
Wherein, in the step D, a specific method to realize “executing binarization for the grayscale value of each pixel in the specific area to obtain some boundary lines based on the average grayscale value” is: comparing the grayscale value of each pixel in the specific area with the average grayscale value; wherein, when a grayscale value of a pixel in the specific area is not smaller than the average grayscale value, the grayscale value of that pixel is set to be “1”, and when a grayscale value of a pixel in the specific area is smaller than the average grayscale value, the grayscale value of that pixel is set to be “0”.
Wherein, a width of each boundary line is the same as a width of each pixel.
According to one aspect of the present invention, it provides a defect inspection device for a display panel, comprising: an image acquisition unit being configured to obtain an edge image of the display panel and a grayscale value of each pixel in the edge image; a selection unit being configured to select a specific area in the edge image and obtain a grayscale value of each pixel in the specific area; a calculation unit being configured to calculate an average value of the grayscale values of all pixels in the specific area to obtain an average grayscale value of all pixels in the specific area; a binarization unit being configured to execute binarization for the grayscale values of all pixels in the specific area based on the average grayscale value to obtain some boundary lines, wherein, the grayscale values of pixels on the boundary lines are different from grayscale values of the other pixels which are not on the boundary lines; a filter device being configured to filter horizontal and vertical lines of the boundary lines to obtain some remaining boundary lines; a defect determination unit being configured to determine that if widths of the remaining boundary lines are smaller than a width of a defect specification line; and a defect confirmation unit being configured to confirm that the remaining boundary lines are defect lines when the defect determination unit determines that the widths of the remaining boundary lines are not smaller than the width of the defect specification line.
Wherein, when the defect determination unit determines that the widths of the remaining boundary lines are smaller than the width of the defect specification line, the defect confirmation unit confirms that the remaining boundary lines are not defect lines.
Wherein, the binarization unit compares the grayscale value of each pixel in the specific area with the average grayscale value; wherein, when a grayscale value of a pixel in the specific area is not smaller than the average grayscale value, the grayscale value of that pixel is set to be “1”, and when a grayscale value of a pixel in the specific area is smaller than the average grayscale value, the grayscale value of that pixel is set to be “0”.
Wherein, a width of each boundary line is the same as a width of each pixel.
The defect inspection method and device of the present invention can easily distinguish some defects of the display panel which are difficult to be inspected (e.g., the protrusion or shell cracking at the terminal side of the display panel) to improve the inspection accuracy in order to enhance the defect inspection ability of the display panel.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a flowchart of defect inspection method for display panel according to an embodiment of the present invention; and
FIG. 2 is a block diagram of defect inspection device for display panel according to an embodiment of the present invention.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
The following content combines with the drawings and the embodiment for describing the present invention in detail. It is obvious that the following embodiments are only some embodiments of the present invention. For the skilled persons of ordinary skill in the art without creative effort, the other embodiments obtained thereby are still covered by the present invention.
FIG. 1 is a flowchart of defect inspection method for display panel according to an embodiment of the present invention.
As shown in FIG. 1, in a step 101, obtaining an edge image of a display panel and obtaining a grayscale value of each pixel of the edge image. For example, utilizing a charge-coupled device (CCD) to scan and capture an image at the edge of the display panel according to the preset parameter to obtain the edge image of the display panel and read the grayscale value of each pixel of the edge image
In step 102, selecting a specific area in the edge image of the display panel and obtaining the grayscale value of each pixel in the specific area. For example, it can use a selection frame to select a specific area in the edge image of the display panel. Because in the step 101, it already reads out the grayscale value of each pixel of the edge image of the display panel, therefore, according to the location of the selected specific area in the edge image of the display panel, it can easily obtain the grayscale value of each pixel in the specific area.
In step 103, it averages the grayscale values of all pixels in the specific area to obtain an average grayscale value of all pixels in the specific area. Then in step 104, based on the average grayscale value obtained foregoing, executing binarization for the grayscale value of each pixel in the specific area to obtain some boundary lines, wherein the grayscale values of the pixels on each boundary line are different from grayscale values of the other pixels which are not on the boundary lines in the specific area, that is, grayscale image of each boundary line has larger difference with the grayscale images outside the boundary lines such that each boundary line is easily to distinguish. Furthermore, a width of each boundary line can be the same as a width of each pixel in the specific area, but the present invention is not limited thereto.
Furthermore, in step 104, according to the average grayscale value of all pixels in the specific area to execute binarization for each pixel in the specific area, specifically is comparing the grayscale value of each pixel with the obtained average grayscale value in the specific area. Wherein, when a grayscale value of a pixel in the specific area is not smaller than (i.e., larger than or equal to) the average grayscale value, the grayscale value of that pixel is set to be “1”, and when a grayscale value of a pixel in the specific area is smaller than the average grayscale value, the grayscale value of that pixel is set to be “0”. Therefore, the grayscale value of each pixel in the specific area is transformed into “0” or “1”. In this embodiment, the grayscale value of “0” represents the blackest for that pixel and the grayscale value of “1” represents the whitest for that pixel. Accordingly, in the specific area, the area outside the boundary line is the blackest, and the boundary lines are the whitest, it can easily distinguish each boundary line.
In step 105, in the specific area, it filters horizontal and vertical lines of the boundary lines to obtain some remaining boundary lines. It should be understood that the remaining boundary lines do not include the horizontal line (i.e., the horizontal boundary line) and the vertical line (i.e., the vertical boundary line).
In step 106, it fits a defect specification line for the remaining boundary lines to determine if the width (i.e., line width) of the remaining boundary line is smaller than the width of the defect specification line. When step 106 determines that the width of the remaining boundary line is not smaller than the width of the defect specification line, executing step 107 to confirm that the remaining boundary line is a defect line. When step 106 determines that the width of the remaining boundary line is smaller than the width of the defect specification line, it executes step 108 to confirm that the remaining boundary line is not a defect line. It can be understood that the defect line is the defect on the display panel such as the protrusion or the shell cracking at the terminal side of the display panel, etc.
The above-described embodiment of the present invention can be implemented by the hardware and firmware, or software or computer code stored in the recording medium (such as a CD ROM, RAM, floppy disk, hard disk or magneto-optical disk); or computer code originally stored in the remote record media downloading through the network or readable media in non-temporary machine and will be stored in the local record media. Therefore, the method or part of method can be executing by the software stored in the record media of the universal computer, a specific processor, or programmable or application specific hardware (such as ASIC or FPGA).
It can be understood that the computer, processor, micro-processor, controller, or programmable hardware include storage components (For example, RAM, ROM, flash memory, etc.) for storing or receiving software or computer code. When the software or computer code is executed by the computer, processor, or hardware, it can realize the method described here. Besides, when a universal computer executes the computer code used for realizing the method, the executing of the computer code will transform the universal computer into a specific computer for realizing the method.
FIG. 2 is a block diagram of defect inspection device for a display panel according to an embodiment of the present invention.
As shown in FIG. 2, a display panel defect inspection device 200 according to an embodiment of the present invention comprises: an image acquisition unit 201, a selection unit 202, a calculation unit 203, a binarization unit 204, a filtering unit 205, a defect determination unit 206, and a defect confirmation unit 207.
The image acquisition unit 201 is for obtaining the edge image of the display panel and the grayscale value of each pixel in the edge image. Specifically, the image acquisition unit 201 may, for example, but not limited to, a charge-coupled device (CCD) image sensor, etc. The image acquisition unit 201 scans and obtains an edge image of the display panel using the preset parameters to obtain the edge image of the display panel and using a predetermined program to read the grayscale value of each pixel in the edge image of the display panel.
The selection unit 202 is for selecting a specific area in the edge image of the display panel obtained by the image acquisition unit 201, and obtaining the grayscale value of each pixel in the specific area. Here, because the image acquisition unit 201 has read out the grayscale value of each pixel in the edge image of the display panel, it can easily obtain the grayscale value if each pixel in the specific area according to the location of the specific area in the edge image of the display panel selected by the selection unit 202.
The calculation unit 203 is for calculating an average value of grayscale values of all pixels in the specific area to obtain an average grayscale value of all pixels in the specific area.
The binarization unit 204 is for executing binarization to the grayscale values of all pixels in the specific area based on the average grayscale value of all pixels in the specific area obtained by the calculation unit 203 to obtain some boundary lines. Wherein, the grayscale values of pixels on each boundary line are different from grayscale values of the other pixels which are not on the boundary lines in the specific area, that is, grayscale image of each boundary line has larger difference with the grayscale images outside the boundary lines such that each boundary line is easily to distinguish. Furthermore, a width of each boundary line can be the same as a width each pixel in the specific area, but the present invention is not limited thereto.
Furthermore, the binarization unit 204 execute binarization for each pixel in the specific area according to the average grayscale value of all pixels in the specific area, specifically is that the binarization unit 204 compares the grayscale value of each pixel with the obtained average grayscale value in the specific area. Wherein, when a grayscale value of a pixel in the specific area is not smaller than (i.e., larger than or equal to) the average grayscale value, the binarization unit 204 set the grayscale value of that pixel to be “1”, and when a grayscale value of a pixel in the specific area is smaller than the average grayscale value, the binarization unit 204 set the grayscale value of that pixel to be “0”. Therefore, the grayscale value of each pixel in the specific area is transformed into “0” or “1”. In this embodiment, the grayscale value of “0” represents the blackest for that pixel and the grayscale value of “1” represents the whitest for that pixel. Accordingly, in the specific area, the area outside each boundary line is the blackest, and the boundary lines are the whitest, it can easily distinguish each boundary line.
The filter unit 205 is for filtering horizontal and vertical lines of the boundary lines to obtain some remaining boundary lines. It should be understood that the remaining boundary lines do not include the horizontal line (i.e., the horizontal boundary line) and vertical line (i.e., the vertical boundary line).
The defect determination unit 206 is for determining that if the width (i.e., line width) of the remaining boundary line is smaller than the width of the defect specification line. The defect confirmation unit 207 is for confirming that if the remaining boundary line is a defect line based on the determination of the defect determination unit 206. Specifically, if the defect determination unit 206 determines that the remaining boundary line is not smaller than the width of the defect specification line, the defect confirmation unit 207 confirms that the remaining boundary line is a defect line. If the defect determination unit 206 determines that the remaining boundary line is smaller than the width of the defect specification line, the defect confirmation unit 207 confirms that the remaining boundary line is not a defect line. It can be understand that the defect line is the defect on the display panel such as a protrusion or a shell cracking at the terminal side of the display panel, etc.
In summary, according to exemplary embodiments of the present invention, it is possible to easily distinguish some defects of the display panel which are difficult to be inspected (e.g., the protrusion or shell cracking at the terminal side of the display panel) to improve the inspection accuracy in order to enhance the defect inspection ability of the display panel.
The above embodiments of the present invention are not used to limit the claims of this invention. Any use of the content in the specification or in the drawings of the present invention which produces equivalent structures or equivalent processes, or directly or indirectly used in other related technical fields is still covered by the claims in the present invention.

Claims (16)

What is claimed is:
1. A defect inspection method for a display panel, comprising:
A) obtaining an edge image of a display panel by scanning and capturing an image at an edge side of the display panel according to a preset parameter and obtaining a grayscale value of each pixel of the edge image;
B) selecting a specific area in the edge image and obtaining a grayscale value of each pixel in the specific area;
C) averaging the grayscale values of all pixels in the specific area to obtain an average grayscale value of all pixels in the specific area;
D) executing binarization for the grayscale value of each pixel in the specific area to obtain some boundary lines based on the average grayscale value, wherein the grayscale values of pixels on the boundary lines are different from grayscale values of the other pixels which are not on the boundary lines;
E) filtering horizontal and vertical lines of the boundary lines to obtain some remaining boundary lines, wherein, the remaining boundary lines do not include the horizontal lines of the boundary lines and the vertical lines of the boundary lines; and
F) fitting a defect specification line for the remaining boundary lines, wherein, if a width of a remaining boundary line is not smaller than a width of the defect specification line, confirming that the remaining boundary line is a defect line.
2. The defect inspection method according to claim 1, wherein, further comprising a step of:
G) if a width of a remaining boundary line is smaller than a width of a defect specification line, confirming that the remaining boundary line is not a defect line.
3. The defect inspection method according to claim 2, wherein, in the step D, a specific method to realize “executing binarization for the grayscale value of each pixel in the specific area to obtain some boundary lines based on the average grayscale value” is: comparing the grayscale value of each pixel in the specific area with the average grayscale value; wherein, when a grayscale value of a pixel in the specific area is not smaller than the average grayscale value, the grayscale value of that pixel is set to be “1”, and when a grayscale value of a pixel in the specific area is smaller than the average grayscale value, the grayscale value of that pixel is set to be “0”.
4. The defect inspection method according to claim 3, wherein, a width of each boundary line is the same as a width of each pixel.
5. The defect inspection method according to claim 2, wherein, a width of each boundary line is the same as a width of each pixel.
6. The defect inspection method according to claim 1, wherein, in the step D, a specific method to realize “executing binarization for the grayscale value of each pixel in the specific area to obtain some boundary lines based on the average grayscale value” is: comparing the grayscale value of each pixel in the specific area with the average grayscale value; wherein, when a grayscale value of a pixel in the specific area is not smaller than the average grayscale value, the grayscale value of that pixel is set to be “1”, and when a grayscale value of a pixel in the specific area is smaller than the average grayscale value, the grayscale value of that pixel is set to be “0”.
7. The defect inspection method according to claim 6, wherein, a width of each boundary line is the same as a width of each pixel.
8. The defect inspection method according to claim 1, wherein, a width of each boundary line is the same as a width of each pixel.
9. A defect inspection device for a display panel, comprising:
an image acquisition unit being configured to obtain an edge image of a display panel by scanning and capturing an image at an edge side of the display panel according to a preset parameter and to obtain a grayscale value of each pixel in the edge image;
a selection unit being configured to select a specific area in the edge image and obtain a grayscale value of each pixel in the specific area;
a calculation unit being configured to calculate an average value of the grayscale values of all pixels in the specific area to obtain an average grayscale value of all pixels in the specific area;
a binarization unit being configured to execute binarization for the grayscale values of all pixels in the specific area based on the average grayscale value to obtain some boundary lines, wherein, the grayscale values of pixels on the boundary lines are different from grayscale values of the other pixels which are not on the boundary lines;
a filter device being configured to filter horizontal and vertical lines of the boundary lines to obtain some remaining boundary lines, wherein, the remaining boundary lines do not include the horizontal lines of the boundary lines and the vertical lines of the boundary lines;
a defect determination unit being configured to determine that if a width of a remaining boundary line is smaller than a width of a defect specification line; and
a defect confirmation unit being configured to confirm that a remaining boundary line is a defect line when the defect determination unit determines that a width of the remaining boundary line is not smaller than a width of a defect specification line.
10. The defect inspection device according to claim 9, wherein, when the defect determination unit determines that a width of a remaining boundary line is smaller than a width of a defect specification line, the defect confirmation unit confirms that the remaining boundary line is not a defect line.
11. The defect inspection device according to claim 10, wherein, the binarization unit compares the grayscale value of each pixel in the specific area with the average grayscale value;
wherein, when a grayscale value of a pixel in the specific area is not smaller than the average grayscale value, the grayscale value of that pixel is set to be “1”, and when a grayscale value of a pixel in the specific area is smaller than the average grayscale value, the grayscale value of that pixel is set to be “0”.
12. The defect inspection device according to claim 11, wherein, a width of each boundary line is the same as a width of each pixel.
13. The defect inspection device according to claim 10, wherein, a width of each boundary line is the same as a width of each pixel.
14. The defect inspection device according to claim 9, wherein, the binarization unit compares the grayscale value of each pixel in the specific area with the average grayscale value; wherein, when a grayscale value of a pixel in the specific area is not smaller than the average grayscale value, the grayscale value of that pixel is set to be “1”, and when a grayscale value of a pixel in the specific area is smaller than the average grayscale value, the grayscale value of that pixel is set to be “0”.
15. The defect inspection device according to claim 14, wherein, a width of each boundary line is the same as a width of each pixel.
16. The defect inspection device according to claim 9, wherein, a width of each boundary line is the same as a width of each pixel.
US14/239,126 2013-12-31 2014-01-09 Defect inspection device for display panel and method for the same Expired - Fee Related US9230316B2 (en)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
CN201310752733.6 2013-12-31
CN201310752733.6A CN103760165B (en) 2013-12-31 2013-12-31 The defect inspection method of display floater and defect detecting device
CN201310752733 2013-12-31
PCT/CN2014/070386 WO2015100777A1 (en) 2013-12-31 2014-01-09 Display panel defect detecting method and defect detecting device

Publications (2)

Publication Number Publication Date
US20150187064A1 US20150187064A1 (en) 2015-07-02
US9230316B2 true US9230316B2 (en) 2016-01-05

Family

ID=53482364

Family Applications (1)

Application Number Title Priority Date Filing Date
US14/239,126 Expired - Fee Related US9230316B2 (en) 2013-12-31 2014-01-09 Defect inspection device for display panel and method for the same

Country Status (1)

Country Link
US (1) US9230316B2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104618803B (en) * 2014-02-26 2018-05-08 腾讯科技(深圳)有限公司 Information-pushing method, device, terminal and server
CN109493339B (en) * 2018-11-20 2022-02-18 北京嘉恒中自图像技术有限公司 Endoscope imaging-based method for detecting defects of pores on inner surface of casting
CN110517318B (en) * 2019-08-28 2022-05-17 昆山国显光电有限公司 Positioning method and device, and storage medium
CN111783689B (en) * 2020-07-03 2024-02-20 盛景智能科技(嘉兴)有限公司 Material line pressing identification method and device
CN112348773B (en) * 2020-09-28 2022-09-23 歌尔股份有限公司 Screen defect detection method and device and electronic equipment

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6075880A (en) * 1994-03-16 2000-06-13 Jenoptik Technologie Gmbh Method for detection of defects in the inspection of structured surfaces
US20080023893A1 (en) * 2004-03-12 2008-01-31 Nok Corporation Hermetically Sealing Device
US20080111805A1 (en) * 2006-11-10 2008-05-15 Innolux Display Corp. Liquid crystal display having common voltage initialization circuit and method for manufacturing same
US7791572B2 (en) * 2005-12-07 2010-09-07 Lg Display Co., Ltd. Flat display panel, picture quality controlling apparatus and method thereof
US7889188B2 (en) * 2006-06-29 2011-02-15 Lg Display Co., Ltd. Flat panel display and method of controlling picture quality thereof
US7889358B2 (en) * 2006-04-26 2011-02-15 Sharp Kabushiki Kaisha Color filter inspection method, color filter manufacturing method, and color filter inspection apparatus
US8797388B2 (en) * 2010-08-25 2014-08-05 Nlt Technologies, Ltd. Mounting accuracy inspection method and inspection apparatus using the inspection method

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6075880A (en) * 1994-03-16 2000-06-13 Jenoptik Technologie Gmbh Method for detection of defects in the inspection of structured surfaces
US20080023893A1 (en) * 2004-03-12 2008-01-31 Nok Corporation Hermetically Sealing Device
US7791572B2 (en) * 2005-12-07 2010-09-07 Lg Display Co., Ltd. Flat display panel, picture quality controlling apparatus and method thereof
US7889358B2 (en) * 2006-04-26 2011-02-15 Sharp Kabushiki Kaisha Color filter inspection method, color filter manufacturing method, and color filter inspection apparatus
US7889188B2 (en) * 2006-06-29 2011-02-15 Lg Display Co., Ltd. Flat panel display and method of controlling picture quality thereof
US20080111805A1 (en) * 2006-11-10 2008-05-15 Innolux Display Corp. Liquid crystal display having common voltage initialization circuit and method for manufacturing same
US8797388B2 (en) * 2010-08-25 2014-08-05 Nlt Technologies, Ltd. Mounting accuracy inspection method and inspection apparatus using the inspection method

Also Published As

Publication number Publication date
US20150187064A1 (en) 2015-07-02

Similar Documents

Publication Publication Date Title
US9230316B2 (en) Defect inspection device for display panel and method for the same
CN103760165B (en) The defect inspection method of display floater and defect detecting device
JP4399494B2 (en) Defect detection apparatus, defect detection method, image sensor device, and image sensor module
JP4657869B2 (en) Defect detection apparatus, image sensor device, image sensor module, image processing apparatus, digital image quality tester, defect detection method, defect detection program, and computer-readable recording medium
JP4908440B2 (en) Image processing apparatus and method
JP2007143120A (en) Noise eliminating device, noise eliminating method, noise eliminating program and recording medium
CN108174170B (en) Camera-based projection area size self-detection method, system and equipment
JP2007285754A (en) Flaw detection method and flaw detector
WO2014013792A1 (en) Noise evaluation method, image processing device, imaging device, and program
CN113785181A (en) OLED screen point defect judgment method and device, storage medium and electronic equipment
CN112730251A (en) Device and method for detecting color defects of screen
CN110637227B (en) Detection parameter determining method and detection device
JP2009229197A (en) Linear defect detecting method and device
JP4244046B2 (en) Image processing method and image processing apparatus
JP2006266752A (en) Defect detection method, defect inspection method, defect detection device, defect inspection device, defect detection program and recording medium for recording program
JP2009180690A (en) Three-dimensional shape measuring apparatus
JP2003168103A (en) Method and device for detecting line defect of picture, and method for correcting image data
US20060204132A1 (en) Method and apparatus for acquiring image of internal structure, and computer product
CN107545560B (en) Method and device for detecting air bubbles on tire sidewall
JP2007081513A (en) Blot defect detecting method for solid-state imaging element
WO2022190663A1 (en) Surface inspection device and program
JP2007139431A (en) Inspection method of color irregularity flaw and inspection device therefor
CN111504608A (en) Brightness uniformity detection system and brightness uniformity detection method
US20230239444A1 (en) Color correction method and image correction apparatus
JP2018060343A (en) Image processing apparatus, image processing method and image processing program

Legal Events

Date Code Title Description
AS Assignment

Owner name: SHENZHEN CHINA STAR OPTOELECTRONICS TECHNOLOGY CO.

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HUANG, HAIBO;REEL/FRAME:032224/0401

Effective date: 20140124

ZAAA Notice of allowance and fees due

Free format text: ORIGINAL CODE: NOA

ZAAB Notice of allowance mailed

Free format text: ORIGINAL CODE: MN/=.

STCF Information on status: patent grant

Free format text: PATENTED CASE

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 4

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20240105