CN106057700A - Method for detecting edge red film of solar cell panel - Google Patents

Method for detecting edge red film of solar cell panel Download PDF

Info

Publication number
CN106057700A
CN106057700A CN201610590513.1A CN201610590513A CN106057700A CN 106057700 A CN106057700 A CN 106057700A CN 201610590513 A CN201610590513 A CN 201610590513A CN 106057700 A CN106057700 A CN 106057700A
Authority
CN
China
Prior art keywords
cell panel
solar battery
battery sheet
tone
image
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.)
Granted
Application number
CN201610590513.1A
Other languages
Chinese (zh)
Other versions
CN106057700B (en
Inventor
白建波
陶卫东
李华锋
王光清
陈建豪
张臻
刘升
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.)
Changzhou Campus of Hohai University
Original Assignee
Changzhou Campus of Hohai University
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
Application filed by Changzhou Campus of Hohai University filed Critical Changzhou Campus of Hohai University
Priority to CN201610590513.1A priority Critical patent/CN106057700B/en
Publication of CN106057700A publication Critical patent/CN106057700A/en
Application granted granted Critical
Publication of CN106057700B publication Critical patent/CN106057700B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H01ELECTRIC ELEMENTS
    • H01LSEMICONDUCTOR DEVICES NOT COVERED BY CLASS H10
    • H01L22/00Testing or measuring during manufacture or treatment; Reliability measurements, i.e. testing of parts without further processing to modify the parts as such; Structural arrangements therefor
    • H01L22/10Measuring as part of the manufacturing process
    • H01L22/12Measuring as part of the manufacturing process for structural parameters, e.g. thickness, line width, refractive index, temperature, warp, bond strength, defects, optical inspection, electrical measurement of structural dimensions, metallurgic measurement of diffusions

Landscapes

  • Engineering & Computer Science (AREA)
  • Manufacturing & Machinery (AREA)
  • Computer Hardware Design (AREA)
  • Microelectronics & Electronic Packaging (AREA)
  • Power Engineering (AREA)
  • Image Analysis (AREA)

Abstract

The invention discloses a method for detecting edge red film of a solar cell panel by using a machine vision detection system. The method comprises the following steps: acquiring the RGB image of a solar cell panel through the CCD camera of a machine vision detection system; generating a cell panel region through a back light source and extracting cell panel gate lines through an R channel; combining the two steps to remove external and white interference; and finally converting for an HSV model. According to the invention, an edge tonal variance based detection method is provided to calculate the color variance of the solar cell panel. When the color variance of the solar cell panel at the edge region represents the value determined as the disclosed figure, the solar cell panel is determined to be an edge red film. The method of the invention uses a machine vision system, adopts a detection method based on the image mean value and the image variance to select the edge red film of a solar cell panel, which replaces the traditional manual detection method, effectively improves the appearance quality of a cell panel and reduces labor intensity of manual work and the manual fragmentation rate, as well as the manual pollution to the cell, therefore, improving productivity.

Description

A kind of detection method on red of the limit of solar battery sheet
Technical field
The present invention relates to the detection method on red of the limit of a kind of solar battery sheet, belong to field of photovoltaic technology.
Background technology
At present, the whole world faces serious fossil energy crisis and environmental crisis, and solar energy is clean as one, pollution-free and Abundant natural energy resources, is widely used.But, the production technology of solar battery sheet is more complicated, causes producing The cell piece come is inevitably generated colour deficient problem, as red in limit, ash sheet etc..Inspection for cell piece colour deficient Surveying, major part uses the mode of manual detection, personnel's fatiguability after time length, and each personnel's touchstone is inconsistent, meeting Cause cell piece to mix shelves, cell piece can be polluted simultaneously.In a practical situation, the appearance color defect of cell piece, not only can affect Photovoltaic module presentation quality and service life, and photoelectric transformation efficiency can be reduced.
Summary of the invention
In order to solve the problems referred to above, the invention provides the detection method on red of the limit of a kind of solar battery sheet, this Bright technology contents is as follows:
The detection method on red of the limit of a kind of solar battery sheet, utilizes Machine Vision Inspecting System, and its step is as follows:
(1), solar battery sheet RGB image is gathered by the ccd video camera of Machine Vision Inspecting System;
(2), cell piece region is produced by backlight;
(3), cell piece grid line is extracted by R passage;
(4), step (2) and step (3) combine and remove peripheral and White lnterfere;
(5) HSV model, finally it is converted into, containing three vector values in described HSV model, i.e. tone H, saturation S, bright Degree V;
(6), use detection method based on edge tone variance identification, calculate the variance of the tone H of solar battery sheet, As the variance > 8 of solar battery sheet marginal area tone H, it is determined that this sheet cell piece edge color is uneven, for red of limit.
Above-mentioned steps (4) is removed peripheral and White lnterfere method as follows:
Collect solar battery sheet RGB image by step (1), the cell piece grid line that step (3) is extracted, use based on Periphery and White lnterfere are carried out segmentation and remove by the dividing method of threshold values, owing to amount of image information is relatively big, therefore from the figure collected Directly obtain target area in Xiang, and set peripheral and White lnterfere threshold values T value, and by T value, image is divided into more than T pixel Group with less than T pixel group, threshold values input picture F (i, j) to output image G (x, y) such as down conversion:
Thus the periphery in image and White lnterfere are split away, and get rid of its interference to detection.
The method being converted into HSV model in above-mentioned steps (5) is as follows:
Tone H that R, G, B value of solar battery sheet RGB image is converted in hsv color model by equation below, full With degree S, brightness V:
m a x = m a x ( R , G , B ) ; m i n = m i n ( R , G , B ) ; V = m a x ( R , G , B ) / 255 ; S = ( max - min ) / m a x ; i f ( R = m a x ) H = ( G - B ) / ( m a x - m i n ) &times; 60 ; i f ( G = max ) H = 120 + ( B - R ) / ( m a x - m i n ) &times; 60 ; i f ( B = max ) H = 240 + ( R - G ) / ( max - m i n ) &times; 60 ; f ( H < 0 ) H = H + 360 ;
In hsv color model, it is assumed that have N number of pixel, each pixel in one piece of solar battery sheet solid images Tone H be defined as H (Nn), n=1,2,3 ... N, the Mean Value Formulas of tone this component of H is:
H &OverBar; = H ( N 1 ) + H ( N 2 ) + ... + H ( N n ) n .
The formula of the variance calculating tone H in above-mentioned steps (6) is as follows:
&sigma; H 2 = ( H ( N 1 ) - H &OverBar; ) 2 + ( H ( N 2 ) - H &OverBar; ) 2 + ... + ( H ( N n ) - H &OverBar; ) 2 n .
The beneficial effect that the present invention is reached:
The present invention utilizes Vision Builder for Automated Inspection, uses detection method based on image average and variance to solar battery sheet Red of limit sort, replace Traditional Man detection mode, be effectively improved cell piece presentation quality, reduce manual work strong Degree, reduces manual operation fragment rate, reduces the artificial pollution to cell piece, improves productivity ratio.
Detailed description of the invention
Below in conjunction with embodiment, the invention will be further described.Following example are only used for clearly illustrating this Bright technical scheme, and can not limit the scope of the invention with this.
The detection method on red of the limit of a kind of solar battery sheet, utilizes Machine Vision Inspecting System, and its step is as follows:
(1), solar battery sheet RGB image is gathered by the ccd video camera of Machine Vision Inspecting System;
(2), cell piece region is produced by backlight;
(3), cell piece grid line is extracted by R passage;
(4), step (2) and step (3) combine and remove peripheral and White lnterfere;
(5) HSV model, finally it is converted into, containing three vector values in described HSV model, i.e. tone H, saturation S, bright Degree V;
(6), use detection method based on edge tone variance identification, calculate the variance of the tone H of solar battery sheet, As the variance > 8 of solar battery sheet marginal area tone H, it is determined that this sheet cell piece edge color is uneven, for red of limit.
Above-mentioned steps (4) is removed peripheral and White lnterfere method as follows:
Collect solar battery sheet RGB image by step (1), the cell piece grid line that step (3) is extracted, use based on Periphery and White lnterfere are carried out segmentation and remove by the dividing method of threshold values, owing to amount of image information is relatively big, therefore from the figure collected Directly obtain target area in Xiang, and set peripheral and White lnterfere threshold values T value, and by T value, image is divided into more than T pixel Group with less than T pixel group, threshold values input picture F (i, j) to output image G (x, y) such as down conversion:
Thus the periphery in image and White lnterfere are split away, and get rid of its interference to detection.
The method being converted into HSV model in above-mentioned steps (5) is as follows:
Tone H that R, G, B value of solar battery sheet RGB image is converted in hsv color model by equation below, full With degree S, brightness V:
m a x = m a x ( R , G , B ) ; m i n = m i n ( R , G , B ) ; V = m a x ( R , G , B ) / 255 ; S = ( max - min ) / m a x ; i f ( R = m a x ) H = ( G - B ) / ( m a x - m i n ) &times; 60 ; i f ( G = max ) H = 120 + ( B - R ) / ( m a x - m i n ) &times; 60 ; i f ( B = max ) H = 240 + ( R - G ) / ( max - m i n ) &times; 60 ; f ( H < 0 ) H = H + 360 ;
In hsv color model, it is assumed that have N number of pixel, each pixel in one piece of solar battery sheet solid images Tone H be defined as H (Nn), n=1,2,3 ... N, the Mean Value Formulas of tone this component of H is:
H &OverBar; = H ( N 1 ) + H ( N 2 ) + ... + H ( N n ) n .
The formula of the variance calculating tone H in above-mentioned steps (6) is as follows:
&sigma; H 2 = ( H ( N 1 ) - H &OverBar; ) 2 + ( H ( N 2 ) - H &OverBar; ) 2 + ... + ( H ( N n ) - H &OverBar; ) 2 n .
The above is only the preferred embodiment of the present invention, it is noted that for the ordinary skill people of the art For Yuan, on the premise of without departing from the technology of the present invention principle, it is also possible to make some improvement and deformation, these improve and deformation Also should be regarded as protection scope of the present invention.

Claims (4)

1. the detection method on red of the limit of a solar battery sheet, it is characterised in that utilize Machine Vision Inspecting System, its step Rapid as follows:
(1), solar battery sheet RGB image is gathered by the ccd video camera of Machine Vision Inspecting System;
(2), cell piece region is produced by backlight;
(3), cell piece grid line is extracted by R passage;
(4), step (2) and step (3) combine and remove peripheral and White lnterfere;
(5) HSV model, finally it is converted into, containing three vector values in described HSV model, i.e. tone H, saturation S, brightness V;
(6), use detection method based on edge tone variance identification, calculate the variance of the tone H of solar battery sheet, when too Sun can the variance > 8 of cell piece marginal area tone H time, it is determined that this sheet cell piece edge color is uneven, for red of limit.
The detection method on red of the limit of a kind of solar battery sheet the most according to claim 1, it is characterised in that: described step (4) remove peripheral and White lnterfere method suddenly as follows:
Collect solar battery sheet RGB image, the cell piece grid line that step (3) is extracted by step (1), use based on threshold values Dividing method periphery and White lnterfere carried out segmentation remove, owing to amount of image information is relatively big, therefore from the image collected Directly obtain target area, and set peripheral and White lnterfere threshold values T value, and image is divided into more than T pixel group by T value and Less than T pixel group, threshold values input picture F (i, j) to output image G (x, y) such as down conversion:
Thus the periphery in image and White lnterfere are split away, and get rid of its interference to detection.
The detection method on red of the limit of a kind of solar battery sheet the most according to claim 1, it is characterised in that: described step Suddenly the method being converted into HSV model in (5) is as follows:
Tone H that R, G, B value of solar battery sheet RGB image is converted in hsv color model by equation below, saturation S, brightness V:
m a x = m a x ( R , G , B ) ; m i n = m i n ( R , G , B ) ; V = m a x ( R , G , B ) / 255 ; S = ( max - min ) / m a x ; i f ( R = m a x ) H = ( G - B ) / ( m a x - m i n ) &times; 60 ; i f ( G = max ) H = 120 + ( B - R ) / ( m a x - m i n ) &times; 60 ; i f ( B = max ) H = 240 + ( R - G ) / ( max - m i n ) &times; 60 ; f ( H < 0 ) H = H + 360 ;
In hsv color model, it is assumed that have N number of pixel, the color of each pixel in one piece of solar battery sheet solid images H is adjusted to be defined as H (Nn), n=1,2,3 ... N, the Mean Value Formulas of tone this component of H is:
H &OverBar; = H ( N 1 ) + H ( N 2 ) + ... + H ( N n ) n .
The detection method on red of the limit of a kind of solar battery sheet the most according to claim 1, it is characterised in that: described step The formula of the variance suddenly calculating tone H in (6) is as follows:
&sigma; H 2 = ( H ( N 1 ) - H &OverBar; ) 2 + ( H ( N 2 ) - H &OverBar; ) 2 + ... + ( H ( N n ) - H &OverBar; ) 2 n .
CN201610590513.1A 2016-07-25 2016-07-25 A kind of detection method on red of the side of solar battery sheet Active CN106057700B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610590513.1A CN106057700B (en) 2016-07-25 2016-07-25 A kind of detection method on red of the side of solar battery sheet

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610590513.1A CN106057700B (en) 2016-07-25 2016-07-25 A kind of detection method on red of the side of solar battery sheet

Publications (2)

Publication Number Publication Date
CN106057700A true CN106057700A (en) 2016-10-26
CN106057700B CN106057700B (en) 2018-12-21

Family

ID=57417001

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610590513.1A Active CN106057700B (en) 2016-07-25 2016-07-25 A kind of detection method on red of the side of solar battery sheet

Country Status (1)

Country Link
CN (1) CN106057700B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106841211A (en) * 2016-12-30 2017-06-13 镇江苏仪德科技有限公司 Platform and method of a kind of utilization machine vision to cell piece surface defects detection
CN107478335A (en) * 2017-08-08 2017-12-15 河海大学常州校区 A kind of method of microdefect solar module hot spot temperature computation
CN107843600A (en) * 2017-10-31 2018-03-27 河北工业大学 A kind of method of polysilicon solar battery slice outward appearance impression of the hand defects detection
CN108376398A (en) * 2018-02-05 2018-08-07 无锡奥特维科技股份有限公司 Cell piece detection device and method
CN113112445A (en) * 2020-01-09 2021-07-13 阿里巴巴集团控股有限公司 Data processing method, device and system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102680102A (en) * 2012-04-28 2012-09-19 江南大学 Automatic detection method of solar silicon chip colors based on machine vision
CN102974551A (en) * 2012-11-26 2013-03-20 华南理工大学 Machine vision-based method for detecting and sorting polycrystalline silicon solar energy
CN103020975A (en) * 2012-12-29 2013-04-03 北方工业大学 Wharf and ship segmentation method combining multi-source remote sensing image characteristics
CN203178203U (en) * 2013-03-06 2013-09-04 江南大学 Automatic solar silicon wafer color detection device based on machine vision
CN104574389A (en) * 2014-12-26 2015-04-29 康奋威科技(杭州)有限公司 Battery piece chromatism selection control method based on color machine vision

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102680102A (en) * 2012-04-28 2012-09-19 江南大学 Automatic detection method of solar silicon chip colors based on machine vision
CN102974551A (en) * 2012-11-26 2013-03-20 华南理工大学 Machine vision-based method for detecting and sorting polycrystalline silicon solar energy
CN103020975A (en) * 2012-12-29 2013-04-03 北方工业大学 Wharf and ship segmentation method combining multi-source remote sensing image characteristics
CN203178203U (en) * 2013-03-06 2013-09-04 江南大学 Automatic solar silicon wafer color detection device based on machine vision
CN104574389A (en) * 2014-12-26 2015-04-29 康奋威科技(杭州)有限公司 Battery piece chromatism selection control method based on color machine vision

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106841211A (en) * 2016-12-30 2017-06-13 镇江苏仪德科技有限公司 Platform and method of a kind of utilization machine vision to cell piece surface defects detection
CN107478335A (en) * 2017-08-08 2017-12-15 河海大学常州校区 A kind of method of microdefect solar module hot spot temperature computation
CN107843600A (en) * 2017-10-31 2018-03-27 河北工业大学 A kind of method of polysilicon solar battery slice outward appearance impression of the hand defects detection
CN107843600B (en) * 2017-10-31 2021-01-08 河北工业大学 Method for detecting appearance fingerprint defects of polycrystalline silicon solar cell
CN108376398A (en) * 2018-02-05 2018-08-07 无锡奥特维科技股份有限公司 Cell piece detection device and method
CN113112445A (en) * 2020-01-09 2021-07-13 阿里巴巴集团控股有限公司 Data processing method, device and system

Also Published As

Publication number Publication date
CN106057700B (en) 2018-12-21

Similar Documents

Publication Publication Date Title
CN106057700A (en) Method for detecting edge red film of solar cell panel
WO2021248915A1 (en) Color difference analysis/detection method and system for fair-faced concrete
CN104715239B (en) A kind of vehicle color identification method based on defogging processing and weight piecemeal
CN105741322B (en) A kind of field of view dividing method based on the fusion of video features layer
CN101425179B (en) Face image relighting method and device
CN106296612A (en) Hierarchical monitoring video sharpening system and method for image quality evaluation and weather condition guidance
CN103327220B (en) With green channel for the denoising method guided on low-light (level) Bayer image
CN102063706A (en) Rapid defogging method
CN107507145A (en) A kind of underwater picture Enhancement Method based on the stretching of different colours spatially adaptive histogram
CN102831591A (en) Gaussian filter-based real-time defogging method for single image
CN107346429A (en) The color automatic identification and sorting technique of a kind of polycrystalline battery picture
CN104166999B (en) Cloud cluster extracting method based on strength layering of foundation cloud pictures
CN103302039B (en) Solar battery wafer color separation method
CN103400121A (en) License plate locating method based on colorful binary image
CN103426164A (en) Scallop dimension calculating method based on Opencv image analysis and scallop sorting system
CN104732497A (en) Image defogging method, FPGA and defogging system including FPGA
CN106023110A (en) Image defogging method with high fidelity
CN106327463A (en) Color identification method for solar cell
CN108550124B (en) Illumination compensation and image enhancement method based on bionic spiral
CN106298568B (en) A kind of detection method of the grey piece of solar battery sheet
CN113867404A (en) Beach garbage inspection method and system based on unmanned aerial vehicle
CN106295643A (en) Automobile license plate automatic recognition method
US8767088B2 (en) White balancing method and image capturing device
CN107563990A (en) A kind of photovoltaic cell chipping and the detection algorithm of blunt type and v-notch
CN103745438A (en) Haze removing method for large-area background light haze-containing image

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB03 Change of inventor or designer information

Inventor after: Bai Jianbo

Inventor after: Tao Weidong

Inventor after: Li Huafeng

Inventor after: Wang Guangqing

Inventor after: Chen Jianhao

Inventor after: Zhang Zhen

Inventor after: Liu Sheng

Inventor before: Bai Jianbo

Inventor before: Tao Weidong

Inventor before: Li Huafeng

Inventor before: Wang Guangqing

Inventor before: Chen Jianhao

Inventor before: Zhang Zhen

Inventor before: Liu Sheng

CB03 Change of inventor or designer information
GR01 Patent grant
GR01 Patent grant