Movatterモバイル変換


[0]ホーム

URL:


CN118071689B - Machine vision-based method for detecting screen printing defects of photovoltaic cell - Google Patents

Machine vision-based method for detecting screen printing defects of photovoltaic cell
Download PDF

Info

Publication number
CN118071689B
CN118071689BCN202410118144.0ACN202410118144ACN118071689BCN 118071689 BCN118071689 BCN 118071689BCN 202410118144 ACN202410118144 ACN 202410118144ACN 118071689 BCN118071689 BCN 118071689B
Authority
CN
China
Prior art keywords
pixel
gradient
image
pixels
coordinates
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.)
Active
Application number
CN202410118144.0A
Other languages
Chinese (zh)
Other versions
CN118071689A (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.)
Jiangsu Senbiao Technology Co ltd
Original Assignee
Jiangsu Senbiao 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
Application filed by Jiangsu Senbiao Technology Co ltdfiledCriticalJiangsu Senbiao Technology Co ltd
Priority to CN202410118144.0ApriorityCriticalpatent/CN118071689B/en
Publication of CN118071689ApublicationCriticalpatent/CN118071689A/en
Application grantedgrantedCritical
Publication of CN118071689BpublicationCriticalpatent/CN118071689B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Classifications

Landscapes

Abstract

The invention belongs to the technical field of image processing, and discloses a method for detecting screen printing defects of a photovoltaic cell based on machine vision, which comprises the following steps: collecting RGB images of the photovoltaic cell after screen printing by using a camera; converting the RGB image into HSV color space; filtering enhancement of an image, comprising: calculating the large-scale direction gradient moment and the small-scale direction gradient moment of each pixel of the image, comparing the large-scale direction gradient moment and the small-scale direction gradient moment with a threshold value, if the ratio of the average value of the large-scale direction gradient moment and the average value of the small-scale direction gradient moment of a certain pixel is larger than the threshold value, retaining the pixel, otherwise filtering the pixel; eliminating grid lines in the image; and carrying out morphological operation on the image to obtain a target image in the image, and identifying the defect type of the target in the image. Compared with the prior art, the method adopts an improved filtering enhancement algorithm, combines the directional gradient moment to judge the target and the background, and improves the identification capability of the small defect target.

Description

Machine vision-based method for detecting screen printing defects of photovoltaic cell
Technical Field
The invention belongs to the technical field of image data processing, and particularly relates to a method for detecting screen printing defects of a photovoltaic cell based on machine vision.
Background
Screen printing is an important process step in the manufacture of solar cells. On the screen plate coated with the slurry, the slurry is coated on the opening parts of the screen plate by a scraper to form a pattern. After drying and curing, the paste forms the required pattern, and the screen printing process is completed. The screen printing can finish the manufacture of the structures such as the metal electrode, the aluminum back surface field, the grid line and the like of the photovoltaic cell.
In screen printing of photovoltaic cells, various defects may exist on the surface, such as broken grids, thick lines, virtual marks, nodes, slurry leakage, printing offset, scratches, defects of a back electrode, aluminum beads, aluminum bags, and defects of a back surface field, and the like, resulting in reduction of power generation efficiency. Such as scratches, can cause scattering and reflection of light, reducing light energy utilization; the nodes may block sunlight, resulting in a decrease in light energy utilization.
In order to improve the power generation efficiency of the solar cell, the screen printing defects on the surface need to be detected, and corresponding measures are taken for the defects to reduce the surface defects, so that the performance and the power generation efficiency of the solar cell are improved.
At present, the detection of the surface defects of the battery piece comprises manual detection, image detection and other methods, the manual detection efficiency is low, the image detection method is low in cost, but the detection effect is not ideal enough, and particularly for very small scratches and nodes, the detection effect is poor.
Disclosure of Invention
In view of the above, the application adopts a more accurate image processing algorithm to detect the defects, and combines the directional gradient moment to carry out self-adaptive filtering enhancement, thereby improving the recognition degree of the small defect targets.
In order to achieve the above purpose, the machine vision-based method for detecting the screen printing defects of the photovoltaic cell disclosed by the application comprises the following steps:
collecting RGB images of the photovoltaic cell after screen printing by using a camera;
converting the RGB image into HSV color space;
Filtering enhancement of an image, comprising: calculating the large-scale direction gradient moment and the small-scale direction gradient moment of each pixel of the image, comparing the large-scale direction gradient moment and the small-scale direction gradient moment with a threshold value T, if the ratio of the average value of the large-scale direction gradient moment and the average value of the small-scale direction gradient moment of a certain pixel is larger than the threshold value T, retaining the pixel, otherwise filtering the pixel;
eliminating grid lines in the image;
and carrying out morphological operation on the image to obtain a target image in the image, and identifying the defect type of the target in the image.
Further, the multi-scale directional gradient moment includes a large-scale directional gradient moment and a small-scale directional gradient moment, wherein the large-scale directional gradient moment is the directional gradient moment of all pixels in a circle with 5 pixels as a radius, the small-scale directional gradient moment is the directional gradient moment of all pixels in the circle with the pixel p (x, y) as a center, and the 3 pixels as a radius.
Further, the directional gradient moment is calculated as follows: the circle center pixel is p, a certain pixel in the circle is q, and the directional gradient moment of the pixel q is:
Wherein,AndThe gradient between pixel q and pixel p in the vertical and horizontal directions respectively,Is the gradient direction between pixel q and pixel p,Is the magnitude of the gradient between pixel q and pixel p.
Further, the method for calculating the threshold T is as follows:
for the average value of all pixel gray levels in the grid line with the largest gray level in the image,The average of all pixel gray levels in the gate line with the smallest gray level in the image,Is the pixel gray average value of all grid lines in the image,Is the average value of the pixel gray scale of other areas in the image,Is a regulatory factor.
Still further, the converting the RGB image into the HSV color space includes:
h channel component H:
S channel component S:
V-channel component V: v=
Wherein,Is the maximum of the red, green, and blue components in the RGB space, Tmin is the minimum of the red, green, and blue components in the RGB space, r is the red component value in the RGB space, g is the green component value in the RGB space, and b is the blue component value in the RGB space.
Further, the step of deleting the grid line comprises the following steps:
Positioning the position of the grid line: since the shape of the gate line is a horizontal or vertical line segment, when a certain pixel satisfies rule 1: detecting the last pixel and the next pixel of the pixel if the gradient on the left side of the pixel is larger than the gradient threshold G1 and the gradient on the upper side and the lower side is smaller than the gradient threshold G2, continuing the operation if the last pixel or the next pixel also accords with the rule 1, and if 10 continuous pixels accord with the rule 1, the pixels are on the left side of the vertical grid line; when a certain pixel satisfies rule 2: the gradient on the right side of the pixel is larger than the gradient threshold G1, the gradient on the upper side and the gradient on the lower side are smaller than the gradient threshold G2, the last pixel and the next pixel of the pixel are detected, when the last pixel or the next pixel also accords with the rule 2, the operation is continued, and if 10 continuous pixels accord with the rule 2, the pixels are on the right side of the vertical grid line; recording coordinates of pixels in the grid line;
When a certain pixel satisfies rule 3: detecting one pixel on the left and one pixel on the right of the pixel when the gradient on the upper side of the pixel is larger than a gradient threshold G1 and the gradient on the left and the right is smaller than a gradient threshold G2, continuing the operation when the one pixel on the left or the one pixel on the right also accords with the rule 3, and if 10 continuous pixels all accord with the rule 3, arranging the pixels on the upper side of the horizontal grid line; when a certain pixel satisfies rule 4: the gradient below the pixel is larger than the gradient threshold G1, the gradient on the left and the gradient on the right are smaller than the gradient threshold G2, then the pixel on the left and the pixel on the right of the pixel are detected, when one pixel on the left or one pixel on the right also accords with the rule 4, the operation is continued, and if 10 continuous pixels accord with the rule 4, the pixels are arranged on the lower side of the horizontal grid line; recording coordinates of pixels in the grid line;
deleting the grid line: deleting the pixels of the left coordinates, the pixels of the right coordinates and the pixels of the middle coordinates of the left coordinates and the right coordinates according to the left coordinates and the right coordinates of the vertical grid line; and deleting the pixels of the upper side coordinates, the pixels of the lower side coordinates and the pixels of the middle coordinates of the upper side coordinates and the lower side coordinates of the horizontal grid line according to the upper side coordinates and the lower side coordinates of the horizontal grid line.
Further, after the target in the image is obtained, the characteristics of the target are matched with the template, and the defect type is one of virtual printing, nodes, slurry leakage, printing offset and scratches.
Further, the features of the object include aspect ratio, area and edge features, and the matching algorithm is a quadratic matching error algorithm.
Compared with the prior art, the invention has the following beneficial effects:
An improved filtering enhancement algorithm is adopted, and the target and the background are judged by combining the directional gradient moment, so that the recognition capability of the small defect target is improved.
Drawings
FIG. 1 is a flow chart of defect detection of the present application;
FIG. 2 illustrates a method for acquiring an image of a photovoltaic cell provided by an embodiment of the present application;
1-area array camera, 2-polarization area light source and 3-photovoltaic cell.
Detailed Description
The invention is further described below with reference to the accompanying drawings, without limiting the invention in any way, and any alterations or substitutions based on the teachings of the invention are intended to fall within the scope of the invention.
Referring to fig. 1, the method for detecting the screen printing defects of the photovoltaic cell provided by the application comprises the following steps:
s1, acquiring RGB images of a photovoltaic cell after screen printing by using a camera;
S2, converting the RGB image into HSV color space;
S3, carrying out filtering enhancement on the image, wherein the filtering enhancement comprises the following steps: and calculating the large-scale direction gradient moment and the small-scale direction gradient moment of each pixel of the image, comparing the large-scale direction gradient moment and the small-scale direction gradient moment with a threshold value T, if the ratio of the average value of the large-scale direction gradient moment of a certain pixel to the average value of the large-scale direction gradient moment is larger than the threshold value T, retaining the pixel, otherwise filtering the pixel.
The multi-scale directional gradient moment comprises a large-scale directional gradient moment and a small-scale directional gradient moment, wherein the large-scale directional gradient moment is the directional gradient moment of all pixels in a circle with 5 pixels as a radius, the small-scale directional gradient moment is the directional gradient moment of all pixels in the circle with the pixel p (x, y) as the center, and the 3 pixels as the directional gradient moment of all pixels in the circle with the radius.
The directional gradient moment is calculated as follows: the circle center pixel is p, a certain pixel in the circle is q, and the directional gradient moment of the pixel q is:
Wherein,AndThe gradient between pixel q and pixel p in the vertical and horizontal directions respectively,Is the gradient direction between pixel q and pixel p,Is the magnitude of the gradient between pixel q and pixel p.
The image gradient calculation method is the prior art in the field, and can refer to hundred degrees encyclopedia:
https://baike.baidu.com/item/%E5%9B%BE%E5%83%8F%E6%A2%AF%E5%BA%A6/8528837fr=ge_ala 。
In addition, if the threshold setting is fixed, it cannot be applied to various actual scenes, so the threshold in the present application is adaptively set, and the specific method is as follows:
for the average value of all pixel gray levels in the grid line with the largest gray level in the image,The average of all pixel gray levels in the gate line with the smallest gray level in the image,Is the pixel gray average value of all grid lines in the image,Is the average value of the pixel gray scale of other areas in the image,The regulating factors are different for each type of photovoltaic cell slice and are obtained through experiments.
When the average value of the large-scale directional moment of all pixels and the average value of the small-scale directional moment of all pixels are smaller than a threshold value, the image filtering enhancement algorithm indicates that the texture of the region is smoother and can be filtered, and when the average value of the large-scale directional moment of all pixels and the average value of the small-scale directional moment of all pixels are larger than the threshold value, the texture of the region is larger, edges of the target are reserved, and therefore the effect of enhancing the target is achieved.
S4, eliminating grid lines in the image, and only leaving a defect image.
S5, carrying out morphological operation on the image to obtain a target image in the image, and identifying the defect type of the target in the image. After the target in the image is obtained, matching the characteristics of the target with the template to obtain one of the defect types including virtual printing, nodes, slurry leakage, printing offset and scratches.
In some embodiments, converting an RGB image into an HSV color space includes:
h channel component H:
S channel component S:
V-channel component V: v=
Wherein,Is the maximum of the red, green, and blue components in the RGB space, Tmin is the minimum of the red, green, and blue components in the RGB space, r is the red component value in the RGB space, g is the green component value in the RGB space, and b is the blue component value in the RGB space.
In some embodiments, the step of deleting the gate line is:
Positioning the position of the grid line: since the shape of the gate line is a horizontal or vertical line segment, when a certain pixel satisfies rule 1: detecting the last pixel and the next pixel of the pixel if the left gradient is larger than the gradient threshold G1 and the up-down gradient is smaller than the gradient threshold G2, continuing the operation if the last pixel or the next pixel also accords with the rule 1, and if 10 continuous pixels accord with the rule 1, the pixels are on the left side of the vertical grid line; when a certain pixel satisfies rule 2: the right gradient is larger than the gradient threshold G1, the upper gradient and the lower gradient are smaller than the gradient threshold G2, the last pixel and the next pixel of the pixel are detected, when the last pixel or the next pixel also accords with the rule 2, the operation is continued, and if 10 continuous pixels accord with the rule 2, the pixels are on the right side of the vertical grid line; recording coordinates of pixels in the grid line;
When a certain pixel satisfies rule 3: detecting a pixel on the left and a pixel on the right of the pixel if the upper gradient is larger than a gradient threshold G1 and the left and right gradients are smaller than a gradient threshold G2, continuing the operation when the pixel on the left or the pixel on the right also accords with the rule 3, and if 10 continuous pixels accord with the rule 3, arranging the pixels on the upper side of the horizontal grid line; when a certain pixel satisfies rule 4: detecting a pixel on the left and a pixel on the right of the pixel if the lower gradient is larger than a gradient threshold G1 and the left and right gradients are smaller than a gradient threshold G2, continuing the operation when the pixel on the left or the pixel on the right also accords with the rule 4, and if 10 continuous pixels accord with the rule 4, arranging the pixels on the lower side of the horizontal grid line; recording coordinates of pixels in the grid line; the gradient threshold G1 is larger than the gradient threshold G2, and the gradient threshold G1 is used for judging whether the pixel is at the edge of the grid line, and if the gradient is large, the gray change is large, which indicates that the pixel is at the edge of the grid line. The gradient threshold G2 is used to determine whether the pixels at the edges of the two gate lines are adjacent, and the gray scale variation of the pixels at the edges of the two gate lines is small. If the left-right gradient or the up-down gradient of the pixel is larger than the gradient threshold G1, the pixel is indicated to be the edge of the grid line; if the pixel has a left-right gradient or an up-down gradient less than the gradient threshold G2, this pixel is illustrated as the edge of the gate line and is adjacent to the other gate line pixels.
Deleting the grid line: deleting the pixels of the left coordinates, the pixels of the right coordinates and the pixels of the middle coordinates of the left coordinates and the right coordinates according to the left coordinates and the right coordinates of the vertical grid line; and deleting the pixels of the upper side coordinates, the pixels of the lower side coordinates and the pixels of the middle coordinates of the upper side coordinates and the lower side coordinates of the horizontal grid line according to the upper side coordinates and the lower side coordinates of the horizontal grid line.
In some embodiments, the features of the target include aspect ratio, area, and edge features, and the matching algorithm is a quadratic matching error algorithm. The matching algorithm uses a secondary matching error algorithm commonly used in the field, wherein the first matching is rough matching, interlaced column data of templates, namely, one-fourth template data, are taken, and interlaced column scanning matching is carried out on the searched graph, namely, matching is carried out within one-fourth range of the original graph. The matching speed is remarkably improved because the data volume is greatly reduced. And (3) carrying out accurate matching in the second matching, namely carrying out search matching in the field of the 1 st error minimum point (imin,jmin), namely carrying out search matching in a rectangle with the diagonal point (imin+1,jmin+1), and obtaining a final result, wherein imin,jmin is the coordinate of the first error minimum point.
In some embodiments, the present application normalizes the average of the large scale directional moments of all pixels and the average of the small scale directional moments of all pixels to the interval of [0,1 ]. Therefore, the range of the threshold value T is also the interval of [0,1 ].
In some embodiments, the morphological operations include open operations, which are well known in the art, and are not described in detail herein.
Referring to fig. 2, in some embodiments, the method for acquiring the surface image of the photovoltaic cell includes: the distance between the area array camera 1 and the photovoltaic cell 3 is 400mm, the polarized area light source 2 is 350mm away from the photovoltaic cell, the polarized area light source 2 irradiates the photovoltaic cell, and the camera shoots and acquires images of the photovoltaic cell. And carrying out defect detection on the acquired screen printing image of the photovoltaic cell by using the defect detection method.
Compared with the prior art, the invention has the following beneficial effects:
An improved filtering enhancement algorithm is adopted, and the target and the background are judged by combining the directional gradient moment, so that the recognition capability of the small defect target is improved.
The word "preferred" is used herein to mean serving as an example, instance, or illustration. Any aspect or design described herein as "preferred" is not necessarily to be construed as advantageous over other aspects or designs. Rather, use of the word "preferred" is intended to present concepts in a concrete fashion. The term "or" as used in this disclosure is intended to mean an inclusive "or" rather than an exclusive "or". That is, unless specified otherwise or clear from the context, "X uses a or B" is intended to naturally include any of the permutations. That is, if X uses A; x is B; or X uses both A and B, then "X uses A or B" is satisfied in any of the foregoing examples.
Moreover, although the disclosure has been shown and described with respect to one or more implementations, equivalent alterations and modifications will occur to others skilled in the art based upon a reading and understanding of this specification and the annexed drawings. The present disclosure includes all such modifications and alterations and is limited only by the scope of the following claims. In particular regard to the various functions performed by the above described components (e.g., elements, etc.), the terms used to describe such components are intended to correspond, unless otherwise indicated, to any component which performs the specified function of the described component (e.g., that is functionally equivalent), even though not structurally equivalent to the disclosed structure which performs the function in the herein illustrated exemplary implementations of the disclosure. Furthermore, while a particular feature of the disclosure may have been disclosed with respect to only one of several implementations, such feature may be combined with one or other features of the other implementations as may be desired and advantageous for a given or particular application. Moreover, to the extent that the terms "includes," has, "" contains, "or variants thereof are used in either the detailed description or the claims, such terms are intended to be inclusive in a manner similar to the term" comprising.
The functional units in the embodiment of the invention can be integrated in one processing module, or each unit can exist alone physically, or a plurality of or more than one unit can be integrated in one module. The integrated modules may be implemented in hardware or in software functional modules. The integrated modules may also be stored in a computer readable storage medium if implemented in the form of software functional modules and sold or used as a stand-alone product. The above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, or the like. The above-mentioned devices or systems may perform the storage methods in the corresponding method embodiments.
In summary, the foregoing embodiment is an implementation of the present invention, but the implementation of the present invention is not limited to the embodiment, and any other changes, modifications, substitutions, combinations, and simplifications made by the spirit and principles of the present invention should be equivalent to the substitution manner, and all the changes, modifications, substitutions, combinations, and simplifications are included in the protection scope of the present invention.

Claims (5)

Positioning the position of the grid line: since the shape of the gate line is a horizontal or vertical line segment, when a certain pixel satisfies rule 1: detecting the last pixel and the next pixel of the pixel if the gradient on the left side of the pixel is larger than the gradient threshold G1 and the gradient on the upper side and the lower side is smaller than the gradient threshold G2, continuing the operation if the last pixel or the next pixel also accords with the rule 1, and if 10 continuous pixels accord with the rule 1, the pixels are on the left side of the vertical grid line; when a certain pixel satisfies rule 2: the gradient on the right side of the pixel is larger than the gradient threshold G1, the gradient on the upper side and the gradient on the lower side are smaller than the gradient threshold G2, the last pixel and the next pixel of the pixel are detected, when the last pixel or the next pixel also accords with the rule 2, the operation is continued, and if 10 continuous pixels accord with the rule 2, the pixels are on the right side of the vertical grid line; recording coordinates of pixels in the grid line;
When a certain pixel satisfies rule 3: detecting one pixel on the left and one pixel on the right of the pixel when the gradient on the upper side of the pixel is larger than a gradient threshold G1 and the gradient on the left and the right is smaller than a gradient threshold G2, continuing the operation when the one pixel on the left or the one pixel on the right also accords with the rule 3, and if 10 continuous pixels all accord with the rule 3, arranging the pixels on the upper side of the horizontal grid line; when a certain pixel satisfies rule 4: the gradient below the pixel is larger than the gradient threshold G1, the gradient on the left and the gradient on the right are smaller than the gradient threshold G2, then the pixel on the left and the pixel on the right of the pixel are detected, when one pixel on the left or one pixel on the right also accords with the rule 4, the operation is continued, and if 10 continuous pixels accord with the rule 4, the pixels are arranged on the lower side of the horizontal grid line; recording coordinates of pixels in the grid line;
CN202410118144.0A2024-01-292024-01-29Machine vision-based method for detecting screen printing defects of photovoltaic cellActiveCN118071689B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202410118144.0ACN118071689B (en)2024-01-292024-01-29Machine vision-based method for detecting screen printing defects of photovoltaic cell

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202410118144.0ACN118071689B (en)2024-01-292024-01-29Machine vision-based method for detecting screen printing defects of photovoltaic cell

Publications (2)

Publication NumberPublication Date
CN118071689A CN118071689A (en)2024-05-24
CN118071689Btrue CN118071689B (en)2024-07-30

Family

ID=91106758

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202410118144.0AActiveCN118071689B (en)2024-01-292024-01-29Machine vision-based method for detecting screen printing defects of photovoltaic cell

Country Status (1)

CountryLink
CN (1)CN118071689B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN118570159B (en)*2024-05-292025-07-01江苏智慧工场技术研究院有限公司Solar cell defect detection method based on neural network

Citations (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN112669265A (en)*2020-12-172021-04-16华中科技大学Method for realizing surface defect detection based on Fourier transform and image gradient characteristics
CN116740073A (en)*2023-08-162023-09-12江苏森标科技有限公司Solar cell defect detection method and system based on visual image of graphite boat

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN110751604B (en)*2019-09-302023-04-25佛山科学技术学院 A machine vision-based online detection method for steel pipe weld defects
CN111179225B (en)*2019-12-142022-02-01西安交通大学Test paper surface texture defect detection method based on gray gradient clustering
CN111896556B (en)*2020-08-042021-05-28湖南大学 A method and system for detecting glass bottle bottom defects based on machine vision
CN112308832B (en)*2020-10-292022-07-22常熟理工学院Bearing quality detection method based on machine vision

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN112669265A (en)*2020-12-172021-04-16华中科技大学Method for realizing surface defect detection based on Fourier transform and image gradient characteristics
CN116740073A (en)*2023-08-162023-09-12江苏森标科技有限公司Solar cell defect detection method and system based on visual image of graphite boat

Also Published As

Publication numberPublication date
CN118071689A (en)2024-05-24

Similar Documents

PublicationPublication DateTitle
CN109086714B (en)Form recognition method, recognition system and computer device
CN111640157B (en)Checkerboard corner detection method based on neural network and application thereof
CN109859226B (en)Detection method of checkerboard corner sub-pixels for graph segmentation
CN109035170B (en) Adaptive wide-angle image correction method and device based on single-grid image segmentation mapping
CN116977329B (en)Photovoltaic grid line detection method based on machine vision
Chen et al.A novel color edge detection algorithm in RGB color space
CN115115634B (en)Photovoltaic array hot spot detection method based on infrared image
WO2013143390A1 (en)Face calibration method and system, and computer storage medium
CN118071689B (en)Machine vision-based method for detecting screen printing defects of photovoltaic cell
CN113610799B (en)Artificial intelligence-based photovoltaic cell panel rainbow line detection method, device and equipment
CN111815710A (en)Automatic calibration method for fisheye camera
CN107545550B (en)Cell image color cast correction method
CN118674723B (en)Method for detecting virtual edges of coated ceramic area based on deep learning
CN107832674A (en)A kind of method for detecting lane lines
CN109242854A (en)A kind of image significance detection method based on FLIC super-pixel segmentation
CN120070874B (en) An intelligent recognition system for stain area recognition
CN117911419A (en)Method and device for detecting steel rotation angle enhancement of medium plate, medium and equipment
CN107194896A (en)A kind of background suppression method and system based on neighbour structure
CN118735919A (en) A display screen light source uniformity testing method and system
CN116052152A (en) A License Plate Recognition System Based on Contour Detection and Deep Neural Network
CN110956640B (en) A Method of Edge Point Detection and Registration in Heterogeneous Images
CN112560740A (en)PCA-Kmeans-based visible light remote sensing image change detection method
CN117746450A (en) A mobile terminal value form identification method for equipment operation and maintenance
CN112907582B (en)Mine-oriented image saliency extraction defogging method and device and face detection
CN111985492B (en)Cloud identification method

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp