CN111508022B - Line laser stripe positioning method based on random sampling consistency - Google Patents

Line laser stripe positioning method based on random sampling consistency Download PDF

Info

Publication number
CN111508022B
CN111508022B CN202010304222.8A CN202010304222A CN111508022B CN 111508022 B CN111508022 B CN 111508022B CN 202010304222 A CN202010304222 A CN 202010304222A CN 111508022 B CN111508022 B CN 111508022B
Authority
CN
China
Prior art keywords
straight line
points
point
data
data set
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010304222.8A
Other languages
Chinese (zh)
Other versions
CN111508022A (en
Inventor
梁古南
程麒
袁瑜健
王昌龙
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Wuxi Xinje Electric Co Ltd
Original Assignee
Wuxi Xinje Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Wuxi Xinje Electric Co Ltd filed Critical Wuxi Xinje Electric Co Ltd
Priority to CN202010304222.8A priority Critical patent/CN111508022B/en
Publication of CN111508022A publication Critical patent/CN111508022A/en
Application granted granted Critical
Publication of CN111508022B publication Critical patent/CN111508022B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/70Determining position or orientation of objects or cameras
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/70Determining position or orientation of objects or cameras
    • G06T7/77Determining position or orientation of objects or cameras using statistical methods

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Evolutionary Biology (AREA)
  • Probability & Statistics with Applications (AREA)
  • Length Measuring Devices By Optical Means (AREA)

Abstract

The invention discloses a line laser stripe positioning method based on random sampling consistency, belonging to industrial machine visionThe field of vision, comprising the steps of: firstly, carrying out binarization processing on a line laser picture acquired by an industrial camera, and carrying out skeleton extraction on the picture by using a Zhang skeleton extraction method to obtain data of a line laser straight line; constructing a distance binary tree for data, finding a certain number of points near a pixel point at random to construct a subdata set, carrying out random sampling consistency fitting on the subdata set, and carrying out an internal point threshold Th on a fitting result1Judging, and performing interior point threshold Th on the obtained straight line in the global data point2And judging, and performing random sampling consistency fitting on the preliminarily obtained straight line classification to obtain a final straight line classification result so as to realize the positioning of the linear laser. The method considers the abnormal conditions of laser stripe data loss, breakage, overexposure, stray light interference and the like in the actually acquired image, is suitable for line laser positioning detection in general industrial environment, and reduces the conservatism.

Description

Line laser stripe positioning method based on random sampling consistency
Technical Field
The invention belongs to the field of industrial machine vision, and relates to a line laser stripe positioning method based on random sampling consistency.
Background
In recent years, machine vision technology is gradually applied to industrial production, and great economic benefits are brought. In the industries of welding, grabbing, spraying and the like, the realization of three-dimensional measurement and positioning of an object through a vision technology is a research hotspot at present. The line structured light three-dimensional measurement has been widely used in three-dimensional visual measurement and detection due to its characteristics of low cost, small volume, light weight, convenience, flexibility, etc. The line structured light three-dimensional measurement technology takes line laser as a structured light source, and needed three-dimensional positioning information is solved by analyzing a deformation image irradiated on an object to be measured by laser stripes.
The stripe image of the line laser in the welding seam positioning generally consists of a plurality of straight lines, and the straight line parameters in the laser stripe image are accurately and quickly extracted, so that the significance of the accuracy and the efficiency of the welding seam positioning is great. The laser stripe has a certain width, and various interference factors such as stray light, diffuse reflection and the like exist in the actual industrial production environment, so that the imaging quality of a stripe image is influenced, and the accurate extraction of stripe linear parameters is difficult.
Disclosure of Invention
Aiming at the problems in the prior art, the invention provides a line laser stripe positioning method based on random sampling consistency. In consideration of abnormal conditions such as possible deletion, breakage, overexposure and veiling glare interference of a fringe image acquired under an industrial production environment, a laser fringe straight line classification extraction algorithm based on Random Sample Consensus (RANSAC) is designed, so that extracted straight line data can accurately restore fringe straight line information in the image, a good inhibition effect on various interferences is achieved, and positioning of laser fringes is achieved.
The technical scheme of the invention is as follows:
a line laser stripe positioning method based on random sampling consistency comprises the following steps:
performing preprocessing operations such as morphological filtering, binary segmentation and the like on the laser stripe image, performing skeleton extraction on the preprocessed image by using a Zhang skeleton extraction method, acquiring pixel point coordinates of all skeletons, establishing a DATA set DATA1, constructing a distance binary tree for the DATA set DATA1, copying the DATA set DATA1 to obtain a DATA set DATA1copy
Wherein: the DATA set DATA1 is a two-dimensional DATA set representation of all pixel point coordinates extracted from the skeleton.
Randomly selecting a pixel point in a DATA set DATA1, searching n (n >100) DATA points nearest to the pixel point, and establishing a DATA set DATA 2;
wherein: DATA set DATA2 is a two-dimensional DATA set representation of all pixels in the neighborhood of random pixels.
Step (3) randomly sampling i (i) in the DATA set DATA2 according to the principle of random sampling consistency>100) Second, each sample k (k)>2) Point, fitting straight line liCalculating the point of each coordinate in the DATA set DATA2 to the straight line liWill be smaller than the threshold ThdIs judged as a straight line liThe number of the inner points is counted as the number N of the inner pointsi
Wherein: linear equation l fitted by ith samplingiIn a general form of (a) Ax + By + C is 0, a, B and C are fitted straight line equation parameters; x is the abscissa of the pixel and y is the ordinate of the pixel. For any point (x) of the DATA set DATA20,y0) The distance d from the straight line is expressed as
Figure BDA0002455148690000021
Threshold ThdFor characterizing all points in the DATA set DATA2 with respect to the straight line liThe deviation degree of the laser is determined by the laser line width, and the parameter setting can be generally 1-2 pixel widths; n is a radical ofiIs the ith sample fitting process, all of the DATA sets DATA2 satisfy the distance threshold ThdA set of all points of (a).
Step (4) selecting the number of inner points NiMaximum straight line lmIf its inner point number NmLess than threshold Th1Returning to the operation of the step (2); if the number of inner points is NmGreater than threshold Th1Then calculate the straight line lmIn the DATA set DATA1copyInner point number N inm_copyIf the number of inner points is Nm_copyGreater than threshold Th2Then count the number of inner points Nm_copyStoring new DATA sets DATAmAnd a straight line lmThe inner point of (3) is deleted from the DATA set DATA1, updating the DATA set DATA 1; otherwise, directly switching to the operation of the step (2);
wherein: threshold Th1For measuring the straight line l screenedmWhether a reasonable straight line exists in the neighborhood point is the screened straight line lmNumber of inner points NmA constraint of (3) which is set to be half of the number of nearest points searched in the step (2); n is a radical ofm_copyIs a straight line lmAt the global set of pixel points DATA1copyThe inner point set in (1); threshold Th2For measuring the straight line l screenedmIn the DATA set DATA1copyWhether the inner part is a reasonable straight line or not, the value set by the experiment is a DATA set DATA1copyHalf the number of points.
Step (5) number of points in the DATA set DATA1 updated in step (4)Less than threshold Th_NumInner point DATA indicating that all skeleton points at this time have been classified into respective straight linesmAnd invalid point DATA1, stopping the loop. According to interior point DATA DATAmAfter each straight line is fitted by using least square, parameters of each straight line are optimally fitted by using an IGGIII weighted least square regression method, so that the positioning extraction of laser stripe parameters is realized;
wherein: th_NumIs a termination threshold, i.e. when the number of points in the DATA set DATA1 is less than a certain number of points, all possible linear classifications are considered to have been found, considering noise interference, a threshold Th_NumCan be set to 20 points; DATAmThe stored interior points corresponding to all the straight line classifications; IGG III is weight distribution function, and weight w of each point is distributediThe weight of the inner point of each type of straight line is specifically distributed as follows:
Figure BDA0002455148690000022
in the formula, k0And k1To harmonic coefficients, k0Usually 1.0 to 1.5, k1Usually 2.5-3.0; u. ofiIs the distance ratio coefficient, ui=di/σ,diIs a point (x)i,yi) The distance to the straight line is such that,
Figure BDA0002455148690000031
Als,Blsand ClsIs a linear equation parameter fitted by least square, sigma is a distance root mean square,
Figure BDA0002455148690000032
in the invention, in consideration of the condition that a line laser stripe image collected in an industrial environment may be subjected to various interferences, skeleton pixel points on the laser stripe image with a width are extracted by a Zhang skeleton extraction method, the extracted pixel points are classified into pixel point data and invalid noise point data on each straight line according to a random sampling consistency principle, and finally parameters of each straight line are fitted through random sampling consistency, so that the accurate positioning of the laser stripe is realized. Compared with the traditional method, the method has higher efficiency and better noise tolerance, and can definitely identify the data and the noise data of different straight lines on the laser stripe image.
Drawings
FIG. 1 is a flow chart of a line laser stripe positioning method based on random sampling;
FIG. 2 shows a target pixel P1(i, j) a schematic diagram of 8 neighborhood pixel points around;
FIG. 3 is a raw graph containing fracture data;
FIG. 4 is a skeleton extracted binary image containing fracture data;
FIG. 5 is a graph of the results of a straight line classification with fracture data;
FIG. 6 is an original graph containing overexposure data and veiling glare;
FIG. 7 is a skeleton extraction binary image containing overexposure data and veiling glare interference;
FIG. 8 is a graph of linear classification results including overexposure data and veiling glare interference;
FIG. 9 is an original graph containing missing data;
FIG. 10 is a skeleton extracted binary image with missing data;
fig. 11 is a graph showing the results of straight-line classification with missing data.
Detailed Description
The following further describes the embodiments of the present invention with reference to the drawings.
As shown in fig. 1, a flow chart of a line laser stripe positioning method based on random sampling includes the following steps:
performing preprocessing operations such as morphological filtering, binary segmentation and the like on the laser stripe image, performing skeleton extraction on the preprocessed image by using a Zhang skeleton extraction method, acquiring pixel point coordinates of all skeletons, establishing a DATA set DATA1, constructing a distance binary tree for the DATA set DATA1, copying the DATA set DATA1 to obtain a DATA set DATA1copy
Randomly selecting a pixel point in a DATA set DATA1, searching n (n >100) DATA points nearest to the pixel point, and establishing a DATA set DATA 2;
step (3) randomly sampling i (i) in the DATA set DATA2 according to the principle of random sampling consistency>100) Second, each sample k (k)>2) Point, fitting straight line liCalculating the point of each coordinate in the DATA set DATA2 to the straight line liWill be smaller than the threshold ThdIs judged as a straight line liThe number of the inner points is counted as the number N of the inner pointsi
The fitting straight line liCalculating the point of each coordinate in the DATA set DATA2 to the straight line liWill be smaller than the threshold ThdIs judged as liInner point of (2), count the number of inner points NiThe method specifically comprises the following steps: linear equation l fitted by ith samplingiIs of the general form: ax + By + C is 0, wherein A, B and C are fitted linear equation parameters; x is the abscissa of the pixel point, and y is the ordinate of the pixel point; for any point (x) of the DATA set DATA20,y0) The distance d from the straight line is expressed as
Figure BDA0002455148690000041
Threshold ThdFor characterizing all points in the DATA set DATA2 with respect to the straight line liThe degree of deviation of (d); n is a radical ofiIs the ith sample fitting process, all of the DATA sets DATA2 satisfy the distance threshold ThdA set of all points of (a).
Step (4) selecting the number of inner points NiMaximum straight line lmIf its inner point number NmLess than threshold Th1Returning to the operation of the step (2); if the number of inner points is NmGreater than threshold Th1Then calculate the straight line lmIn the DATA set DATA1copyInner point number N inm_copyIf the number of inner points is Nm_copyGreater than threshold Th2Then count the number of inner points Nm_copyStoring new DATA sets DATAmAnd a straight line lmThe inner point of (3) is deleted from the DATA set DATA1, updating the DATA set DATA 1; otherwise, directly switching to the operation of the step (2);
the threshold Th1For measuring the straight line l screenedmWhether a reasonable straight line exists in the neighborhood point is the screened straight line lmNumber of inner points NmA constraint of (3) which is set to be half of the number of nearest points searched in the step (2); number of inner points Nm_copyIs a straight line lmAt the global pixel DATA set DATA1copyThe inner point set in (1); threshold Th2For measuring the straight line l screenedmIn the DATA set DATA1copyWhether the inner part is a reasonable straight line or not, the value set by the experiment is a DATA set DATA1copyHalf the number of points.
Step (5) when the number of points in the DATA set DATA1 updated in step 4) is less than the threshold Th_NumInner point DATA indicating that all skeleton points at this time have been classified into respective straight linesmAnd invalid point DATA1, stopping the loop. According to interior point DATA DATAmAnd after each straight line is fitted by using least square, the parameters of each straight line are optimally fitted by using an IGGIII weighted least square regression method, so that the positioning extraction of the laser stripe parameters is realized.
The threshold Th_NumIs a threshold value of termination, i.e. threshold value Th, when the number of points in the DATA set DATA1 is less than a certain number of points, assuming that all possibilities for straight line classification have been found_NumCan be set to 20 points; the inner dot DATA DATAmThe stored interior points corresponding to all the straight line classifications; the IGG III is a weight distribution function, and distributes the weight w of each pointiThe weight of the inner point of each type of straight line is specifically assigned as follows:
Figure BDA0002455148690000042
wherein u isiIs the distance ratio coefficient, ui=di/σ;k0And k1To harmonic coefficients, k0Usually 1.0 to 1.5, k1Usually 2.5 to 3.0, diIs a point (x)i,yi) Distance to the straight line, disclosed as:
Figure BDA0002455148690000051
wherein A isls,BlsAnd ClsThe linear equation parameters are obtained by least square fitting, sigma is a distance root mean square, and the formula is as follows:
Figure BDA0002455148690000052
as a further illustration of the invention:
the method comprises the following steps of (1) carrying out binarization on a preprocessed picture, specifically, determining whether gray level thresholding is required to be carried out on the picture according to the picture type collected by a laser camera, and converting the picture into a binary image, wherein all pixel points are not 0, namely 1, black is 0, and white is 1. Fig. 3 shows an original graph of data including fracture acquired by a laser camera, fig. 6 shows an original graph including overexposure data and veiling glare interference, and fig. 9 shows an original graph including missing data.
Skeleton extraction, wherein the acquisition of target processing data specifically comprises the following steps: performing skeleton extraction on the binary image by using a Zhang skeleton extraction method, and performing skeleton extraction on the pixel point P of the ith row and the jth column of the binary image1(i, j) searching 8 neighborhood pixels around the target pixel, as shown in FIG. 2, which is the target pixel P1(i, j) surrounding 8 neighborhood pixel point schematic diagrams, and the corresponding serial numbers thereof are respectively marked as P2(i-1,j),P3(i-1,j+1),P4(i,j+1),P5(i+1,j+1),P6(i+1,j),P7(i+1,j-1),P8(i,j-1),P9(i-1, j-1) 8 pixels in total, and judging whether the following 4 conditions are met:
①2≤B(P1)≤6
②A(P1)=1
③P2*P4*P6=0
④P4*P6*P8=0
wherein the condition (r) is the center pixel P1Surrounding target pixel (binary)The sum of the number of 1) s is between 2 and 6; the condition II is that in 8 adjacent pixels around the central pixel, two adjacent pixels have the frequency of 0-1 change in the clockwise direction; the conditions (c) and (c) are such that the product of the pixel values of the pixels corresponding to the sequence numbers is 0, the condition (c) corresponds to the even-order iteration number, and the condition (c) corresponds to the odd-order iteration number. There is also another equivalent pattern for (c) and (d) as follows:
⑤P2*P4*P8=0
⑥P2*P6*P8=0
and if the current pixel point meets the four conditions, deleting the current pixel point, traversing all the points until no point can be deleted, finishing traversal, and finishing skeleton extraction. FIG. 4 shows the result of skeleton extraction with fracture data; FIG. 7 shows the result of skeleton extraction with overexposure data and veiling glare interference; fig. 10 shows the result of skeleton extraction for data containing a missing part.
The steps (2) - (4) are primary linear classification, which is specifically as follows:
constructing KD tree for extracted object processing DATA DATA1, and obtaining DATA1 by copying DATA set DATA1 only oncecopyFor the subsequent calculation of the number of inner points of the straight line under the global data.
Randomly generating a point P in DATA1, searching for a certain number of points closest to the point P: (>100) Performing random sampling straight line fitting on the searched closest point, selecting 3 points for each sampling point, setting the maximum iteration number to be 200, counting the inner points of the straight line obtained by each fitting, and judging whether the distance d from the point to the straight line is smaller than a distance threshold Th or not according to the inner pointsdIf the number of the inner points is less than the number of the outer points, the point is considered as an inner point, otherwise, the point is considered as an outer point, and a linear equation l with the most inner points is extractedmThe number of corresponding inner points is NmJudging the number of the inner points, if the number of the inner points is NmLess than threshold Th1Returning to randomly generating a point again and repeating the operation, otherwise, aligning the straight line lmIn the DATA set DATA1copyCalculating the number N of inner pointsm_copyAnd go on again insideJudging if N is a point thresholdm_copyLess than threshold Th2Then a random point is regenerated and the start step is repeated, otherwise the DATA set DATA1 is deleted containing the straight line/mUpdate DATA1, and determine whether the number of DATA1 is less than ThNumIf yes, the straight line division in the DATA set is finished, otherwise, the KD tree is built for the DATA1 again, and the operation is repeated until the number of points meeting the DATA1 is smaller than ThNumAnd stopping searching to obtain the result of the primary classification straight line.
Step (5) is the final linear classification, which is specifically as follows:
and (3) further fitting the preliminarily divided straight lines, and optimizing and fitting parameters of each straight line by using a least square fitting method and then using an IGGIII weighted least square regression method to obtain a final straight line classification result, thereby realizing the positioning of the linear laser stripes. FIG. 5 shows the results of straight line classification with fracture data; FIG. 8 shows the results of linear classification including overexposure data and veiling glare; fig. 11 shows the results of straight-line classification with missing data.

Claims (4)

1. A line laser stripe positioning method based on random sampling consistency is characterized by comprising the following steps:
1) performing morphological filtering and binarization segmentation preprocessing on the laser stripe image, performing skeleton extraction on the preprocessed image by using a Zhang skeleton extraction method, acquiring pixel point coordinates of all skeletons, establishing a DATA set DATA1, constructing a distance binary tree for the DATA set DATA1, copying the DATA set DATA1 to obtain a DATA set DATA1copy
2) Randomly selecting a pixel point in a DATA set DATA1, searching n (n is more than 100) DATA points nearest to the pixel point, and establishing a DATA set DATA 2;
3) according to the principle of random sampling consistency, i (i >100) times are randomly sampled in a DATA set DATA2, k (k > 2) points are sampled each time, and a straight line l is fittediCalculating the point of each coordinate in the DATA set DATA2 to the straight line liWill be smaller than the threshold ThdIs judged as a straight line liThe number of the inner points is counted as the number N of the inner pointsi
4) Selecting the number of interior points NiMaximum straight line lmIf its inner point number NmLess than threshold Th1Returning to the operation of the step 2); if the number of inner points is NmGreater than threshold Th1Then calculate the straight line lmIn the DATA set DATA1copyInner point number N inm_copyIf the number of inner points is Nm_copyGreater than threshold Th2Then count the number of inner points Nm_copyStoring new DATA sets DATAmAnd a straight line lmThe inner point of (3) is deleted from the DATA set DATA1, updating the DATA set DATA 1; otherwise, directly switching to the operation of the step 2);
5) when the number of points in the updated DATA set DATA1 is less than the threshold Th in step 4)_NumInner point DATA indicating that all skeleton points at this time have been classified into respective straight linesmAnd invalid point DATA1, stopping the loop; according to interior point DATA DATAmAnd after each straight line is fitted by using least square, the parameters of each straight line are optimally fitted by using an IGGIII weighted least square regression method, so that the positioning extraction of the laser stripe parameters is realized.
2. A line laser stripe positioning method based on random sampling consistency is characterized in that the fitted straight line l in the step 3)iCalculating the point of each coordinate in the DATA set DATA2 to the straight line liWill be smaller than the threshold ThdIs judged as liInner point of (2), count the number of inner points NiThe method specifically comprises the following steps: linear equation l fitted by ith samplingiIs of the general form: ax + By + C is 0, wherein A, B and C are fitted linear equation parameters; x is the abscissa of the pixel point, and y is the ordinate of the pixel point; for any point (x) of the DATA set DATA20,y0) The distance d from the straight line is expressed as
Figure FDA0003376220630000011
Threshold ThdFor characterizing all points in the DATA set DATA2 with respect to the straight line liThe degree of deviation of (d); n is a radical ofiIs the ith sample fitting process, all of the DATA sets DATA2 satisfy the distance threshold ThdA set of all points of (a).
3. A line laser stripe positioning method based on random sampling consistency is characterized in that the threshold Th in the step 4)1For measuring the straight line l screenedmWhether a reasonable straight line exists in the neighborhood point is the screened straight line lmNumber of inner points NmThe constraint of (2), which is set to be half of the number of the nearest points searched in the step 2); number of inner points Nm_copyIs a straight line lmAt the global pixel DATA set DATA1copyThe inner point set in (1); threshold Th2For measuring the straight line l screenedmIn the DATA set DATA1copyWhether the inner part is a reasonable straight line or not, the value set by the experiment is a DATA set DATA1copyHalf the number of points.
4. A line laser stripe positioning method based on random sampling consistency is characterized in that the threshold Th in step 5) is_NumIs a threshold value of termination, i.e. threshold value Th, when the number of points in the DATA set DATA1 is less than a certain number of points, assuming that all possibilities for straight line classification have been found_NumCan be set to 20 points; the inner dot DATA DATAmThe stored interior points corresponding to all the straight line classifications; the IGG III is a weight distribution function, and distributes the weight w of each pointiThe weight of the inner point of each type of straight line is specifically assigned as follows:
Figure FDA0003376220630000021
wherein u isiIs the distance ratio coefficient, ui=di/σ;k0And k1To harmonic coefficients, k0Usually 1.0 to 1.5, k1Usually 2.5 to 3.0, diIs a point (x)i,yi) Distance to the straight line, disclosed as:
Figure FDA0003376220630000022
wherein A isls,BlsAnd ClsThe linear equation parameters are obtained by least square fitting, sigma is a distance root mean square, and the formula is as follows:
Figure FDA0003376220630000023
CN202010304222.8A 2020-04-17 2020-04-17 Line laser stripe positioning method based on random sampling consistency Active CN111508022B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010304222.8A CN111508022B (en) 2020-04-17 2020-04-17 Line laser stripe positioning method based on random sampling consistency

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010304222.8A CN111508022B (en) 2020-04-17 2020-04-17 Line laser stripe positioning method based on random sampling consistency

Publications (2)

Publication Number Publication Date
CN111508022A CN111508022A (en) 2020-08-07
CN111508022B true CN111508022B (en) 2022-01-14

Family

ID=71877759

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010304222.8A Active CN111508022B (en) 2020-04-17 2020-04-17 Line laser stripe positioning method based on random sampling consistency

Country Status (1)

Country Link
CN (1) CN111508022B (en)

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3035235B1 (en) * 2014-12-17 2023-07-19 Exipple Studio, Inc. Method for setting a tridimensional shape detection classifier and method for tridimensional shape detection using said shape detection classifier
CN104809433B (en) * 2015-04-21 2017-12-15 电子科技大学 A kind of zebra line detecting method based on maximum stable region and stochastical sampling
CN104880160B (en) * 2015-05-27 2017-05-17 西安交通大学 Two-dimensional-laser real-time detection method of workpiece surface profile
US10156441B2 (en) * 2016-01-05 2018-12-18 Texas Instruments Incorporated Ground plane estimation in a computer vision system
CN109376586B (en) * 2018-09-05 2020-12-29 武汉中海庭数据技术有限公司 Road boundary line interactive automatic extraction method based on laser point cloud

Also Published As

Publication number Publication date
CN111508022A (en) 2020-08-07

Similar Documents

Publication Publication Date Title
CN110473187B (en) Object-oriented line scanning three-dimensional pavement crack extraction method
CN114219805B (en) Intelligent detection method for glass defects
CN117237368B (en) Bridge crack detection method and system
JP5852919B2 (en) Crack detection method
JP2014228357A (en) Crack detecting method
CN102169581A (en) Feature vector-based fast and high-precision robustness matching method
CN111523535B (en) Circle-like object recognition counting detection algorithm based on machine vision and deep learning
CN111968079B (en) Three-dimensional pavement crack extraction method based on local extremum of section and segmentation sparsity
CN111932494B (en) Tire wear degree evaluation method and device
CN113252103A (en) Method for calculating volume and mass of material pile based on MATLAB image recognition technology
CN113222992A (en) Crack characteristic characterization method and system based on multi-fractal spectrum
CN114881998A (en) Workpiece surface defect detection method and system based on deep learning
CN114612412A (en) Processing method of three-dimensional point cloud data, application of processing method, electronic device and storage medium
CN111508022B (en) Line laser stripe positioning method based on random sampling consistency
CN115953604B (en) Real estate geographic information mapping data acquisition method
CN113155057A (en) Line structured light plane calibration method using non-purpose-made target
JP3749726B1 (en) Low contrast defect inspection method under periodic noise, low contrast defect inspection method under repeated pattern
CN114742849B (en) Leveling instrument distance measuring method based on image enhancement
CN116452826A (en) Coal gangue contour estimation method based on machine vision under shielding condition
CN111899297B (en) Method for extracting center of light stripe of line structure
CN114862892A (en) Two-dimensional and three-dimensional pavement crack identification method based on enhanced depth edge characteristics
CN114708237A (en) Detection algorithm for hair health condition
CN114548250A (en) Mobile phone appearance detection method and device based on data analysis
CN114387232A (en) Wafer center positioning, wafer gap positioning and wafer positioning calibration method
CN112069445A (en) 2D SLAM algorithm evaluation and quantification method

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant