WO2018000731A1 - Method for automatically detecting curved surface defect and device thereof - Google Patents

Method for automatically detecting curved surface defect and device thereof Download PDF

Info

Publication number
WO2018000731A1
WO2018000731A1 PCT/CN2016/108866 CN2016108866W WO2018000731A1 WO 2018000731 A1 WO2018000731 A1 WO 2018000731A1 CN 2016108866 W CN2016108866 W CN 2016108866W WO 2018000731 A1 WO2018000731 A1 WO 2018000731A1
Authority
WO
WIPO (PCT)
Prior art keywords
defect
area
region
image
similarity
Prior art date
Application number
PCT/CN2016/108866
Other languages
French (fr)
Chinese (zh)
Inventor
黄茜
黄梓淳
周洲
Original Assignee
华南理工大学
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 华南理工大学 filed Critical 华南理工大学
Priority to SG11201811381UA priority Critical patent/SG11201811381UA/en
Publication of WO2018000731A1 publication Critical patent/WO2018000731A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/74Image or video pattern matching; Proximity measures in feature spaces
    • G06V10/75Organisation of the matching processes, e.g. simultaneous or sequential comparisons of image or video features; Coarse-fine approaches, e.g. multi-scale approaches; using context analysis; Selection of dictionaries
    • G06V10/758Involving statistics of pixels or of feature values, e.g. histogram matching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/40Scaling of whole images or parts thereof, e.g. expanding or contracting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/40Scaling of whole images or parts thereof, e.g. expanding or contracting
    • G06T3/4084Scaling of whole images or parts thereof, e.g. expanding or contracting in the transform domain, e.g. fast Fourier transform [FFT] domain scaling
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20084Artificial neural networks [ANN]
    • 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

Definitions

  • the invention relates to the field of image processing and deep learning research, in particular to a method and device for automatically detecting a curved surface defect.
  • the automatic detection of surface defects on small curved surfaces in the industrial field mainly adopts the following algorithm:
  • This method generally uses an industry expert to manually design an image feature extraction method based on the defect characteristics, and then matches the real-time image;
  • the back propagation neural network method is adopted.
  • the image feature is extracted by artificially designed feature extraction method and then sent to the input end of the neural network.
  • the neural network is used to classify whether the image is defective or not.
  • the main object of the present invention is to overcome the shortcomings and shortcomings of the prior art, and to provide an automatic surface defect detection method, which has the advantages of high adaptability, high real-time performance and high recognition accuracy.
  • Another object of the present invention is to provide an apparatus for realizing the above-described automatic surface defect detection method, which is easy to operate, simple and stable in structure.
  • an automatic surface defect detection method Including steps:
  • Training stage collecting sample images, constructing a training set, performing artificial defect recognition on the images in the training set, and marking the areas where all the defects appear;
  • the training process adopts the stochastic gradient descent method, and the output is the category and specific coordinates of the defect area;
  • the training set when constructing the training set according to the sample image, at least one of the following methods is used for performing amplification: performing a random angle rotation, a single translation, a zoom, a flip, a stretch, and a crop.
  • performing a random angle rotation, a single translation, a zoom, a flip, a stretch, and a crop thereby, the collected sample image can be expanded by a maximum of 6 times to effectively prevent over-fitting of the training.
  • the rotation randomly selects an angle from 0° to 360°
  • the translation is a random offset of -8 to 8 pixels
  • the scaling factor of the scaling is randomly selected between 1/1.5 and 1.5
  • the flipping includes two directions, horizontal and vertical.
  • the stretching refers to stretching the short side
  • the stretching factor is randomly selected between 1/1.2 and 1.2
  • the cutting is manually selecting the target region portion. Amplifying the sample using the above parameters, after The model obtained from the continuous training will be more accurate.
  • the average value of the three-channel pixels of all the images in the training set is calculated, and then the average value of each channel is subtracted from the three-channel pixel value of each image to obtain a new sample image.
  • the order of the new sample images in the training set is randomly disturbed before the defect pre-positioning is performed. Thereby making the established training network more accurate.
  • the difference between the classes is defined as the smallest weight among all the edges connecting the two regions, and the intra-class difference is defined as the largest weight of all the edges in the region plus the limiting coefficient.
  • s is the number of all pixels in the region, and k is the segmentation threshold.
  • the similarity adopted by the inter-region similarity set S includes three types of color similarity, texture similarity and size similarity, wherein:
  • the range of color gradation are divided into M sub-intervals, called M bins, obtaining Mbins each color channel histogram of the region a and b, a and b are each region to obtain a 3M-dimensional vector C a, C b;
  • the image is converted into a grayscale image, and the gradient histogram of Nbins is obtained for the region a and the region b, and then the region a and the region b obtain an N-dimensional vector T a , T b ;
  • Size similarity s(a) is that the area a contains the number of pixels
  • s(b) is that the area b contains the number of pixels
  • s(im) is the number of pixels in the entire image.
  • the steps of dividing the negative sample and the positive sample according to the degree of coincidence are:
  • the non-maximum suppression algorithm is used to eliminate the redundant target frame, and the optimal position of the defect area is determined.
  • the device for realizing the above automatic surface surface defect detection method comprises a plurality of cameras, and a sliding table, a bottom plate base, a motor, a motor controller, a light source, a light source controller and a host computer, and each camera is fixed in a three On the degree of freedom camera mount, the three-degree-of-freedom camera bracket, the sliding table, the light source, and the light source controller are all fixed on the bottom plate base, and the motor is fixedly connected to the sliding table through the coupling, and the camera passes
  • the RJ45 network interface is connected with the host computer; during the detection, the workpiece is horizontally placed on the sliding table, and the upper computer sends a motion command to the motor controller, and the motor controller controls the motor to drive the workpiece on the sliding table to move in the area where the camera views the field of view.
  • a light source with a light source controller illuminates the camera to obtain a clear image of the entire surface of the workpiece to be inspected.
  • the device comprises two industrial cameras, the first industrial camera is mounted at a height of 20 cm to 30 cm above the workpiece, and is at an angle of 30 to 45 degrees downward from the horizontal plane, and the second industrial camera is mounted below the level of the workpiece. 20cm ⁇ 30cm, and upward angle of 30 ° ⁇ 45 ° with the horizontal plane.
  • the workpiece is photographed by the first and second industrial cameras of different angles to ensure that the shooting field completely covers the surface to be inspected.
  • the present invention has the following advantages and beneficial effects:
  • the metal small curved surface defect automatic detecting device used in the invention can capture high-quality curved defect images clearly and quickly, and ensures high definition of the captured image.
  • the method of the present invention amplifies the amount of data by performing various transformation processes on the defect sample in the sample preparation process, and at the same time prevents the over-fitting of the training to a certain extent.
  • the method of the present invention pre-predicts the defect area based on the idea of graph theory, and then uses the offline training network model to identify all the defect areas of the predetermined position, which can improve the recognition accuracy compared with the whole image; While identifying the type of defect, the network structure also more accurately locates the location of defects in the area.
  • the defect detection process of the invention is automatically performed without manual parameter setting, and has strong applicability to different image collection environments and different types of defects.
  • FIG. 1 is a schematic diagram showing the hardware structure of the apparatus of this embodiment
  • Figure 2 is a skeleton diagram of the apparatus of the embodiment
  • FIG. 5 is a flow chart of a defect pre-positioning algorithm in the method of the embodiment.
  • FIG. 6 is a flowchart of a network training algorithm in the method of this embodiment.
  • FIG. 7 is a flow chart of the online detection of the method of the embodiment.
  • an automatic surface defect detecting device of the present embodiment includes two industrial cameras with micro focal length lenses, two three-degree-of-freedom camera brackets and two light sources, a sliding table, a bottom plate base and A motor.
  • the three-degree-of-freedom camera mount 3 and the slide table 6 are fixed to the bottom plate base 9, and the motor 7 is fixedly coupled to the slide table 6 via a coupling.
  • the workpiece 5 is placed horizontally on the slide table 6, and when the workpiece 5 is in the AB position, an image is taken by the industrial camera 1 fixed on the camera holder 3, and when the workpiece 5 is moved to the BC position, the image is taken by the industrial camera 2,
  • the surface light source 4 of the light source controller 10 provides illumination to the camera.
  • the industrial cameras 1 and 2 are connected to a PC (host computer) via an RJ45 network interface, and the motor 7 is connected to a PC.
  • the shaded portion of the workpiece 5 is a curved surface having a small curvature.
  • the industrial camera 1 is mounted 20 cm above the horizontal plane of the workpiece 5, and is at an angle of 30° to the horizontal.
  • Industrial The camera 2 is mounted 20 cm below the horizontal plane of the workpiece 5 and is at an angle of 30° to the horizontal plane.
  • the two-angle industrial camera photographs the workpiece at the position AB and the position BC to ensure that the shooting field completely covers the surface to be inspected.
  • the process of detection is that the PC sends a motion command to the motor controller, and the control motor drives the workpiece on the slide table to move in the AB and BC regions.
  • the camera 1 collects an image and transmits it to the computer through the RJ45 interface.
  • the camera 2 collects an image and transmits it back to the computer through the RJ45 interface until the AB and BC arc surfaces of the workpiece are detected.
  • the apparatus of the present embodiment can be divided into an illumination and imaging component, a mechanical transmission component, and a PC according to functions, wherein the illumination and imaging components include a surface light source, a light source controller, an industrial camera, and a three-degree-of-freedom camera bracket, each of which The camera is fixed on a three-degree-of-freedom camera bracket, and the three-degree-of-freedom camera bracket, the sliding table, the light source, and the light source controller are all fixed on the bottom plate base, and the light source controller is connected to the surface light source through an electrical connection line for controlling the light source. strength.
  • the illumination and imaging components include a surface light source, a light source controller, an industrial camera, and a three-degree-of-freedom camera bracket, each of which The camera is fixed on a three-degree-of-freedom camera bracket, and the three-degree-of-freedom camera bracket, the sliding table, the light source, and the light source controller are all fixed on the bottom plate base, and the light source controller is connected to the surface light
  • Mechanical transmission components including motor, motor controller, sliding table and motion control card
  • the motor is fixedly connected with the sliding table through the coupling
  • the motor controller is connected to the motor through the electrical connection line
  • the motion control card is connected with the motor controller
  • the motion The control card is connected to the PC through the PCI interface.
  • the PC is equipped with an automatic defect detection system, which includes two offline modules, sample preparation and network training, and four online modules of motion control, image acquisition, defect pre-positioning and defect detection.
  • Industrial cameras in lighting and imaging components are connected to a PC via an RJ45 network interface to capture online images; PC
  • the machine is connected to the motion control card in the mechanical transmission component through the motion control module to control the start and stop of the motor, speed adjustment, direction change, etc., to drive the workpiece movement on the sliding table.
  • FIG. 3 is a main working flow chart of the method according to the embodiment, which includes two main steps of offline deep neural network model training and online automatic defect detection.
  • the training phase including sample preparation, performing a defect pre-positioning algorithm, simultaneously inputting a set of image samples having obtained a plurality of predetermined bit frames to the deep neural network, performing offline training of the deep neural network model, and then using the trained network model Online detection.
  • the online detection process is to first collect the image of the small arc surface of the workpiece online, perform the same defect pre-positioning algorithm as the offline training, and then input a single image of the obtained predetermined position frame to the deep neural network, and sequentially image the image. Each predetermined bit area is identified and classified, the coordinates and defect categories of the final defect area are obtained, and the detection result is displayed and output.
  • FIG. 4 is a flowchart of a sample preparation algorithm according to the embodiment, which includes the following steps:
  • the following method is used to amplify the image data set, artificially increasing the number of training samples, including performing a random angle rotation (randomly selecting angles from 0° to 360°), and one translation (random offset -8 to 8) Pixels), one zoom (scaling factor is randomly selected from 1/1.5 to 1.5 times), one flip (horizontal and vertical), one stretch (stretching short side, stretching factor from 1/1.2 to 1.2) Random selection (multiple times), one cropping (manual selection of the target area), the image data set is expanded by six times to effectively prevent over-fitting of the training;
  • FIG. 5 is a flowchart of a defect pre-positioning algorithm according to the embodiment, including the following steps:
  • each pixel in the image is a single region, and calculate the Euclidean distance of each channel of the RGB space for each pixel and its adjacent 8 pixels as a weight, and each weight represents the The dissimilarity of the two regions connected by the edge, the following merge operation is performed for each edge to obtain the initial segmentation region set R: as long as the inter-class difference between the two regions is greater than the intra-class difference of any one region, they are merged into one New areas, otherwise not merged.
  • the difference between classes is defined as the smallest weight among all the edges connecting the two regions.
  • the intra-class difference is defined as the largest weight among all the edges in the region plus the limiting coefficient. Where s is the number of all pixels in the area, and k is the segmentation threshold, set to 500;
  • Initialization area similarity set S is an empty set, and the similarity definition includes three types of color similarity, texture similarity and size similarity, wherein: color similarity For the regions a and b to obtain a histogram of each color channel 25bins, then regions a and b each get a 75-dimensional vector C a , C b ; texture similarity First convert the image into a grayscale image, and obtain a gradient histogram of 8bins for the region a and the region b, then the region a and the region b get an 8-dimensional vector T a , T b ; size similarity s(a) is that the area a contains the number of pixels, s(b) is that the area b contains the number of pixels, and s(im) is the number of pixels of the entire image;
  • FIG. 6 is a flowchart of an offline network training algorithm in this embodiment, including the following steps:
  • S2 Calculate the coincidence degree and coincidence degree of the real target frame of these areas and manually marked defects
  • S p is the area of the predetermined bit area
  • S t is the real target frame area
  • S o is the area of overlap of S p and S t
  • the area of coincidence is 0 to 50% as the negative sample
  • the area of coincidence is 70% or more. As a positive sample, the rest are ignored;
  • the training process uses a stochastic gradient descent method to continuously reduce the gap between network output and expectations.
  • Figure 7 is a flow chart of the online detection system of the embodiment, comprising the following steps:

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Artificial Intelligence (AREA)
  • Evolutionary Computation (AREA)
  • Health & Medical Sciences (AREA)
  • Software Systems (AREA)
  • Computing Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Multimedia (AREA)
  • Databases & Information Systems (AREA)
  • Medical Informatics (AREA)
  • Biomedical Technology (AREA)
  • General Engineering & Computer Science (AREA)
  • Mathematical Physics (AREA)
  • Biophysics (AREA)
  • Data Mining & Analysis (AREA)
  • Computational Linguistics (AREA)
  • Molecular Biology (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Quality & Reliability (AREA)
  • Image Processing (AREA)
  • Image Analysis (AREA)
  • Investigating Materials By The Use Of Optical Means Adapted For Particular Applications (AREA)

Abstract

A method for automatically detecting curved surface defect and a device thereof, the method comprising: (1) a training phase: acquiring sample images, constructing a training set, performing manual defect identification on the images in the training set, and marking all areas where defects appear; executing a defect pre-targeting step for each image in the training set, so as to obtain all areas R where the defects may appear; comparing R with all of the manually marked areas where the defects appear, dividing into negative samples and positive samples according to an overlap degree between the two; performing offline training of a deep neural network model according to the positive samples and the negative samples, and outputting types and specific coordinates of defect areas; (2) online detection phase: acquiring current curved surface images to be detected, executing the defect pre-targeting step, obtaining a set R, and inputting the set R into the network model to obtain the types and the specific coordinates of the defect areas. The method and device have the advantages of being highly adaptable and real-time, as well as having a high identification accuracy rate.

Description

一种曲面表面缺陷自动检测方法及其装置Surface surface defect automatic detecting method and device thereof 技术领域Technical field
本发明涉及图像处理与深度学习研究领域,特别涉及一种曲面表面缺陷自动检测方法及其装置。The invention relates to the field of image processing and deep learning research, in particular to a method and device for automatically detecting a curved surface defect.
背景技术Background technique
目前,工业领域对小曲面表面缺陷的自动检测主要采用如下算法:At present, the automatic detection of surface defects on small curved surfaces in the industrial field mainly adopts the following algorithm:
一、提取图像特征,进行图像处理。这种方法一般是通过行业专家根据缺陷特点人工设计图像特征提取方法,然后与实时图像进行匹配;First, extract image features and perform image processing. This method generally uses an industry expert to manually design an image feature extraction method based on the defect characteristics, and then matches the real-time image;
二、采用反向传播神经网络方法,用人工设计的特征提取方法提取图像特征后送入神经网络的输入端,通过建立神经网络对图像是否有缺陷、缺陷类型等进行分类;Secondly, the back propagation neural network method is adopted. The image feature is extracted by artificially designed feature extraction method and then sent to the input end of the neural network. The neural network is used to classify whether the image is defective or not.
三、采用支持向量机等分类器对人工提取到的特征进行分类。Third, the use of support vector machine and other classifiers to classify the manually extracted features.
上述方法均有以下几个缺点:The above methods have the following disadvantages:
1、均采用人工选取特征,可能因为人的主观判断不准确造成图像有用信息的丢失,导致识别准确率下降;1. All of them are manually selected, which may result in the loss of useful information of the image due to inaccurate subjective judgment, resulting in a decrease in recognition accuracy;
2、提取特征的方法过多依赖于参数的设定,而且适用性不强,对于不同类型的缺陷往往需要重新设定参数;2, the method of extracting features depends too much on the setting of parameters, and the applicability is not strong. For different types of defects, it is often necessary to reset the parameters;
3、采用神经网络等分类器往往只能对整幅图像进行分类,无法对缺陷的位置进行精确定位,使得达不到在线检测的要求。3. The use of neural network and other classifiers can only classify the entire image, and it is impossible to accurately locate the position of the defect, so that the requirements for online detection cannot be met.
为此,寻求一种能够适应性高、实时性高、识别准确率高的曲面表面缺陷自动检测方法及其装置具有重要的实用价值。Therefore, it is of great practical value to find a method and device for automatically detecting curved surface defects with high adaptability, high real-time performance and high recognition accuracy.
发明内容Summary of the invention
本发明的主要目的在于克服现有技术的缺点与不足,提供一种曲面表面缺陷自动检测方法,该方法具有适应性高、实时性高、识别准确率高的优点。The main object of the present invention is to overcome the shortcomings and shortcomings of the prior art, and to provide an automatic surface defect detection method, which has the advantages of high adaptability, high real-time performance and high recognition accuracy.
本发明的另一目的在于提供一种用于实现上述曲面表面缺陷自动检测方法的装置,该装置操作容易、结构简单稳定。Another object of the present invention is to provide an apparatus for realizing the above-described automatic surface defect detection method, which is easy to operate, simple and stable in structure.
本发明的目的通过以下的技术方案实现:一种曲面表面缺陷自动检测方法, 包括步骤:The object of the present invention is achieved by the following technical solutions: an automatic surface defect detection method, Including steps:
(1)训练阶段:采集样本图像,构建训练集,对训练集中的图像进行人工缺陷识别,标注出所有缺陷出现的区域;(1) Training stage: collecting sample images, constructing a training set, performing artificial defect recognition on the images in the training set, and marking the areas where all the defects appear;
针对训练集中的每一幅图像执行缺陷预定位步骤:Perform defect pre-positioning steps for each image in the training set:
(1-1)计算图像中每个像素点与其相邻8个方向的像素点之间RGB空间3通道的欧式距离,将该欧式距离作为权值,每个权值代表该边连接的两个区域的不相似度,对每一条边做以下合并操作得到初始分割区域集R:只要两个区域间的类间差异大于任意一个区域的类内差异,就将其合并为一个新的区域,否则不合并;(1-1) Calculate the Euclidean distance of the RGB space 3 channels between each pixel in the image and its adjacent 8 directions, and use the Euclidean distance as the weight, and each weight represents the two connected to the edge. The degree of dissimilarity of the region, the following merge operation is performed for each edge to obtain the initial partition region set R: as long as the inter-class difference between the two regions is greater than the intra-class difference of any one region, it is merged into a new region, otherwise Not merged;
(1-2)初始化区域间相似度集合S为空集;(1-2) Initializing the inter-area similarity set S is an empty set;
(1-3)计算分割区域集R中每两个相邻区域的相似度,添加到集合S中;(1-3) calculating the similarity of each two adjacent regions in the segmentation region set R, and adding to the set S;
(1-4)在集合S中找到相似度最高的值smax,合并该值对应的两个区域,将新合并的区域添加到集合R中,同时删除集合S中与该两个区域有关的所有相似度,再重新计算新分割区域集R的相似度;不断重复上述操作,直到集合S成为空集,最终所得集合R为所有缺陷可能出现的区域;(1-4) Find the highest similar value s max in the set S, merge the two regions corresponding to the value, add the newly merged region to the set R, and delete the set S related to the two regions. For all similarities, recalculate the similarity of the new segmentation region set R; repeat the above operations until the set S becomes an empty set, and finally the resulting set R is the region where all defects may occur;
将训练集中每一幅图像得到的集合R与人工标注出的所有缺陷出现的区域进行比对,根据二者的重合度划分负样本和正样本;Comparing the set R obtained from each image in the training set with the area where all the defects are manually marked, and dividing the negative sample and the positive sample according to the coincidence degree of the two;
将正样本和负样本作为输入,进行深度神经网络模型的离线训练,训练过程采用随机梯度下降方法,输出为缺陷区域的类别与具体坐标;Taking the positive and negative samples as input, the offline training of the deep neural network model is carried out. The training process adopts the stochastic gradient descent method, and the output is the category and specific coordinates of the defect area;
得到训练好的深度神经网络模型;Obtained a trained deep neural network model;
(2)在线检测阶段:采集当前待检测曲面表面图像,执行缺陷预定位步骤,得到集合R,将集合R输入训练好的深度神经网络模型,得到缺陷区域的类别与具体坐标。(2) Online detection stage: collecting the surface image of the current surface to be detected, performing the defect pre-positioning step, obtaining the set R, and inputting the set R into the trained deep neural network model to obtain the category and specific coordinates of the defect area.
优选的,根据样本图像构建训练集时,至少采用下述方法中的一种进行扩增:进行一次随机角度的旋转,一次平移,一次缩放,一次翻转,一次拉伸,一次裁剪。从而可以将采集的样本图像最大扩充6倍,以有效防止训练的过拟合。Preferably, when constructing the training set according to the sample image, at least one of the following methods is used for performing amplification: performing a random angle rotation, a single translation, a zoom, a flip, a stretch, and a crop. Thereby, the collected sample image can be expanded by a maximum of 6 times to effectively prevent over-fitting of the training.
更进一步的,所述旋转在0°~360°随机选取角度,所述平移是随机偏移-8到8个像素,所述缩放的缩放因子在1/1.5~1.5之间随机选取,所述翻转包括水平与垂直两个方向,所述拉伸是指将短边拉伸,拉伸因子在1/1.2~1.2之间随机选取,所述裁剪是人工选取目标区域部分。采用上述的参数进行扩增样本,后 续训练得到的模型将更为准确。Further, the rotation randomly selects an angle from 0° to 360°, the translation is a random offset of -8 to 8 pixels, and the scaling factor of the scaling is randomly selected between 1/1.5 and 1.5, The flipping includes two directions, horizontal and vertical. The stretching refers to stretching the short side, and the stretching factor is randomly selected between 1/1.2 and 1.2, and the cutting is manually selecting the target region portion. Amplifying the sample using the above parameters, after The model obtained from the continuous training will be more accurate.
优选的,在进行缺陷预定位前,计算训练集中所有图像三通道像素的平均值,然后将每一幅图像的三通道像素值减去上述每个通道的平均值,得到新的样本图像。通过上述处理,可以提高收敛速度。Preferably, before performing the defect pre-positioning, the average value of the three-channel pixels of all the images in the training set is calculated, and then the average value of each channel is subtracted from the three-channel pixel value of each image to obtain a new sample image. Through the above processing, the convergence speed can be improved.
更进一步的,在进行缺陷预定位前,随机打乱新的样本图像在训练集中的顺序。从而使建立的训练网络更准确。Further, the order of the new sample images in the training set is randomly disturbed before the defect pre-positioning is performed. Thereby making the established training network more accurate.
具体的,所述类间差异定义为连接两个区域所有边中最小的权值,类内差异定义为区域内所有边中最大的权值加上限制系数
Figure PCTCN2016108866-appb-000001
其中s为区域内所有像素点的个数,k为分割阈值。
Specifically, the difference between the classes is defined as the smallest weight among all the edges connecting the two regions, and the intra-class difference is defined as the largest weight of all the edges in the region plus the limiting coefficient.
Figure PCTCN2016108866-appb-000001
Where s is the number of all pixels in the region, and k is the segmentation threshold.
优选的,所述步骤(1-2)中,区域间相似度集合S采用的相似度包括颜色相似度、纹理相似度和大小相似度3种,其中:Preferably, in the step (1-2), the similarity adopted by the inter-region similarity set S includes three types of color similarity, texture similarity and size similarity, wherein:
颜色相似度
Figure PCTCN2016108866-appb-000002
将颜色灰度的范围均分为M个子区间,称为M bins,对区域a和b获取每个颜色通道Mbins的直方图,则区域a和b各得到一个3M维向量Ca,Cb
Color similarity
Figure PCTCN2016108866-appb-000002
The range of color gradation are divided into M sub-intervals, called M bins, obtaining Mbins each color channel histogram of the region a and b, a and b are each region to obtain a 3M-dimensional vector C a, C b;
纹理相似度
Figure PCTCN2016108866-appb-000003
先将图像转为灰度图,对区域a和区域b获取Nbins的梯度直方图,则区域a和区域b个得到一个N维向量Ta,Tb
Texture similarity
Figure PCTCN2016108866-appb-000003
First, the image is converted into a grayscale image, and the gradient histogram of Nbins is obtained for the region a and the region b, and then the region a and the region b obtain an N-dimensional vector T a , T b ;
大小相似度
Figure PCTCN2016108866-appb-000004
s(a)为区域a包含像素点个数,s(b)为区域b包含像素点个数,s(im)为整幅图像包含像素点个数。
Size similarity
Figure PCTCN2016108866-appb-000004
s(a) is that the area a contains the number of pixels, s(b) is that the area b contains the number of pixels, and s(im) is the number of pixels in the entire image.
优选的,根据重合度划分负样本和正样本的步骤是:Preferably, the steps of dividing the negative sample and the positive sample according to the degree of coincidence are:
重合度
Figure PCTCN2016108866-appb-000005
其中Sp为预定位区域面积,St为真实目标框面积,So为Sp和St重叠部分面积,重合度在0到50%的区域作为负样本,重合度在70%以上的区域作为正样本,其余的忽略。
Coincidence degree
Figure PCTCN2016108866-appb-000005
Where S p is the area of the predetermined bit area, S t is the real target frame area, S o is the area of overlap of S p and S t , the area of coincidence is 0 to 50% as the negative sample, and the area of coincidence is 70% or more. As a positive sample, the rest are ignored.
优选的,在步骤(2)得到缺陷区域的类别与具体坐标后,采用非极大值抑制算法消除冗余目标框,确定缺陷区域的最佳位置。Preferably, after the category and the specific coordinates of the defect area are obtained in the step (2), the non-maximum suppression algorithm is used to eliminate the redundant target frame, and the optimal position of the defect area is determined.
一种用于实现上述曲面表面缺陷自动检测方法的装置,包括若干个相机,以及滑动台、底板座、电机、电机控制器、光源、光源控制器和上位机,每个相机对应固定在一三自由度相机支架上,三自由度相机支架、滑动台、光源、光源控制器均固定在底板座上,电机通过联轴器与滑动台固定连接,相机通过 RJ45网络接口与上位机连接;在检测时,工件水平放置在滑动台上,上位机发送运动指令给电机控制器,电机控制器控制电机带动滑动台上的工件在相机拍摄视野的区域运动,由带光源控制器的光源为相机提供照明,从而获取清晰的工件待检曲面的全部图像。The device for realizing the above automatic surface surface defect detection method comprises a plurality of cameras, and a sliding table, a bottom plate base, a motor, a motor controller, a light source, a light source controller and a host computer, and each camera is fixed in a three On the degree of freedom camera mount, the three-degree-of-freedom camera bracket, the sliding table, the light source, and the light source controller are all fixed on the bottom plate base, and the motor is fixedly connected to the sliding table through the coupling, and the camera passes The RJ45 network interface is connected with the host computer; during the detection, the workpiece is horizontally placed on the sliding table, and the upper computer sends a motion command to the motor controller, and the motor controller controls the motor to drive the workpiece on the sliding table to move in the area where the camera views the field of view. A light source with a light source controller illuminates the camera to obtain a clear image of the entire surface of the workpiece to be inspected.
优选的,所述装置包括两个工业相机,第一工业相机安装高于工件的水平面20cm~30cm,并向下与水平面呈30°~45°夹角,第二工业相机安装低于工件的水平面20cm~30cm,并向上与水平面呈30°~45°夹角。通过第一和第二两个不同角度的工业相机对工件的拍摄,保证拍摄视野完整覆盖待检测曲面。Preferably, the device comprises two industrial cameras, the first industrial camera is mounted at a height of 20 cm to 30 cm above the workpiece, and is at an angle of 30 to 45 degrees downward from the horizontal plane, and the second industrial camera is mounted below the level of the workpiece. 20cm ~ 30cm, and upward angle of 30 ° ~ 45 ° with the horizontal plane. The workpiece is photographed by the first and second industrial cameras of different angles to ensure that the shooting field completely covers the surface to be inspected.
本发明与现有技术相比,具有如下优点和有益效果:Compared with the prior art, the present invention has the following advantages and beneficial effects:
1.本发明使用的金属小曲面缺陷自动检测装置能清晰快速地采集高质量的曲面缺陷图像,保证了采集图像的高清晰度。1. The metal small curved surface defect automatic detecting device used in the invention can capture high-quality curved defect images clearly and quickly, and ensures high definition of the captured image.
2.本发明方法在样本准备过程中通过对缺陷样本做多种变换处理,扩增了数据量,同时一定程度地防止训练出现过拟合。2. The method of the present invention amplifies the amount of data by performing various transformation processes on the defect sample in the sample preparation process, and at the same time prevents the over-fitting of the training to a certain extent.
3.本发明方法基于图论的思想先预定位出缺陷区域,再对所有预定位的缺陷区域采用离线训练的网络模型进行识别,相比于整张图像进行检测,能提高识别准确率;同时网络结构在识别出缺陷类型的同时,也对区域中缺陷的位置进行更精确的定位。3. The method of the present invention pre-predicts the defect area based on the idea of graph theory, and then uses the offline training network model to identify all the defect areas of the predetermined position, which can improve the recognition accuracy compared with the whole image; While identifying the type of defect, the network structure also more accurately locates the location of defects in the area.
4.本发明缺陷检测过程自动进行,无需人工进行参数设定,对不同的图像采集环境和不同类型的缺陷都有很强的适用性。4. The defect detection process of the invention is automatically performed without manual parameter setting, and has strong applicability to different image collection environments and different types of defects.
附图说明DRAWINGS
图1是本实施例装置的硬件结构示意图;1 is a schematic diagram showing the hardware structure of the apparatus of this embodiment;
图2是本实施例装置的框架图;Figure 2 is a skeleton diagram of the apparatus of the embodiment;
图3是本实施例方法的流程示意图;3 is a schematic flow chart of the method of the embodiment;
图4是本实施例方法中训练阶段样本图像准备的流程图;4 is a flow chart of sample image preparation in a training phase in the method of the embodiment;
图5是本实施例方法中缺陷预定位算法的流程图;5 is a flow chart of a defect pre-positioning algorithm in the method of the embodiment;
图6是本实施例方法中网络训练算法的流程图;6 is a flowchart of a network training algorithm in the method of this embodiment;
图7是本实施例方法在线检测的工作流程图。FIG. 7 is a flow chart of the online detection of the method of the embodiment.
具体实施方式 detailed description
下面结合实施例及附图对本发明作进一步详细的描述,但本发明的实施方式不限于此。The present invention will be further described in detail below with reference to the embodiments and drawings, but the embodiments of the present invention are not limited thereto.
实施例1Example 1
如图1所示,本实施例一种曲面表面缺陷自动检测装置,包括两个带有微焦距镜头的工业相机、两个三自由度相机支架和两个光源、一个滑动台、一个底板座和一个电机。其中三自由度相机支架3和滑动台6固定在底板座9上,电机7通过联轴器与滑动台6固定连接。工件5水平放置在滑动台6之上,当工件5在AB位置时,由固定在相机支架3上的工业相机1采集图像,当工件5运动到BC位置时,由工业相机2采集图像,带光源控制器10的面光源4为相机提供光照。工业相机1和2均通过RJ45网络接口与PC机(上位机)连接,电机7与PC机连接。工件5的阴影部分为曲率较小的弧形面,为使拍摄视野覆盖接近半圆的弧面,将工业相机1安装高于工件5的水平面20cm,并向下与水平面呈30°夹角,工业相机2安装低于工件5的水平面20cm,并向上与水平面呈30°夹角,通过两个角度的工业相机对工件在位置AB和位置BC上的拍摄,保证拍摄视野完整覆盖待检测曲面。As shown in FIG. 1 , an automatic surface defect detecting device of the present embodiment includes two industrial cameras with micro focal length lenses, two three-degree-of-freedom camera brackets and two light sources, a sliding table, a bottom plate base and A motor. The three-degree-of-freedom camera mount 3 and the slide table 6 are fixed to the bottom plate base 9, and the motor 7 is fixedly coupled to the slide table 6 via a coupling. The workpiece 5 is placed horizontally on the slide table 6, and when the workpiece 5 is in the AB position, an image is taken by the industrial camera 1 fixed on the camera holder 3, and when the workpiece 5 is moved to the BC position, the image is taken by the industrial camera 2, The surface light source 4 of the light source controller 10 provides illumination to the camera. The industrial cameras 1 and 2 are connected to a PC (host computer) via an RJ45 network interface, and the motor 7 is connected to a PC. The shaded portion of the workpiece 5 is a curved surface having a small curvature. In order to cover the arc of the semicircle with the field of view, the industrial camera 1 is mounted 20 cm above the horizontal plane of the workpiece 5, and is at an angle of 30° to the horizontal. Industrial The camera 2 is mounted 20 cm below the horizontal plane of the workpiece 5 and is at an angle of 30° to the horizontal plane. The two-angle industrial camera photographs the workpiece at the position AB and the position BC to ensure that the shooting field completely covers the surface to be inspected.
当AB段长度大于镜头的清晰对焦区半径r,则在AB段内进行n次拍摄,取n=AB/r,另使工件有100ms的静止拍摄时间。When the length of the AB segment is larger than the radius r of the sharp focus area of the lens, n shots are taken in the AB segment, taking n=AB/r, and the workpiece has a still shooting time of 100 ms.
检测的过程是PC机发送运动指令给电机控制器,控制电机带动滑动台上的工件在AB和BC区域运动,当检测到工件在AB区域停止运动,相机1采集图像并通过RJ45接口传回计算机,当检测到工件在BC区域停止运动,相机2采集图像并通过RJ45接口传回计算机,直至工件的AB和BC弧面均检测完毕。The process of detection is that the PC sends a motion command to the motor controller, and the control motor drives the workpiece on the slide table to move in the AB and BC regions. When the workpiece is detected to stop moving in the AB region, the camera 1 collects an image and transmits it to the computer through the RJ45 interface. When it is detected that the workpiece stops moving in the BC area, the camera 2 collects an image and transmits it back to the computer through the RJ45 interface until the AB and BC arc surfaces of the workpiece are detected.
图2示出本实施例装置按照功能,可以分为照明与成像部件、机械传动部件和PC机,其中照明与成像部件,包括面光源、光源控制器、工业相机和三自由度相机支架,每个相机对应固定在一三自由度相机支架上,三自由度相机支架、滑动台、光源、光源控制器均固定在底板座上,光源控制器通过电连接线与面光源连接,用于控制光源强度。机械传动部件,包括电机、电机控制器、滑动台和运动控制卡,电机通过联轴器与滑动台固定连接,电机控制器通过电连接线与电机连接,运动控制卡与电机控制器连接,运动控制卡通过PCI接口与PC机连接。2 shows that the apparatus of the present embodiment can be divided into an illumination and imaging component, a mechanical transmission component, and a PC according to functions, wherein the illumination and imaging components include a surface light source, a light source controller, an industrial camera, and a three-degree-of-freedom camera bracket, each of which The camera is fixed on a three-degree-of-freedom camera bracket, and the three-degree-of-freedom camera bracket, the sliding table, the light source, and the light source controller are all fixed on the bottom plate base, and the light source controller is connected to the surface light source through an electrical connection line for controlling the light source. strength. Mechanical transmission components, including motor, motor controller, sliding table and motion control card, the motor is fixedly connected with the sliding table through the coupling, the motor controller is connected to the motor through the electrical connection line, the motion control card is connected with the motor controller, and the motion The control card is connected to the PC through the PCI interface.
PC机中设有缺陷自动检测系统,该系统包括样本准备和网络训练两个离线模块,以及运动控制、图像采集、缺陷预定位和缺陷检测四个在线模块。照明与成像部件中的工业相机通过RJ45网络接口与PC机连接,采集在线图像;PC 机通过运动控制模块与机械传动部件中的运动控制卡连接,控制电机起停、速度调整、方向变换等,带动滑动台上的工件运动。The PC is equipped with an automatic defect detection system, which includes two offline modules, sample preparation and network training, and four online modules of motion control, image acquisition, defect pre-positioning and defect detection. Industrial cameras in lighting and imaging components are connected to a PC via an RJ45 network interface to capture online images; PC The machine is connected to the motion control card in the mechanical transmission component through the motion control module to control the start and stop of the motor, speed adjustment, direction change, etc., to drive the workpiece movement on the sliding table.
图3是本实施例所述方法的主要工作流程图,包括离线的深度神经网络模型训练和在线进行自动缺陷检测两个主要步骤。训练阶段时,包括样本准备,执行缺陷预定位算法,将已获得多个预定位框的图像样本集同时输入给深度神经网络,进行深度神经网络模型的离线训练,然后将训练好的网络模型用于在线检测。在线检测的过程是首先在线采集工件小圆弧表面的图像,执行和离线训练时相同的缺陷预定位算法,再将已获得多个预定位框的单幅图像输入给深度神经网络,依次对图像中每一个预定位区域进行识别和分类,得到最终缺陷区域的坐标和缺陷类别,显示和输出检测结果。FIG. 3 is a main working flow chart of the method according to the embodiment, which includes two main steps of offline deep neural network model training and online automatic defect detection. During the training phase, including sample preparation, performing a defect pre-positioning algorithm, simultaneously inputting a set of image samples having obtained a plurality of predetermined bit frames to the deep neural network, performing offline training of the deep neural network model, and then using the trained network model Online detection. The online detection process is to first collect the image of the small arc surface of the workpiece online, perform the same defect pre-positioning algorithm as the offline training, and then input a single image of the obtained predetermined position frame to the deep neural network, and sequentially image the image. Each predetermined bit area is identified and classified, the coordinates and defect categories of the final defect area are obtained, and the detection result is displayed and output.
图4是本实施例所述样本准备算法的流程图,包括以下步骤:4 is a flowchart of a sample preparation algorithm according to the embodiment, which includes the following steps:
S1.采集20000张图像;当然,采集多少张图像,在实际应用中,本领域技术人员可以自行调整。S1. Acquiring 20,000 images; of course, how many images are collected, and in practical applications, those skilled in the art can adjust themselves.
S2.采用以下方法进行图像数据集的扩增,人为地增加训练样本的数量,包括进行一次随机角度的旋转(在0°~360°随机选取角度),一次平移(随机偏移-8到8个像素),一次缩放(缩放因子在1/1.5到1.5倍随机选取),一次翻转(水平与垂直两个方向),一次拉伸(将短边拉伸,拉伸因子在1/1.2到1.2倍间随机选取),一次裁剪(人工选取目标区域部分),将图像数据集扩大六倍,以有效防止训练的过拟合;S2. The following method is used to amplify the image data set, artificially increasing the number of training samples, including performing a random angle rotation (randomly selecting angles from 0° to 360°), and one translation (random offset -8 to 8) Pixels), one zoom (scaling factor is randomly selected from 1/1.5 to 1.5 times), one flip (horizontal and vertical), one stretch (stretching short side, stretching factor from 1/1.2 to 1.2) Random selection (multiple times), one cropping (manual selection of the target area), the image data set is expanded by six times to effectively prevent over-fitting of the training;
S3.对上述图像数据集进行标注,在每一张图像上人工选取出所有缺陷的位置,并将位置的坐标和缺陷的类型保存至文本文件,且文本文件名和该图像命名一致;S3. Label the image data set, manually select the location of all defects on each image, and save the coordinates of the location and the type of the defect to a text file, and the text file name is consistent with the image name;
S4.计算所有图像三通道像素的平均值,所有图像数据集训练样本都减去上述三通道像素的平均值,提高收敛速度;S4. Calculating the average value of the three-channel pixels of all the images, and subtracting the average value of the above three-channel pixels from all the image dataset training samples to improve the convergence speed;
S5.不重复地随机打乱所有数据集的图像顺序。S5. Randomly scramble the image order of all data sets without repetition.
图5是本实施例所述缺陷预定位算法的流程图,包括以下步骤:FIG. 5 is a flowchart of a defect pre-positioning algorithm according to the embodiment, including the following steps:
S1.将图像中每个像素点看成单一的区域,对每个像素点与其相邻8个方向的像素点分别计算它们的RGB空间3通道的欧式距离作为权值,每个权值代表该边连接的两个区域的不相似度,对每一条边做以下合并操作得到初始分割区域集R:只要两个区域间的类间差异大于任意一个区域的类内差异,就将其合并为一个新的区域,否则不合并。类间差异定义为连接两个区域所有边中最小的权值,类内差异定义为区域内所有边中最大的权值加上限制系数
Figure PCTCN2016108866-appb-000006
其中s为区 域内所有像素点的个数,k为分割阈值,设为500;
S1. Consider each pixel in the image as a single region, and calculate the Euclidean distance of each channel of the RGB space for each pixel and its adjacent 8 pixels as a weight, and each weight represents the The dissimilarity of the two regions connected by the edge, the following merge operation is performed for each edge to obtain the initial segmentation region set R: as long as the inter-class difference between the two regions is greater than the intra-class difference of any one region, they are merged into one New areas, otherwise not merged. The difference between classes is defined as the smallest weight among all the edges connecting the two regions. The intra-class difference is defined as the largest weight among all the edges in the region plus the limiting coefficient.
Figure PCTCN2016108866-appb-000006
Where s is the number of all pixels in the area, and k is the segmentation threshold, set to 500;
S2.初始化区域间相似度集合S为空集,相似度定义包括颜色相似度、纹理相似度和大小相似度3种,其中:颜色相似度
Figure PCTCN2016108866-appb-000007
对区域a和b获取每个颜色通道25bins的直方图,则区域a和b各得到一个75维向量Ca,Cb;纹理相似度
Figure PCTCN2016108866-appb-000008
先将图像转为灰度图,对区域a和区域b获取8bins的梯度直方图,则区域a和区域b个得到一个8维向量Ta,Tb;大小相似度
Figure PCTCN2016108866-appb-000009
s(a)为区域a包含像素点个数,s(b)为区域b包含像素点个数,s(im)为整幅图像包含像素点个数;
S2. Initialization area similarity set S is an empty set, and the similarity definition includes three types of color similarity, texture similarity and size similarity, wherein: color similarity
Figure PCTCN2016108866-appb-000007
For the regions a and b to obtain a histogram of each color channel 25bins, then regions a and b each get a 75-dimensional vector C a , C b ; texture similarity
Figure PCTCN2016108866-appb-000008
First convert the image into a grayscale image, and obtain a gradient histogram of 8bins for the region a and the region b, then the region a and the region b get an 8-dimensional vector T a , T b ; size similarity
Figure PCTCN2016108866-appb-000009
s(a) is that the area a contains the number of pixels, s(b) is that the area b contains the number of pixels, and s(im) is the number of pixels of the entire image;
S3.计算区域集R中每两个相邻区域的相似度,添加到集合S中;S3. Calculating the similarity of each two adjacent regions in the region set R, added to the set S;
S4.采在集合S中找到相似度最高的值smax,合并该值对应的两个区域,将新合并的区域添加到集合R中,同时删除S中与该两个区域有关的所有相似度,再重新计算新区域集合R的相似度,不断重复上述操作,直到集合S成为空集,所得集合R为所有缺陷可能出现的区域。S4. Adopted in the set S the highest similarity value s max, two combined values corresponding to the regions, add new regions combined to set R, S delete all related to the similarity of the two regions Then, the similarity of the new region set R is recalculated, and the above operation is repeated until the set S becomes an empty set, and the obtained set R is an area where all defects may occur.
图6是本实施例离线网络训练算法的流程图,包括以下步骤:FIG. 6 is a flowchart of an offline network training algorithm in this embodiment, including the following steps:
S1.对已准备好的图像数据集调用上述缺陷预定位算法进行缺陷预定位得到每一张图像样本中比较多的缺陷预定位区域;S1. Calling the above-mentioned defect pre-positioning algorithm on the prepared image data set to perform a defect pre-positioning bit to obtain a plurality of defect pre-positioning regions in each image sample;
S2.计算这些区域和人工标注的缺陷真实目标框的重合度,重合度
Figure PCTCN2016108866-appb-000010
其中Sp为预定位区域面积,St为真实目标框面积,So为Sp和St重叠部分面积,重合度在0到50%的区域作为负样本,重合度在70%以上的区域作为正样本,其余的忽略;
S2. Calculate the coincidence degree and coincidence degree of the real target frame of these areas and manually marked defects
Figure PCTCN2016108866-appb-000010
Where S p is the area of the predetermined bit area, S t is the real target frame area, S o is the area of overlap of S p and S t , the area of coincidence is 0 to 50% as the negative sample, and the area of coincidence is 70% or more. As a positive sample, the rest are ignored;
S3.设置最大迭代次数为40000,学习率为0.001,每批次学习的图像数目为128;将正样本和负样本作为输入,进行深度神经网络模型的离线训练,输出为缺陷区域的类别与具体坐标;S3. Set the maximum number of iterations to 40000, the learning rate is 0.001, and the number of images to be learned per batch is 128. The positive and negative samples are taken as input, and the deep neural network model is trained offline. The output is the category and specificity of the defect area. coordinate;
S4.训练的过程采用随机梯度下降方法,不断缩小网络输出与期望的差距。S4. The training process uses a stochastic gradient descent method to continuously reduce the gap between network output and expectations.
图7是本实施例在线检测系统流程图,包括以下步骤:Figure 7 is a flow chart of the online detection system of the embodiment, comprising the following steps:
S1.初始化相机、机械传动部件,校准光强,相机调焦;S1. Initialize the camera, mechanical transmission components, calibrate the light intensity, and adjust the camera;
S2.控制电机运动到固定位置停止并采集图像;S2. Control the motor movement to a fixed position to stop and collect images;
S3.调用与离线执行中相同的缺陷预定位算法,进行缺陷预定位得到每一张待检测图像中比较多的缺陷预定位区域;S3. Calling the same defect pre-positioning algorithm as in the offline execution, performing the defect pre-positioning bit to obtain a defect pre-positioning area in each of the images to be detected;
S4.调用深度神经网络模型对预定位区域进行分类与识别,输出缺陷区域的 类别与具体坐标;S4. Calling the deep neural network model to classify and identify the pre-location area, and output the defect area Category and specific coordinates;
S5.采用非极大值抑制算法消除冗余目标框,确定缺陷区域的最佳位置。S5. Use a non-maximum suppression algorithm to eliminate redundant target frames and determine the optimal location of the defect area.
上述实施例为本发明较佳的实施方式,但本发明的实施方式并不受上述实施例的限制,其他的任何未背离本发明的精神实质与原理下所作的改变、修饰、替代、组合、简化,均应为等效的置换方式,都包含在本发明的保护范围之内。 The above embodiments are preferred embodiments of the present invention, but the embodiments of the present invention are not limited to the above embodiments, and any other changes, modifications, substitutions, combinations, and combinations thereof may be made without departing from the spirit and scope of the invention. Simplifications should all be equivalent replacements and are included in the scope of the present invention.

Claims (10)

  1. 一种曲面表面缺陷自动检测方法,其特征在于,包括步骤:A method for automatically detecting a surface defect of a curved surface, comprising the steps of:
    (1)训练阶段:采集样本图像,构建训练集,对训练集中的图像进行人工缺陷识别,标注出所有缺陷出现的区域;(1) Training stage: collecting sample images, constructing a training set, performing artificial defect recognition on the images in the training set, and marking the areas where all the defects appear;
    针对训练集中的每一幅图像执行缺陷预定位步骤:Perform defect pre-positioning steps for each image in the training set:
    (1-1)计算图像中每个像素点与其相邻8个方向的像素点之间RGB空间3通道的欧式距离,将该欧式距离作为权值,每个权值代表该边连接的两个区域的不相似度,对每一条边做以下合并操作得到初始分割区域集R:只要两个区域间的类间差异大于任意一个区域的类内差异,就将其合并为一个新的区域,否则不合并;(1-1) Calculate the Euclidean distance of the RGB space 3 channels between each pixel in the image and its adjacent 8 directions, and use the Euclidean distance as the weight, and each weight represents the two connected to the edge. The degree of dissimilarity of the region, the following merge operation is performed for each edge to obtain the initial partition region set R: as long as the inter-class difference between the two regions is greater than the intra-class difference of any one region, it is merged into a new region, otherwise Not merged;
    (1-2)初始化区域间相似度集合S为空集;(1-2) Initializing the inter-area similarity set S is an empty set;
    (1-3)计算分割区域集R中每两个相邻区域的相似度,添加到集合S中;(1-3) calculating the similarity of each two adjacent regions in the segmentation region set R, and adding to the set S;
    (1-4)在集合S中找到相似度最高的值smax,合并该值对应的两个区域,将新合并的区域添加到集合R中,同时删除集合S中与该两个区域有关的所有相似度,再重新计算新分割区域集R的相似度;不断重复上述操作,直到集合S成为空集,最终所得集合R为所有缺陷可能出现的区域;(1-4) Find the highest similar value s max in the set S, merge the two regions corresponding to the value, add the newly merged region to the set R, and delete the set S related to the two regions. For all similarities, recalculate the similarity of the new segmentation region set R; repeat the above operations until the set S becomes an empty set, and finally the resulting set R is the region where all defects may occur;
    将训练集中每一幅图像得到的集合R与人工标注出的所有缺陷出现的区域进行比对,根据二者的重合度划分负样本和正样本;Comparing the set R obtained from each image in the training set with the area where all the defects are manually marked, and dividing the negative sample and the positive sample according to the coincidence degree of the two;
    将正样本和负样本作为输入,进行深度神经网络模型的离线训练,训练过程采用随机梯度下降方法,输出为缺陷区域的类别与具体坐标;Taking the positive and negative samples as input, the offline training of the deep neural network model is carried out. The training process adopts the stochastic gradient descent method, and the output is the category and specific coordinates of the defect area;
    得到训练好的深度神经网络模型;Obtained a trained deep neural network model;
    (2)在线检测阶段:采集当前待检测曲面表面图像,执行缺陷预定位步骤,得到集合R,将集合R输入训练好的深度神经网络模型,得到缺陷区域的类别与具体坐标。(2) Online detection stage: collecting the surface image of the current surface to be detected, performing the defect pre-positioning step, obtaining the set R, and inputting the set R into the trained deep neural network model to obtain the category and specific coordinates of the defect area.
  2. 根据权利要求1所述的曲面表面缺陷自动检测方法,其特征在于,根据样本图像构建训练集时,至少采用下述方法中的一种进行扩增:进行一次随机角度的旋转,一次平移,一次缩放,一次翻转,一次拉伸,一次裁剪。The method for automatically detecting a curved surface defect according to claim 1, wherein when constructing the training set according to the sample image, at least one of the following methods is used for performing amplification: performing a random angle rotation, one translation, and one time. Zoom, one flip, one stretch, one crop.
  3. 根据权利要求2所述的曲面表面缺陷自动检测方法,其特征在于,所述旋转在0°~360°随机选取角度,所述平移是随机偏移-8到8个像素,所述缩放的缩放因子在1/1.5~1.5之间随机选取,所述翻转包括水平与垂直两个方向,所述拉伸是指将短边拉伸,拉伸因子在1/1.2~1.2之间随机选取,所述裁剪是人工选取目标区域部分。 The method for automatically detecting a curved surface defect according to claim 2, wherein the rotation randomly selects an angle from 0° to 360°, and the translation is a random offset of -8 to 8 pixels, and the scaling is performed. The factor is randomly selected between 1/1.5 and 1.5. The inversion includes two directions, horizontal and vertical. The stretching refers to stretching the short side, and the stretching factor is randomly selected between 1/1.2 and 1.2. The cropping is the manual selection of the target area.
  4. 根据权利要求1所述的曲面表面缺陷自动检测方法,其特征在于,在进行缺陷预定位前,计算训练集中所有图像三通道像素的平均值,然后将每一幅图像的三通道像素值减去上述每个通道的平均值,得到新的样本图像;The method for automatically detecting a curved surface defect according to claim 1, wherein the average value of the three-channel pixels of all the images in the training set is calculated before the defect pre-positioning, and then the three-channel pixel value of each image is subtracted. The average value of each of the above channels is obtained as a new sample image;
    在进行缺陷预定位前,随机打乱新的样本图像在训练集中的顺序。The order of the new sample images in the training set is randomly disturbed before the defect pre-position is performed.
  5. 根据权利要求1所述的曲面表面缺陷自动检测方法,其特征在于,所述类间差异定义为连接两个区域所有边中最小的权值,类内差异定义为区域内所有边中最大的权值加上限制系数
    Figure PCTCN2016108866-appb-100001
    其中s为区域内所有像素点的个数,k为分割阈值。
    The method for automatically detecting a curved surface defect according to claim 1, wherein the difference between the classes is defined as a minimum weight among all sides connecting the two regions, and the intra-class difference is defined as the largest weight among all the edges in the region. Value plus limit factor
    Figure PCTCN2016108866-appb-100001
    Where s is the number of all pixels in the region, and k is the segmentation threshold.
  6. 根据权利要求1所述的曲面表面缺陷自动检测方法,其特征在于,所述步骤(1-2)中,区域间相似度集合S采用的相似度包括颜色相似度、纹理相似度和大小相似度3种,其中:The method for automatically detecting a curved surface defect according to claim 1, wherein in the step (1-2), the similarity adopted by the inter-region similarity set S includes color similarity, texture similarity, and size similarity. 3 kinds, of which:
    颜色相似度
    Figure PCTCN2016108866-appb-100002
    将颜色灰度的范围均分为M个子区间,称为M bins,对区域a和b获取每个颜色通道Mbins的直方图,则区域a和b各得到一个3M维向量Ca,Cb
    Color similarity
    Figure PCTCN2016108866-appb-100002
    The range of color gradation is divided into M sub-intervals, called M bins, and the histograms of each color channel Mbins are obtained for regions a and b, and then regions a and b each obtain a 3M-dimensional vector C a , C b ;
    纹理相似度
    Figure PCTCN2016108866-appb-100003
    先将图像转为灰度图,对区域a和区域b获取Nbins的梯度直方图,则区域a和区域b个得到一个N维向量Ta,Tb
    Texture similarity
    Figure PCTCN2016108866-appb-100003
    First, the image is converted into a grayscale image, and the gradient histogram of Nbins is obtained for the region a and the region b, and then the region a and the region b obtain an N-dimensional vector T a , T b ;
    大小相似度
    Figure PCTCN2016108866-appb-100004
    s(a)为区域a包含像素点个数,s(b)为区域b包含像素点个数,s(im)为整幅图像包含像素点个数。
    Size similarity
    Figure PCTCN2016108866-appb-100004
    s(a) is that the area a contains the number of pixels, s(b) is that the area b contains the number of pixels, and s(im) is the number of pixels in the entire image.
  7. 根据权利要求1所述的曲面表面缺陷自动检测方法,其特征在于,根据重合度划分负样本和正样本的步骤是:The method for automatically detecting a curved surface defect according to claim 1, wherein the step of dividing the negative sample and the positive sample according to the coincidence degree is:
    重合度
    Figure PCTCN2016108866-appb-100005
    其中Sp为预定位区域面积,St为真实目标框面积,So为Sp和St重叠部分面积,重合度在0到50%的区域作为负样本,重合度在70%以上的区域作为正样本,其余的忽略。
    Coincidence degree
    Figure PCTCN2016108866-appb-100005
    Where S p is the area of the predetermined bit area, S t is the real target frame area, S o is the area of overlap of S p and S t , the area of coincidence is 0 to 50% as the negative sample, and the area of coincidence is 70% or more. As a positive sample, the rest are ignored.
  8. 根据权利要求1所述的曲面表面缺陷自动检测方法,其特征在于,在步骤(2)得到缺陷区域的类别与具体坐标后,采用非极大值抑制算法消除冗余目标框,确定缺陷区域的最佳位置。The automatic surface defect detection method according to claim 1, wherein after the category and the specific coordinates of the defect area are obtained in the step (2), the non-maximum suppression algorithm is used to eliminate the redundant target frame, and the defect area is determined. Best location.
  9. 一种用于实现权利要求1-8任一项所述的曲面表面缺陷自动检测方法的装置,其特征在于,包括若干个相机,以及滑动台、底板座、电机、电机控制器、光源、光源控制器和上位机,每个相机对应固定在一三自由度相机支架上, 三自由度相机支架、滑动台、光源、光源控制器均固定在底板座上,电机通过联轴器与滑动台固定连接,相机通过RJ45网络接口与上位机连接;在检测时,工件水平放置在滑动台上,上位机发送运动指令给电机控制器,电机控制器控制电机带动滑动台上的工件在相机拍摄视野的区域运动,由带光源控制器的光源为相机提供照明,从而获取清晰的工件待检曲面的全部图像。The device for realizing the automatic surface defect detection method according to any one of claims 1-8, comprising: a plurality of cameras, and a sliding table, a bottom plate seat, a motor, a motor controller, a light source, and a light source The controller and the upper computer, each camera is fixed on a three-degree-of-freedom camera bracket, The three-degree-of-freedom camera bracket, the sliding table, the light source, and the light source controller are all fixed on the bottom plate base, and the motor is fixedly connected to the sliding table through the coupling, and the camera is connected to the upper computer through the RJ45 network interface; when detecting, the workpiece is horizontally placed On the sliding table, the upper computer sends a motion command to the motor controller. The motor controller controls the motor to drive the workpiece on the sliding table to move in the area of the camera's field of view, and the light source with the light source controller provides illumination for the camera, thereby obtaining a clear workpiece. All images of the surface to be inspected.
  10. 根据权利要求9所述的装置,其特征在于,所述装置包括两个工业相机,第一工业相机安装高于工件的水平面20cm~30cm,并向下与水平面呈30°~45°夹角,第二工业相机安装低于工件的水平面20cm~30cm,并向上与水平面呈30°~45°夹角。 The apparatus according to claim 9, wherein said apparatus comprises two industrial cameras, and the first industrial camera is mounted at a height of 20 cm to 30 cm higher than the horizontal plane of the workpiece, and is at an angle of 30 to 45 degrees downward from the horizontal plane. The second industrial camera is mounted 20 cm to 30 cm below the horizontal plane of the workpiece and is at an angle of 30 to 45 degrees from the horizontal.
PCT/CN2016/108866 2016-06-28 2016-12-07 Method for automatically detecting curved surface defect and device thereof WO2018000731A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
SG11201811381UA SG11201811381UA (en) 2016-06-28 2016-12-07 A method for defect inspection on arc surfaces and its device

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610504224.5 2016-06-28
CN201610504224.5A CN106127780B (en) 2016-06-28 2016-06-28 A kind of curved surface defect automatic testing method and its device

Publications (1)

Publication Number Publication Date
WO2018000731A1 true WO2018000731A1 (en) 2018-01-04

Family

ID=57467635

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/108866 WO2018000731A1 (en) 2016-06-28 2016-12-07 Method for automatically detecting curved surface defect and device thereof

Country Status (3)

Country Link
CN (1) CN106127780B (en)
SG (1) SG11201811381UA (en)
WO (1) WO2018000731A1 (en)

Cited By (92)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108362701A (en) * 2018-05-18 2018-08-03 西安获德图像技术有限公司 A kind of chemical fiber spinning cake appearance automatic checkout system
CN108510001A (en) * 2018-04-04 2018-09-07 北京交通大学 A kind of blade of wind-driven generator defect classification method and its categorizing system
CN109085181A (en) * 2018-09-14 2018-12-25 河北工业大学 A kind of surface defect detection apparatus and detection method for pipeline connecting parts
CN109085179A (en) * 2018-09-17 2018-12-25 周口师范学院 A kind of board surface flaw detection device and detection method
CN109191367A (en) * 2018-08-02 2019-01-11 哈尔滨理工大学 The joining method of tool wear image and the life-span prediction method of cutter
CN109444172A (en) * 2018-12-13 2019-03-08 苏州卓融新能源科技有限公司 A kind of automatic optical detection device and its method suitable for artificial intelligence detection PCB
CN109916856A (en) * 2019-03-28 2019-06-21 吉首大学 Thimble surface defect video detection sorting unit and method for separating
CN109934818A (en) * 2019-03-21 2019-06-25 大连大学 A kind of fruit exterior contour deformity detection method
CN110033451A (en) * 2019-04-17 2019-07-19 国网山西省电力公司电力科学研究院 A kind of power components defect inspection method based on SSD framework
CN110111331A (en) * 2019-05-20 2019-08-09 中南大学 Honeycomb paper core defect inspection method based on machine vision
CN110163265A (en) * 2019-04-30 2019-08-23 腾讯科技(深圳)有限公司 Data processing method, device and computer equipment
CN110335255A (en) * 2019-06-14 2019-10-15 华南农业大学 Dam slope crack detection method based on deep learning and bionic gecko crawling detection device
CN110363254A (en) * 2019-08-12 2019-10-22 河北工业大学 Part category method for quickly identifying and identification device for crankshaft flexible production line
CN110443791A (en) * 2019-08-02 2019-11-12 西安工程大学 A kind of workpiece inspection method and its detection device based on deep learning network
CN110458019A (en) * 2019-07-10 2019-11-15 哈尔滨工程大学 The waterborne target detection method for excluding inverted image interference under rare cognition sample conditions
CN110599445A (en) * 2019-07-24 2019-12-20 安徽南瑞继远电网技术有限公司 Target robust detection and defect identification method and device for power grid nut and pin
CN110930383A (en) * 2019-11-20 2020-03-27 佛山市南海区广工大数控装备协同创新研究院 Injector defect detection method based on deep learning semantic segmentation and image classification
CN110969620A (en) * 2019-12-19 2020-04-07 中国农业大学 Method and device for detecting magnetic shoe ripple defects
CN111047576A (en) * 2019-12-12 2020-04-21 珠海博明视觉科技有限公司 Surface defect sample generation tool
CN111080638A (en) * 2019-12-27 2020-04-28 成都泓睿科技有限责任公司 System and method for detecting dirt at bottom of molded bottle
CN111080582A (en) * 2019-12-02 2020-04-28 易思维(杭州)科技有限公司 Method for detecting defects on inner surface and outer surface of workpiece
CN111105391A (en) * 2019-11-20 2020-05-05 复旦大学 Surface defect detection method based on deep neural network augmentation training
CN111127429A (en) * 2019-12-24 2020-05-08 魏志康 Water conservancy system pipe thread defect detection method based on self-training deep neural network
CN111145164A (en) * 2019-12-30 2020-05-12 上海感图网络科技有限公司 IC chip defect detection method based on artificial intelligence
CN111144270A (en) * 2019-12-23 2020-05-12 智慧神州(北京)科技有限公司 Evaluation method and evaluation device for handwritten text neatness based on neural network
CN111179225A (en) * 2019-12-14 2020-05-19 西安交通大学 Test paper surface texture defect detection method based on gray gradient clustering
CN111292228A (en) * 2020-01-16 2020-06-16 宁波舜宇仪器有限公司 Lens defect detection method
CN111402220A (en) * 2020-03-11 2020-07-10 北京百度网讯科技有限公司 Method and device for acquiring information
CN111598863A (en) * 2020-05-13 2020-08-28 北京阿丘机器人科技有限公司 Defect detection method, device, equipment and readable storage medium
CN111626995A (en) * 2020-05-19 2020-09-04 上海艾豚科技有限公司 Intelligent insert detection method and device for workpiece
CN111667475A (en) * 2020-06-09 2020-09-15 陕西科技大学 Machine vision-based Chinese date grading detection method
CN111681232A (en) * 2020-06-10 2020-09-18 厦门理工学院 Industrial welding image defect detection method based on semantic segmentation
CN111729860A (en) * 2020-06-18 2020-10-02 杭州晶耐科光电技术有限公司 Online automatic detection system and method for appearance defects of washing machine
CN111753877A (en) * 2020-05-19 2020-10-09 海克斯康制造智能技术(青岛)有限公司 Product quality detection method based on deep neural network transfer learning
CN111768357A (en) * 2019-03-29 2020-10-13 银河水滴科技(北京)有限公司 Image detection method and device
CN111784684A (en) * 2020-07-13 2020-10-16 合肥市商巨智能装备有限公司 Laser-assisted transparent product internal defect depth setting detection method and device
CN111798447A (en) * 2020-07-18 2020-10-20 太原理工大学 Deep learning plasticized material defect detection method based on fast RCNN
CN111814867A (en) * 2020-07-03 2020-10-23 浙江大华技术股份有限公司 Defect detection model training method, defect detection method and related device
CN111833289A (en) * 2019-04-12 2020-10-27 阿里巴巴集团控股有限公司 Defect identification method, device and equipment
CN112270663A (en) * 2020-10-27 2021-01-26 蔡晓征 Asphalt pavement screening repair system based on honeycomb network environment
CN112304974A (en) * 2020-11-06 2021-02-02 长沙麦睛科技有限公司 Device and method for detecting defects of coaxial cylinder-like product with complex surface by using artificial intelligence
CN112419287A (en) * 2020-11-27 2021-02-26 杭州鲁尔物联科技有限公司 Building deflection determination method and device and electronic equipment
CN112561904A (en) * 2020-12-24 2021-03-26 凌云光技术股份有限公司 Method and system for reducing false detection rate of AOI (argon oxygen decarburization) defects on display screen appearance
CN112581434A (en) * 2020-12-07 2021-03-30 无锡智创云图信息科技有限公司 Image identification method for product defect detection
CN112734693A (en) * 2020-12-18 2021-04-30 平安科技(深圳)有限公司 Pipeline weld defect detection method and related device
CN112730459A (en) * 2021-02-05 2021-04-30 北京嘉恒中自图像技术有限公司 Bearing inner ring end surface defect detection method based on multi-angle light source shooting image
CN112750102A (en) * 2020-12-16 2021-05-04 华南理工大学 Welding spot positioning method and system based on image processing
CN112763512A (en) * 2020-12-30 2021-05-07 苏州江奥光电科技有限公司 Character defect detection device and method for electronic device
CN113155851A (en) * 2021-04-30 2021-07-23 西安交通大学 Copper-clad plate surface defect visual online detection method and device based on deep learning
CN113240618A (en) * 2020-01-23 2021-08-10 株式会社理光 Workpiece detection method, device and computer readable storage medium
CN113237888A (en) * 2021-05-21 2021-08-10 哈尔滨工业大学 Large-caliber optical element damage point online and offline dark field image matching method
CN113269731A (en) * 2021-05-13 2021-08-17 苏州迪宏人工智能科技有限公司 Defect detection method and system
CN113362302A (en) * 2021-06-03 2021-09-07 西南交通大学 Fault detection method of subway train electric box cover based on image recognition
CN113362276A (en) * 2021-04-26 2021-09-07 广东大自然家居科技研究有限公司 Visual detection method and system for plate
CN113421223A (en) * 2021-05-26 2021-09-21 福州大学 Industrial product surface defect detection method based on deep learning and Gaussian mixture
CN113450316A (en) * 2021-06-09 2021-09-28 广州大学 Method, system and device for detecting defects of metal surface characters and storage medium
CN113469984A (en) * 2021-07-13 2021-10-01 厦门福信光电集成有限公司 Display panel appearance detection method based on YOLO structure
CN113592852A (en) * 2021-08-16 2021-11-02 南京耘瞳科技有限公司 Carbon fiber carbon wire quality online detection system and method
CN113642680A (en) * 2021-10-13 2021-11-12 常州微亿智造科技有限公司 Edge synthesis and hypersphere soft fitting defect detection method
CN113658121A (en) * 2021-08-09 2021-11-16 国能榆林能源有限责任公司 Line defect detection method, system and computer storage medium
CN113706490A (en) * 2021-08-19 2021-11-26 中科苏州智能计算技术研究院 Wafer defect detection method
CN113888506A (en) * 2021-09-30 2022-01-04 电子科技大学 Coated medicine shape defect detection algorithm based on deep segmentation network
CN114062393A (en) * 2021-11-17 2022-02-18 宜宾显微智能科技有限公司 Microscopic character recognition and defect detection system and method based on deep learning
CN114399473A (en) * 2021-12-29 2022-04-26 北京智立质升科技有限责任公司 Defect sample image acquisition device applied to industrial production
CN114425719A (en) * 2021-12-15 2022-05-03 哈尔滨理工大学 Ball end mill detection device and method based on CCD camera
CN114511534A (en) * 2022-01-28 2022-05-17 江苏泰和木业有限公司 PC board crack judgment method and system based on image processing
CN114529507A (en) * 2021-12-30 2022-05-24 广西慧云信息技术有限公司 Shaving board surface defect detection method based on visual transducer
CN114594101A (en) * 2022-02-08 2022-06-07 厦门聚视智创科技有限公司 Method for judging surface defect dominance degree
CN114595757A (en) * 2022-03-04 2022-06-07 浙江科技学院 Quality detection system for filling infusion bottle production
CN114882387A (en) * 2022-07-12 2022-08-09 江苏宝诺铸造有限公司 Bearing raceway bruise identification and automatic polishing positioning method in grinding process
CN114972216A (en) * 2022-05-10 2022-08-30 华中科技大学 Construction method and application of texture surface defect detection model
CN115060743A (en) * 2022-08-11 2022-09-16 南通华钛电子科技有限公司 PCB partition frequency division defect monitoring method and system
CN115222732A (en) * 2022-09-15 2022-10-21 惠民县黄河先进技术研究院 Injection molding process anomaly detection method based on big data analysis and color difference detection
CN115456956A (en) * 2022-08-19 2022-12-09 浙江华周智能装备有限公司 Method and device for detecting scratches of liquid crystal display and storage medium
CN115471482A (en) * 2022-09-20 2022-12-13 重庆理工大学 Small-caliber container inner wall defect detection method based on computer vision
CN115496755A (en) * 2022-11-16 2022-12-20 南京云创大数据科技股份有限公司 Method and device for detecting mirror-like surface defects based on structured light and gradient analysis
CN116051541A (en) * 2023-03-06 2023-05-02 杭州深度视觉科技有限公司 Bearing end face gentle abrasion detection method and device based on stroboscopic light source
CN116309602A (en) * 2023-05-24 2023-06-23 济南章力机械有限公司 Numerical control drilling and milling machine working state detection method based on machine vision
CN116309553A (en) * 2023-05-12 2023-06-23 东莞市希锐自动化科技股份有限公司 Method for detecting electroplating defects of non-planar electroplating hardware
CN116433659A (en) * 2023-06-09 2023-07-14 山东高速工程检测有限公司 Three-section road defect image processing method
CN116630332A (en) * 2023-07-26 2023-08-22 山东华航高分子材料有限公司 PVC plastic pipe orifice defect detection method based on image processing
CN116630813A (en) * 2023-07-24 2023-08-22 青岛奥维特智能科技有限公司 Highway road surface construction quality intelligent detection system
CN116644667A (en) * 2023-06-05 2023-08-25 江苏迅兴重工设备有限公司 Steel structure welding process optimization method and system based on big data processing
CN116797561A (en) * 2023-06-05 2023-09-22 江苏迅兴重工设备有限公司 Steel structure welding quality detection method
CN116823840A (en) * 2023-08-31 2023-09-29 星璟材料科技(南通)有限公司 Composite material defect detection method and system based on image processing
CN116863175A (en) * 2023-08-31 2023-10-10 中江立江电子有限公司 Right-angle connector defect identification method, device, equipment and medium
CN117173166A (en) * 2023-11-02 2023-12-05 江苏裕荣光电科技有限公司 Optical cable surface defect detection method
CN117252876A (en) * 2023-11-17 2023-12-19 江西斯迈得半导体有限公司 LED support defect detection method and system
CN117291922A (en) * 2023-11-27 2023-12-26 浙江日井泵业股份有限公司 Visual detection method for defects of stainless steel multistage pump impeller
CN117593303A (en) * 2024-01-18 2024-02-23 浙江锦德光电材料有限公司 Defect detection method and system for quantum dot optical film
CN117853481A (en) * 2024-03-04 2024-04-09 枣庄矿业集团新安煤业有限公司 Linear guide rail surface defect measurement method of zero-speed passenger device
CN118470012A (en) * 2024-07-11 2024-08-09 山东声通信息科技有限公司 Method and system for detecting detail texture defects of image processing target object

Families Citing this family (42)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106127780B (en) * 2016-06-28 2019-01-18 华南理工大学 A kind of curved surface defect automatic testing method and its device
CN106778633B (en) * 2016-12-19 2020-07-07 江苏慧眼数据科技股份有限公司 Pedestrian identification method based on region segmentation
CN108734185B (en) * 2017-04-18 2022-01-04 北京京东尚科信息技术有限公司 Image verification method and device
JP6705777B2 (en) * 2017-07-10 2020-06-03 ファナック株式会社 Machine learning device, inspection device and machine learning method
CN107392896B (en) * 2017-07-14 2019-11-08 佛山市南海区广工大数控装备协同创新研究院 A kind of Wood Defects Testing method and system based on deep learning
CN109685756A (en) * 2017-10-16 2019-04-26 乐达创意科技有限公司 Image feature automatic identifier, system and method
CN107862692A (en) * 2017-11-30 2018-03-30 中山大学 A kind of ribbon mark of break defect inspection method based on convolutional neural networks
CN108074231B (en) * 2017-12-18 2020-04-21 浙江工业大学 Magnetic sheet surface defect detection method based on convolutional neural network
CN108389197B (en) * 2018-02-26 2022-02-08 上海赛特斯信息科技股份有限公司 Power transmission line defect detection method based on deep learning
CN108830837B (en) * 2018-05-25 2021-03-09 北京百度网讯科技有限公司 Method and device for detecting steel ladle corrosion defect
CN108898188A (en) * 2018-07-06 2018-11-27 四川奇迹云科技有限公司 A kind of image data set aid mark system and method
CN109472769A (en) * 2018-09-26 2019-03-15 成都数之联科技有限公司 A kind of bad image defect detection method and system
CN109871859A (en) * 2018-09-28 2019-06-11 北京矩视智能科技有限公司 One kind automatically generating training set of images system
CN109461141A (en) * 2018-10-10 2019-03-12 重庆大学 A kind of workpiece starved detection method
CN109584206B (en) * 2018-10-19 2021-07-06 中国科学院自动化研究所 Method for synthesizing training sample of neural network in part surface flaw detection
CN109829907A (en) * 2019-01-31 2019-05-31 浙江工业大学 A kind of metal shaft surface defect recognition method based on deep learning
CN110033035A (en) * 2019-04-04 2019-07-19 武汉精立电子技术有限公司 A kind of AOI defect classification method and device based on intensified learning
CN109978074A (en) * 2019-04-04 2019-07-05 山东财经大学 Image aesthetic feeling and emotion joint classification method and system based on depth multi-task learning
CN110135456A (en) * 2019-04-08 2019-08-16 图麟信息科技(上海)有限公司 A kind of training method and device of target detection model
CN110175982B (en) * 2019-04-16 2021-11-02 浙江大学城市学院 Defect detection method based on target detection
CN110208284B (en) * 2019-05-27 2021-09-17 武汉中导光电设备有限公司 Method and system for multi-channel defect merging analysis
CN110287843B (en) * 2019-06-18 2022-01-25 清华大学深圳研究生院 Cultural relic fingerprint area selection method
TWI771594B (en) * 2019-06-19 2022-07-21 住華科技股份有限公司 Training method for defect and system using same, and determent method for defect and system using same
CN110619600B (en) * 2019-09-17 2023-12-08 南京旷云科技有限公司 Neural network model training method and device, storage medium and electronic equipment
CN110390677B (en) * 2019-09-17 2020-01-07 成都数之联科技有限公司 Defect positioning method and system based on sliding self-matching
TWI745767B (en) * 2019-10-18 2021-11-11 汎思數據股份有限公司 Optical inspection secondary image classification method
CN111161233A (en) * 2019-12-25 2020-05-15 武汉科技大学 Method and system for detecting defects of punched leather
CN112766481B (en) * 2020-03-13 2023-11-24 腾讯科技(深圳)有限公司 Training method and device for neural network model and image detection method
CN113808067B (en) * 2020-06-11 2024-07-05 广东美的白色家电技术创新中心有限公司 Circuit board detection method, visual detection equipment and device with storage function
CN111805541B (en) * 2020-07-08 2022-08-30 南京航空航天大学 Deep learning-based traditional Chinese medicine decoction piece cleaning and selecting device and cleaning and selecting method
CN111915581B (en) * 2020-07-27 2021-07-13 青岛大学 Method for detecting defects of smooth metal cambered surface
CN112070727B (en) * 2020-08-21 2022-04-19 电子科技大学 Metal surface defect detection method based on machine learning
CN112001906B (en) * 2020-08-24 2024-02-02 徐工汉云技术股份有限公司 Steel plate weld image detection method combined with non-maximum suppression
CN112164050B (en) * 2020-09-28 2022-10-25 华南理工大学 Method and device for detecting surface defects of products on production line and storage medium
CN112288711A (en) * 2020-10-28 2021-01-29 浙江华云清洁能源有限公司 Unmanned aerial vehicle inspection image defect image identification method, device, equipment and medium
CN112884057B (en) * 2021-03-04 2022-03-18 晶仁光电科技(苏州)有限公司 Point cloud data-based three-dimensional curved surface quality classification method and system and storage medium
CN113030108A (en) * 2021-03-08 2021-06-25 哈尔滨工程大学 Coating defect detection system and method based on machine vision
CN113012128B (en) * 2021-03-18 2022-04-15 长鑫存储技术有限公司 Defect characterization method and device
CN112700446A (en) * 2021-03-23 2021-04-23 常州微亿智造科技有限公司 Algorithm model training method and device for industrial quality inspection
CN113077481B (en) * 2021-03-29 2022-12-09 上海闻泰信息技术有限公司 Image processing method and device, computer equipment and storage medium
CN114199879B (en) * 2021-11-23 2024-06-18 北京科技大学 Identification method for aggregated defects on surface of cold-rolled strip steel
CN115953409B (en) * 2023-03-15 2023-05-30 深圳市深奇浩实业有限公司 Injection molding surface defect detection method based on image processing

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05324811A (en) * 1992-05-18 1993-12-10 Fujitsu Ltd Color correcting and color coordinate transforming method by neural network
CN101424645A (en) * 2008-11-20 2009-05-06 上海交通大学 Soldered ball surface defect detection device and method based on machine vision
CN102663344A (en) * 2012-03-04 2012-09-12 南京理工大学常熟研究院有限公司 Damaged road detection device based on image segmentation
CN105118044A (en) * 2015-06-16 2015-12-02 华南理工大学 Method for automatically detecting defects of wheel-shaped cast product
CN106127780A (en) * 2016-06-28 2016-11-16 华南理工大学 A kind of curved surface defect automatic testing method and device thereof
CN205844213U (en) * 2016-06-28 2016-12-28 华南理工大学 A kind of curved surface automatic defect detecting device

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11118727A (en) * 1997-10-17 1999-04-30 Horiba Ltd Apparatus for inspecting surface defect
JP2008051558A (en) * 2006-08-22 2008-03-06 Sharp Corp Visual inspection method and device
CN104977313A (en) * 2014-04-09 2015-10-14 四川省特种设备检验研究院 Method and device for detecting and identifying X-ray image defects of welding seam
CN104850858B (en) * 2015-05-15 2016-09-07 华中科技大学 A kind of injection-molded item defects detection recognition methods
CN105095581B (en) * 2015-07-22 2018-09-14 华南理工大学 A kind of casting shrinking hole defect image generation method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05324811A (en) * 1992-05-18 1993-12-10 Fujitsu Ltd Color correcting and color coordinate transforming method by neural network
CN101424645A (en) * 2008-11-20 2009-05-06 上海交通大学 Soldered ball surface defect detection device and method based on machine vision
CN102663344A (en) * 2012-03-04 2012-09-12 南京理工大学常熟研究院有限公司 Damaged road detection device based on image segmentation
CN105118044A (en) * 2015-06-16 2015-12-02 华南理工大学 Method for automatically detecting defects of wheel-shaped cast product
CN106127780A (en) * 2016-06-28 2016-11-16 华南理工大学 A kind of curved surface defect automatic testing method and device thereof
CN205844213U (en) * 2016-06-28 2016-12-28 华南理工大学 A kind of curved surface automatic defect detecting device

Cited By (152)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108510001A (en) * 2018-04-04 2018-09-07 北京交通大学 A kind of blade of wind-driven generator defect classification method and its categorizing system
CN108362701A (en) * 2018-05-18 2018-08-03 西安获德图像技术有限公司 A kind of chemical fiber spinning cake appearance automatic checkout system
CN109191367A (en) * 2018-08-02 2019-01-11 哈尔滨理工大学 The joining method of tool wear image and the life-span prediction method of cutter
CN109191367B (en) * 2018-08-02 2023-06-16 哈尔滨理工大学 Splicing method of cutter abrasion images and life prediction method of cutter
CN109085181A (en) * 2018-09-14 2018-12-25 河北工业大学 A kind of surface defect detection apparatus and detection method for pipeline connecting parts
CN109085179A (en) * 2018-09-17 2018-12-25 周口师范学院 A kind of board surface flaw detection device and detection method
CN109444172A (en) * 2018-12-13 2019-03-08 苏州卓融新能源科技有限公司 A kind of automatic optical detection device and its method suitable for artificial intelligence detection PCB
CN109934818A (en) * 2019-03-21 2019-06-25 大连大学 A kind of fruit exterior contour deformity detection method
CN109934818B (en) * 2019-03-21 2022-10-25 大连大学 Method for detecting malformation of external contour of fruit
CN109916856A (en) * 2019-03-28 2019-06-21 吉首大学 Thimble surface defect video detection sorting unit and method for separating
CN109916856B (en) * 2019-03-28 2024-01-19 吉首大学 Thimble surface defect video detection sorting device and sorting method
CN111768357B (en) * 2019-03-29 2024-03-01 银河水滴科技(北京)有限公司 Image detection method and device
CN111768357A (en) * 2019-03-29 2020-10-13 银河水滴科技(北京)有限公司 Image detection method and device
CN111833289B (en) * 2019-04-12 2024-05-17 阿里巴巴集团控股有限公司 Defect identification method, device and equipment
CN111833289A (en) * 2019-04-12 2020-10-27 阿里巴巴集团控股有限公司 Defect identification method, device and equipment
CN110033451A (en) * 2019-04-17 2019-07-19 国网山西省电力公司电力科学研究院 A kind of power components defect inspection method based on SSD framework
CN110163265A (en) * 2019-04-30 2019-08-23 腾讯科技(深圳)有限公司 Data processing method, device and computer equipment
CN110111331A (en) * 2019-05-20 2019-08-09 中南大学 Honeycomb paper core defect inspection method based on machine vision
CN110335255B (en) * 2019-06-14 2023-04-18 华南农业大学 Dam slope crack detection method and bionic gecko crawling detection device
CN110335255A (en) * 2019-06-14 2019-10-15 华南农业大学 Dam slope crack detection method based on deep learning and bionic gecko crawling detection device
CN110458019A (en) * 2019-07-10 2019-11-15 哈尔滨工程大学 The waterborne target detection method for excluding inverted image interference under rare cognition sample conditions
CN110458019B (en) * 2019-07-10 2023-03-24 哈尔滨工程大学 Water surface target detection method for eliminating reflection interference under scarce cognitive sample condition
CN110599445A (en) * 2019-07-24 2019-12-20 安徽南瑞继远电网技术有限公司 Target robust detection and defect identification method and device for power grid nut and pin
CN110443791A (en) * 2019-08-02 2019-11-12 西安工程大学 A kind of workpiece inspection method and its detection device based on deep learning network
CN110443791B (en) * 2019-08-02 2023-04-07 西安工程大学 Workpiece detection method and device based on deep learning network
CN110363254B (en) * 2019-08-12 2024-02-02 河北工业大学 Quick identification device for types of parts of flexible crankshaft production line
CN110363254A (en) * 2019-08-12 2019-10-22 河北工业大学 Part category method for quickly identifying and identification device for crankshaft flexible production line
CN111105391A (en) * 2019-11-20 2020-05-05 复旦大学 Surface defect detection method based on deep neural network augmentation training
CN110930383A (en) * 2019-11-20 2020-03-27 佛山市南海区广工大数控装备协同创新研究院 Injector defect detection method based on deep learning semantic segmentation and image classification
CN111105391B (en) * 2019-11-20 2023-05-02 复旦大学 Surface defect detection method based on deep neural network augmentation training
CN111080582B (en) * 2019-12-02 2023-06-02 易思维(杭州)科技有限公司 Method for detecting defects of inner and outer surfaces of workpiece
CN111080582A (en) * 2019-12-02 2020-04-28 易思维(杭州)科技有限公司 Method for detecting defects on inner surface and outer surface of workpiece
CN111047576A (en) * 2019-12-12 2020-04-21 珠海博明视觉科技有限公司 Surface defect sample generation tool
CN111179225B (en) * 2019-12-14 2022-02-01 西安交通大学 Test paper surface texture defect detection method based on gray gradient clustering
CN111179225A (en) * 2019-12-14 2020-05-19 西安交通大学 Test paper surface texture defect detection method based on gray gradient clustering
CN110969620A (en) * 2019-12-19 2020-04-07 中国农业大学 Method and device for detecting magnetic shoe ripple defects
CN111144270B (en) * 2019-12-23 2023-05-05 智慧神州(北京)科技有限公司 Neural network-based handwritten text integrity evaluation method and evaluation device
CN111144270A (en) * 2019-12-23 2020-05-12 智慧神州(北京)科技有限公司 Evaluation method and evaluation device for handwritten text neatness based on neural network
CN111127429B (en) * 2019-12-24 2023-06-06 河北鹰眼智能科技有限公司 Water conservancy system pipe thread defect detection method based on self-training deep neural network
CN111127429A (en) * 2019-12-24 2020-05-08 魏志康 Water conservancy system pipe thread defect detection method based on self-training deep neural network
CN111080638A (en) * 2019-12-27 2020-04-28 成都泓睿科技有限责任公司 System and method for detecting dirt at bottom of molded bottle
CN111080638B (en) * 2019-12-27 2023-04-07 成都泓睿科技有限责任公司 Method for detecting dirt at bottom of molded bottle
CN111145164A (en) * 2019-12-30 2020-05-12 上海感图网络科技有限公司 IC chip defect detection method based on artificial intelligence
CN111292228A (en) * 2020-01-16 2020-06-16 宁波舜宇仪器有限公司 Lens defect detection method
CN111292228B (en) * 2020-01-16 2023-08-11 宁波舜宇仪器有限公司 Lens defect detection method
CN113240618A (en) * 2020-01-23 2021-08-10 株式会社理光 Workpiece detection method, device and computer readable storage medium
WO2021179565A1 (en) * 2020-03-11 2021-09-16 北京百度网讯科技有限公司 Method and apparatus for acquiring information
CN111402220A (en) * 2020-03-11 2020-07-10 北京百度网讯科技有限公司 Method and device for acquiring information
CN111402220B (en) * 2020-03-11 2023-06-09 北京百度网讯科技有限公司 Method and device for acquiring information
CN111598863B (en) * 2020-05-13 2023-08-22 北京阿丘机器人科技有限公司 Defect detection method, device, equipment and readable storage medium
CN111598863A (en) * 2020-05-13 2020-08-28 北京阿丘机器人科技有限公司 Defect detection method, device, equipment and readable storage medium
CN111753877A (en) * 2020-05-19 2020-10-09 海克斯康制造智能技术(青岛)有限公司 Product quality detection method based on deep neural network transfer learning
CN111626995A (en) * 2020-05-19 2020-09-04 上海艾豚科技有限公司 Intelligent insert detection method and device for workpiece
CN111626995B (en) * 2020-05-19 2024-03-01 上海艾豚科技有限公司 Intelligent insert detection method and device for workpiece
CN111753877B (en) * 2020-05-19 2024-03-05 海克斯康制造智能技术(青岛)有限公司 Product quality detection method based on deep neural network migration learning
CN111667475B (en) * 2020-06-09 2023-04-18 陕西科技大学 Machine vision-based Chinese date grading detection method
CN111667475A (en) * 2020-06-09 2020-09-15 陕西科技大学 Machine vision-based Chinese date grading detection method
CN111681232B (en) * 2020-06-10 2023-03-10 厦门理工学院 Industrial welding image defect detection method based on semantic segmentation
CN111681232A (en) * 2020-06-10 2020-09-18 厦门理工学院 Industrial welding image defect detection method based on semantic segmentation
CN111729860A (en) * 2020-06-18 2020-10-02 杭州晶耐科光电技术有限公司 Online automatic detection system and method for appearance defects of washing machine
CN111814867B (en) * 2020-07-03 2024-06-18 浙江大华技术股份有限公司 Training method of defect detection model, defect detection method and related device
CN111814867A (en) * 2020-07-03 2020-10-23 浙江大华技术股份有限公司 Defect detection model training method, defect detection method and related device
CN111784684A (en) * 2020-07-13 2020-10-16 合肥市商巨智能装备有限公司 Laser-assisted transparent product internal defect depth setting detection method and device
CN111784684B (en) * 2020-07-13 2023-12-01 合肥市商巨智能装备有限公司 Method and device for detecting internal defects of transparent product at fixed depth based on laser assistance
CN111798447A (en) * 2020-07-18 2020-10-20 太原理工大学 Deep learning plasticized material defect detection method based on fast RCNN
CN112270663B (en) * 2020-10-27 2023-11-24 北京京能东方建设工程有限公司 Asphalt pavement sieving and repairing system based on honeycomb network environment
CN112270663A (en) * 2020-10-27 2021-01-26 蔡晓征 Asphalt pavement screening repair system based on honeycomb network environment
CN112304974A (en) * 2020-11-06 2021-02-02 长沙麦睛科技有限公司 Device and method for detecting defects of coaxial cylinder-like product with complex surface by using artificial intelligence
CN112419287A (en) * 2020-11-27 2021-02-26 杭州鲁尔物联科技有限公司 Building deflection determination method and device and electronic equipment
CN112419287B (en) * 2020-11-27 2024-05-28 杭州鲁尔物联科技有限公司 Building deflection determination method and device and electronic equipment
CN112581434A (en) * 2020-12-07 2021-03-30 无锡智创云图信息科技有限公司 Image identification method for product defect detection
CN112750102B (en) * 2020-12-16 2023-03-24 华南理工大学 Welding spot positioning method and system based on image processing
CN112750102A (en) * 2020-12-16 2021-05-04 华南理工大学 Welding spot positioning method and system based on image processing
CN112734693A (en) * 2020-12-18 2021-04-30 平安科技(深圳)有限公司 Pipeline weld defect detection method and related device
CN112734693B (en) * 2020-12-18 2024-06-07 平安科技(深圳)有限公司 Pipeline weld defect detection method and related device
CN112561904A (en) * 2020-12-24 2021-03-26 凌云光技术股份有限公司 Method and system for reducing false detection rate of AOI (argon oxygen decarburization) defects on display screen appearance
CN112763512A (en) * 2020-12-30 2021-05-07 苏州江奥光电科技有限公司 Character defect detection device and method for electronic device
CN112730459B (en) * 2021-02-05 2023-01-24 北京嘉恒中自图像技术有限公司 Bearing inner ring end surface defect detection method based on multi-angle light source shooting image
CN112730459A (en) * 2021-02-05 2021-04-30 北京嘉恒中自图像技术有限公司 Bearing inner ring end surface defect detection method based on multi-angle light source shooting image
CN113362276A (en) * 2021-04-26 2021-09-07 广东大自然家居科技研究有限公司 Visual detection method and system for plate
CN113362276B (en) * 2021-04-26 2024-05-10 广东大自然家居科技研究有限公司 Visual detection method and system for plates
CN113155851A (en) * 2021-04-30 2021-07-23 西安交通大学 Copper-clad plate surface defect visual online detection method and device based on deep learning
CN113269731A (en) * 2021-05-13 2021-08-17 苏州迪宏人工智能科技有限公司 Defect detection method and system
CN113237888A (en) * 2021-05-21 2021-08-10 哈尔滨工业大学 Large-caliber optical element damage point online and offline dark field image matching method
CN113421223A (en) * 2021-05-26 2021-09-21 福州大学 Industrial product surface defect detection method based on deep learning and Gaussian mixture
CN113421223B (en) * 2021-05-26 2022-07-05 福州大学 Industrial product surface defect detection method based on deep learning and Gaussian mixture
CN113362302A (en) * 2021-06-03 2021-09-07 西南交通大学 Fault detection method of subway train electric box cover based on image recognition
CN113362302B (en) * 2021-06-03 2023-04-07 西南交通大学 Fault detection method of subway train electric box cover based on image recognition
CN113450316A (en) * 2021-06-09 2021-09-28 广州大学 Method, system and device for detecting defects of metal surface characters and storage medium
CN113450316B (en) * 2021-06-09 2022-03-22 广州大学 Method, system and device for detecting defects of metal surface characters and storage medium
CN113469984A (en) * 2021-07-13 2021-10-01 厦门福信光电集成有限公司 Display panel appearance detection method based on YOLO structure
CN113469984B (en) * 2021-07-13 2023-06-02 厦门福信光电集成有限公司 Method for detecting appearance of display panel based on YOLO structure
CN113658121A (en) * 2021-08-09 2021-11-16 国能榆林能源有限责任公司 Line defect detection method, system and computer storage medium
CN113592852A (en) * 2021-08-16 2021-11-02 南京耘瞳科技有限公司 Carbon fiber carbon wire quality online detection system and method
CN113706490A (en) * 2021-08-19 2021-11-26 中科苏州智能计算技术研究院 Wafer defect detection method
CN113706490B (en) * 2021-08-19 2024-01-12 中科苏州智能计算技术研究院 Wafer defect detection method
CN113888506A (en) * 2021-09-30 2022-01-04 电子科技大学 Coated medicine shape defect detection algorithm based on deep segmentation network
CN113888506B (en) * 2021-09-30 2023-05-05 电子科技大学 Coated medicine shape defect detection algorithm based on depth segmentation network
CN113642680A (en) * 2021-10-13 2021-11-12 常州微亿智造科技有限公司 Edge synthesis and hypersphere soft fitting defect detection method
CN113642680B (en) * 2021-10-13 2022-02-08 常州微亿智造科技有限公司 Edge synthesis and hypersphere soft fitting defect detection method
CN114062393A (en) * 2021-11-17 2022-02-18 宜宾显微智能科技有限公司 Microscopic character recognition and defect detection system and method based on deep learning
CN114425719A (en) * 2021-12-15 2022-05-03 哈尔滨理工大学 Ball end mill detection device and method based on CCD camera
CN114425719B (en) * 2021-12-15 2023-12-26 哈尔滨理工大学 Ball end milling cutter detection device and method based on CCD camera
CN114399473A (en) * 2021-12-29 2022-04-26 北京智立质升科技有限责任公司 Defect sample image acquisition device applied to industrial production
CN114529507B (en) * 2021-12-30 2024-05-17 广西慧云信息技术有限公司 Visual transducer-based particle board surface defect detection method
CN114529507A (en) * 2021-12-30 2022-05-24 广西慧云信息技术有限公司 Shaving board surface defect detection method based on visual transducer
CN114511534A (en) * 2022-01-28 2022-05-17 江苏泰和木业有限公司 PC board crack judgment method and system based on image processing
CN114511534B (en) * 2022-01-28 2023-05-05 江苏泰和木业有限公司 PC board crack judging method and system based on image processing
CN114594101A (en) * 2022-02-08 2022-06-07 厦门聚视智创科技有限公司 Method for judging surface defect dominance degree
CN114595757B (en) * 2022-03-04 2024-05-10 浙江科技学院 Quality detection system for filling infusion bottle production
CN114595757A (en) * 2022-03-04 2022-06-07 浙江科技学院 Quality detection system for filling infusion bottle production
CN114972216A (en) * 2022-05-10 2022-08-30 华中科技大学 Construction method and application of texture surface defect detection model
CN114882387B (en) * 2022-07-12 2022-09-16 江苏宝诺铸造有限公司 Bearing raceway bruise identification and automatic polishing positioning method in grinding process
CN114882387A (en) * 2022-07-12 2022-08-09 江苏宝诺铸造有限公司 Bearing raceway bruise identification and automatic polishing positioning method in grinding process
CN115060743B (en) * 2022-08-11 2022-11-01 南通华钛电子科技有限公司 PCB partition frequency division defect monitoring method and system
CN115060743A (en) * 2022-08-11 2022-09-16 南通华钛电子科技有限公司 PCB partition frequency division defect monitoring method and system
CN115456956A (en) * 2022-08-19 2022-12-09 浙江华周智能装备有限公司 Method and device for detecting scratches of liquid crystal display and storage medium
CN115456956B (en) * 2022-08-19 2024-05-28 浙江华周智能装备有限公司 Method, equipment and storage medium for detecting scratches of liquid crystal display
CN115222732A (en) * 2022-09-15 2022-10-21 惠民县黄河先进技术研究院 Injection molding process anomaly detection method based on big data analysis and color difference detection
CN115471482A (en) * 2022-09-20 2022-12-13 重庆理工大学 Small-caliber container inner wall defect detection method based on computer vision
CN115496755A (en) * 2022-11-16 2022-12-20 南京云创大数据科技股份有限公司 Method and device for detecting mirror-like surface defects based on structured light and gradient analysis
CN115496755B (en) * 2022-11-16 2023-02-14 南京云创大数据科技股份有限公司 Mirror-like defect detection method and device based on structured light and gradient analysis
CN116051541A (en) * 2023-03-06 2023-05-02 杭州深度视觉科技有限公司 Bearing end face gentle abrasion detection method and device based on stroboscopic light source
CN116051541B (en) * 2023-03-06 2023-07-18 杭州深度视觉科技有限公司 Bearing end face gentle abrasion detection method and device based on stroboscopic light source
CN116309553A (en) * 2023-05-12 2023-06-23 东莞市希锐自动化科技股份有限公司 Method for detecting electroplating defects of non-planar electroplating hardware
CN116309602B (en) * 2023-05-24 2023-08-04 济南章力机械有限公司 Numerical control drilling and milling machine working state detection method based on machine vision
CN116309602A (en) * 2023-05-24 2023-06-23 济南章力机械有限公司 Numerical control drilling and milling machine working state detection method based on machine vision
CN116797561A (en) * 2023-06-05 2023-09-22 江苏迅兴重工设备有限公司 Steel structure welding quality detection method
CN116644667A (en) * 2023-06-05 2023-08-25 江苏迅兴重工设备有限公司 Steel structure welding process optimization method and system based on big data processing
CN116644667B (en) * 2023-06-05 2024-05-28 江苏迅兴重工设备有限公司 Steel structure welding process optimization method and system based on big data processing
CN116797561B (en) * 2023-06-05 2024-02-09 江苏迅兴重工设备有限公司 Steel structure welding quality detection method
CN116433659B (en) * 2023-06-09 2023-08-29 山东高速工程检测有限公司 Three-section road defect image processing method
CN116433659A (en) * 2023-06-09 2023-07-14 山东高速工程检测有限公司 Three-section road defect image processing method
CN116630813B (en) * 2023-07-24 2023-09-26 青岛奥维特智能科技有限公司 Highway road surface construction quality intelligent detection system
CN116630813A (en) * 2023-07-24 2023-08-22 青岛奥维特智能科技有限公司 Highway road surface construction quality intelligent detection system
CN116630332B (en) * 2023-07-26 2023-09-26 山东华航高分子材料有限公司 PVC plastic pipe orifice defect detection method based on image processing
CN116630332A (en) * 2023-07-26 2023-08-22 山东华航高分子材料有限公司 PVC plastic pipe orifice defect detection method based on image processing
CN116863175A (en) * 2023-08-31 2023-10-10 中江立江电子有限公司 Right-angle connector defect identification method, device, equipment and medium
CN116823840B (en) * 2023-08-31 2023-12-19 星璟材料科技(南通)有限公司 Composite material defect detection method and system based on image processing
CN116823840A (en) * 2023-08-31 2023-09-29 星璟材料科技(南通)有限公司 Composite material defect detection method and system based on image processing
CN116863175B (en) * 2023-08-31 2023-12-26 中江立江电子有限公司 Right-angle connector defect identification method, device, equipment and medium
CN117173166A (en) * 2023-11-02 2023-12-05 江苏裕荣光电科技有限公司 Optical cable surface defect detection method
CN117173166B (en) * 2023-11-02 2023-12-26 江苏裕荣光电科技有限公司 Optical cable surface defect detection method
CN117252876B (en) * 2023-11-17 2024-02-09 江西斯迈得半导体有限公司 LED support defect detection method and system
CN117252876A (en) * 2023-11-17 2023-12-19 江西斯迈得半导体有限公司 LED support defect detection method and system
CN117291922B (en) * 2023-11-27 2024-01-30 浙江日井泵业股份有限公司 Visual detection method for defects of stainless steel multistage pump impeller
CN117291922A (en) * 2023-11-27 2023-12-26 浙江日井泵业股份有限公司 Visual detection method for defects of stainless steel multistage pump impeller
CN117593303B (en) * 2024-01-18 2024-04-09 浙江锦德光电材料有限公司 Defect detection method and system for quantum dot optical film
CN117593303A (en) * 2024-01-18 2024-02-23 浙江锦德光电材料有限公司 Defect detection method and system for quantum dot optical film
CN117853481B (en) * 2024-03-04 2024-05-24 枣庄矿业集团新安煤业有限公司 Linear guide rail surface defect measurement method of zero-speed passenger device
CN117853481A (en) * 2024-03-04 2024-04-09 枣庄矿业集团新安煤业有限公司 Linear guide rail surface defect measurement method of zero-speed passenger device
CN118470012A (en) * 2024-07-11 2024-08-09 山东声通信息科技有限公司 Method and system for detecting detail texture defects of image processing target object

Also Published As

Publication number Publication date
CN106127780B (en) 2019-01-18
CN106127780A (en) 2016-11-16
SG11201811381UA (en) 2019-01-30

Similar Documents

Publication Publication Date Title
WO2018000731A1 (en) Method for automatically detecting curved surface defect and device thereof
CN110609037B (en) Product defect detection system and method
CN111951237B (en) Visual appearance detection method
CN110314854B (en) Workpiece detecting and sorting device and method based on visual robot
CN111007073B (en) Method and system for online detection of part defects in additive manufacturing process
CN111652085B (en) Object identification method based on combination of 2D and 3D features
CN105069799B (en) Angular point positioning method and apparatus
CN109085113B (en) Automatic focusing method and device for cervical exfoliated cell detection device
CN105426828B (en) Method for detecting human face, apparatus and system
CN112184648A (en) Piston surface defect detection method and system based on deep learning
WO2018232518A1 (en) Determining positions and orientations of objects
CN109684941B (en) Litchi fruit picking area division method based on MATLAB image processing
CN111583193B (en) Pistachio nut framework extraction device based on geometric contour template matching and algorithm thereof
CN112067233A (en) Six-degree-of-freedom motion capture method for wind tunnel model
CN101930606A (en) Field depth extending method for image edge detection
CN110929795A (en) Method for quickly identifying and positioning welding spot of high-speed wire welding machine
CN111161295A (en) Background stripping method for dish image
CN104504161B (en) A kind of image search method based on robot vision platform
CN116703919A (en) Surface impurity detection method based on optimal transmission distance loss model
CN116188763A (en) Method for measuring carton identification positioning and placement angle based on YOLOv5
CN113705487B (en) Precision workpiece identification and technological parameter association system and identification method
CN111178405A (en) Similar object identification method fusing multiple neural networks
CN110415251A (en) A kind of image partition method and device of background detection
CN113505629A (en) Intelligent storage article recognition device based on light weight network
CN110276260B (en) Commodity detection method based on depth camera

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16907120

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 05.06.2019)

122 Ep: pct application non-entry in european phase

Ref document number: 16907120

Country of ref document: EP

Kind code of ref document: A1