CN117218123A - Cold-rolled strip steel wire flying equipment fault detection method and system based on point cloud - Google Patents

Cold-rolled strip steel wire flying equipment fault detection method and system based on point cloud Download PDF

Info

Publication number
CN117218123A
CN117218123A CN202311482390.6A CN202311482390A CN117218123A CN 117218123 A CN117218123 A CN 117218123A CN 202311482390 A CN202311482390 A CN 202311482390A CN 117218123 A CN117218123 A CN 117218123A
Authority
CN
China
Prior art keywords
data
point cloud
detection
point
scanning
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202311482390.6A
Other languages
Chinese (zh)
Other versions
CN117218123B (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.)
Shanghai Kingo Intelligent Technology Co ltd
Original Assignee
Shanghai Kingo Intelligent Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Kingo Intelligent Technology Co ltd filed Critical Shanghai Kingo Intelligent Technology Co ltd
Priority to CN202311482390.6A priority Critical patent/CN117218123B/en
Publication of CN117218123A publication Critical patent/CN117218123A/en
Application granted granted Critical
Publication of CN117218123B publication Critical patent/CN117218123B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Landscapes

  • Length Measuring Devices By Optical Means (AREA)

Abstract

The invention relates to a fault detection method and system for cold-rolled strip steel wire flying equipment based on point cloud, and belongs to the technical field of fault detection of production equipment. The embodiment of the invention discloses a fault detection method and system for cold-rolled strip steel wire flying equipment based on point cloud. Wherein the method comprises the following steps: acquiring point cloud data through a data acquisition device; preprocessing point cloud data, removing irrelevant interference data, filtering noise/outliers, and performing data downsampling; fusing the processed point cloud data with a visible light image, establishing a 3D point cloud visible light fusion scene, and setting a monitoring area in the reconstructed three-dimensional area; the number of detected points in the detection frame is used as a detection value for fault detection. The real-time and omnibearing display of the detection data and the running state of the equipment is realized, and the accurate and rapid fault detection of the equipment is realized.

Description

Cold-rolled strip steel wire flying equipment fault detection method and system based on point cloud
Technical Field
The invention belongs to the technical field of production equipment fault detection, and particularly relates to a fault detection method and system for cold-rolled strip steel wire flight equipment based on point cloud.
Background
The cold-rolled strip steel has high dimensional accuracy, good surface quality, good mechanical property and good technological property, so the cold-rolled strip steel is widely applied to manufacturing departments and industrial departments, but the steel plate collides with conveying equipment in the movement process due to flying wires or warping of the edge of the steel plate, so that the equipment is blocked and the production line is stopped, and personal casualties can be generated under severe conditions. Therefore, fault detection is required to be carried out on cold-rolled strip steel wire flying equipment in the production process, and the current detection method is to shoot through a camera, and then identify the warping and blocking faults of strip steel through an image analysis algorithm. The method for identifying the image still has the following to be improved:
the image acquisition requires the use of a sufficiently stable light source on site, but the stability is difficult to ensure due to the uncertainty of actual conditions in a factory, so that the identification effect is affected.
The existing image recognition algorithm is based on the graph characteristics of the problems, false recognition or false recognition can be caused due to the fact that the shape of the warping or flying wire is greatly different, the image recognition is 2D, and the warping or blocking problems are difficult to accurately and quantitatively describe by using a 2D image.
Disclosure of Invention
In order to solve the problems in the prior art, the invention provides a fault detection method and a fault detection system for cold-rolled strip steel wire flying equipment based on point cloud,
the aim of the invention can be achieved by the following technical scheme:
s1, performing S1; scanning detection equipment through a data acquisition device to obtain scanning light, reflecting the scanning light to a 3D point cloud scanning sensor through a steel belt, and acquiring point cloud data through the 3D point cloud scanning sensor;
s2: performing direct filtering processing on the point cloud data to eliminate a background and obtain interference-free data, performing radius filtering analysis on the interference-free data to obtain connected data, and performing downsampling processing on the connected data to obtain modeling data;
s3: fusing the modeling data with a visible light image, establishing a 3D point cloud visible light fusion scene, setting a monitoring area in the 3D point cloud visible light fusion scene, and setting a space virtual detection frame in the monitoring area;
s4: and counting the number of the point cloud data in the space virtual detection frame to serve as a detection value, presetting a safety threshold and an alarm threshold, judging the detection value, the safety threshold and the alarm threshold, returning to a normal operation signal if the detection value is smaller than the safety threshold, returning to process an early warning information signal if the detection value is larger than the safety threshold and smaller than the alarm threshold, and returning to emergency processing alarm signal if the detection value is larger than the alarm threshold.
Specifically, the data acquisition device is an RGB camera and a laser radar, and acquires data in the same direction.
Specifically, the step S2 specifically includes the following steps:
setting a value range for each dimension of the point cloud data, judging whether the value of each point in the point cloud data in the current dimension is in the corresponding value range or not by traversing the point cloud data, if yes, reserving the point, otherwise, deleting the point, and forming the reserved point into the non-interference data;
setting a neighborhood radius and a neighbor point threshold value, traversing the non-interference data, judging whether the number of neighbor points of each point of the non-interference data in the neighborhood radius is larger than the neighbor point threshold value, if yes, reserving the point, if not, deleting the point, and forming the reserved point into communication data;
and establishing a 3D voxel grid through the connected data, and substituting the grid centroid of each point falling in the 3D voxel grid with the point to obtain modeling data.
Specifically, the step S3 specifically includes the following steps:
solving a conversion matrix by adopting a matching calibration mode for the data collected by the laser radar and the RGB camera, wherein a calculation formula is as follows:
wherein U is the abscissa of the pixel point of the RGB camera, V is the ordinate of the pixel point of the RGB camera, M is a transformation matrix, U is the radius of the laser radar coordinate system, V is the azimuth angle of the laser radar coordinate system, and W is the polar angle of the laser radar coordinate system;
converting the 3D point cloud data into coordinates on an RGB image through the conversion matrix and obtaining RGB color information;
establishing a 3D point cloud visible light fusion scene by the RGB image coordinates, the RGB color information and the modeling data;
and establishing a cuboid detection frame with a fixed size at the spatial origin of the 3D point cloud visible light fusion scene.
Specifically, the step S4 specifically includes the following steps:
converting the points of the 3D point cloud data into RGB image coordinates to obtain space coordinates, and converting the space coordinates into a detection frame coordinate system to obtain detection coordinates, wherein a conversion formula is as follows:
wherein Q is a detection coordinate, R is a rotation matrix, T is a translation vector, and P is a space coordinate;
and when the detection coordinates are in the detection frame, counting the number of detection points in the detection frame as detection values.
The fault detection system comprises a scanning module, a scanning data processing module, a monitoring analysis module and a fault detection module;
the scanning module is used for scanning the detection equipment to obtain scanning light, reflecting the scanning light to the 3D point cloud scanning sensor through the steel belt, and acquiring point cloud data through the 3D point cloud scanning sensor;
the scanning data processing module is used for performing direct filtering processing on the point cloud data to eliminate the background and obtain interference-free data, performing radius filtering analysis on the interference-free data to obtain connected data, and performing downsampling processing on the connected data to obtain modeling data;
the monitoring analysis module is used for fusing the modeling data with the visible light image, establishing a 3D point cloud visible light fusion scene, setting a monitoring area in the 3D point cloud visible light fusion scene, and setting a space virtual detection frame in the monitoring area;
the fault detection module is used for counting the quantity of the point cloud data in the space virtual detection frame, presetting a safety threshold and an alarm threshold, judging the detection value, the safety threshold and the alarm threshold, returning to a normal operation signal if the detection value is smaller than the safety threshold, returning to process an early warning information signal if the detection value is larger than the safety threshold and smaller than the alarm threshold, and returning to emergency processing alarm signal if the detection value is larger than the alarm threshold.
The beneficial effects of the invention are as follows:
(1) Scanning is carried out on detection equipment through an RGB camera and a laser radar to obtain scanning light, the scanning light is reflected to a 3D point cloud scanning sensor through a steel belt, point cloud data are acquired through the 3D point cloud scanning sensor, the ambient brightness during detection is improved, measurement characteristics are directly determined, the imaging effect of the detection equipment is improved, the data processing process is simplified, and the stability and reliability of data transmission are guaranteed.
(2) The 3D point cloud visible light fusion scene is established by fusing the point cloud data with the visible light image, a three-dimensional detection frame is arranged in the 3D fusion scene, and the problems of equipment surface warping, blocking and the like are quantitatively represented by calculating the 3D point cloud data in the detection frame, so that the complexity of an identification system is reduced, and the positioning, measuring and identifying precision of the system is improved.
Drawings
The present invention is further described below with reference to the accompanying drawings for the convenience of understanding by those skilled in the art.
FIG. 1 is a schematic flow chart of a fault detection method of cold-rolled strip steel wire-flying equipment based on point cloud.
Detailed Description
In order to further describe the technical means and effects adopted by the invention for achieving the preset aim, the following detailed description is given below of the specific implementation, structure, characteristics and effects according to the invention with reference to the attached drawings and the preferred embodiment.
Referring to fig. 1, a fault detection method for a cold-rolled strip steel wire flying device based on point cloud specifically includes the following steps:
s1, performing S1; scanning detection equipment through a data acquisition device to obtain scanning light, reflecting the scanning light to a 3D point cloud scanning sensor through a steel belt, and acquiring point cloud data through the 3D point cloud scanning sensor;
s2: performing direct filtering processing on the point cloud data to eliminate a background and obtain interference-free data, performing radius filtering analysis on the interference-free data to obtain connected data, and performing downsampling processing on the connected data to obtain modeling data;
s3: fusing the modeling data with a visible light image, establishing a 3D point cloud visible light fusion scene, setting a monitoring area in the 3D point cloud visible light fusion scene, and setting a space virtual detection frame in the monitoring area;
s4: and counting the number of the point cloud data in the space virtual detection frame to serve as a detection value, presetting a safety threshold and an alarm threshold, judging the detection value, the safety threshold and the alarm threshold, returning to a normal operation signal if the detection value is smaller than the safety threshold, returning to process an early warning information signal if the detection value is larger than the safety threshold and smaller than the alarm threshold, and returning to emergency processing alarm signal if the detection value is larger than the alarm threshold.
Specifically, the data acquisition device is an RGB camera and a laser radar, and acquires data in the same direction.
Specifically, the step S2 specifically includes the following steps:
setting a value range for each dimension of the point cloud data, judging whether the value of each point in the point cloud data in the current dimension is in the corresponding value range or not by traversing the point cloud data, if yes, reserving the point, otherwise, deleting the point, and forming the reserved point into the non-interference data;
setting a neighborhood radius and a neighbor point threshold value, traversing the non-interference data, judging whether the number of neighbor points of each point of the non-interference data in the neighborhood radius is larger than the neighbor point threshold value, if yes, reserving the point, if not, deleting the point, and forming the reserved point into communication data;
and establishing a 3D voxel grid through the connected data, and substituting the grid centroid of each point falling in the 3D voxel grid with the point to obtain modeling data.
In this embodiment, PCL open source library is used to process point cloud data, points within a range of values no longer preset in a specified dimension are filtered, a filter object pass is created through PCL:: passchrough < PCL::: pointXYZ > pass, filtering is performed in various axis directions using pass.setFilterFieldName ("pos") settings, a filtering range is set through pass.setFilterLimits (min, max), PCL:: radio outlieRemoval < PCL::: pointXYZ > filters are used for filtering results to achieve a radius filtering function, based on the above analysis, a 3D voxel grid is created on the input point cloud using PCL::: voxel < PCL:: pointXYZ > filters, points within each grid are approximately represented by the centroid of the grid, and the PCL PointPointXud 2 class is used to preserve the point cloud.
Specifically, the step S3 specifically includes the following steps:
solving a conversion matrix by adopting a matching calibration mode for the data collected by the laser radar and the RGB camera, wherein a calculation formula is as follows:
wherein U is the abscissa of the pixel point of the RGB camera, V is the ordinate of the pixel point of the RGB camera, M is a transformation matrix, U is the radius of the laser radar coordinate system, V is the azimuth angle of the laser radar coordinate system, and W is the polar angle of the laser radar coordinate system;
converting the 3D point cloud data into coordinates on an RGB image through the conversion matrix and obtaining RGB color information;
establishing a 3D point cloud visible light fusion scene by the RGB image coordinates, the RGB color information and the modeling data;
and establishing a cuboid detection frame with a fixed size at the spatial origin of the 3D point cloud visible light fusion scene.
Specifically, the step S4 specifically includes the following steps:
converting the points of the 3D point cloud data into RGB image coordinates to obtain space coordinates, and converting the space coordinates into a detection frame coordinate system to obtain detection coordinates, wherein a conversion formula is as follows:
wherein Q is a detection coordinate, R is a rotation matrix, T is a translation vector, and P is a space coordinate;
and when the detection coordinates are in the detection frame, counting the number of detection points in the detection frame as detection values.
In this embodiment, the internal parameters of the RGB camera need to be acquired, the conversion from the laser radar coordinate system to the RGB camera coordinate system is realized by means of the rotation matrix and the translation vector, the internal parameters of the RGB camera, the rotation matrix and the translation vector are combined into three rows and four columns of M matrices, more than 6 groups of object points [ U, V, W ] scanned by the laser radar are used to correspond to the points [ U, V ] on the visible light RGB image, and the M matrices are solved. Setting basic parameters of a detection frame, namely length, width and height, changing the size of the detection frame by modifying the parameters, setting a position difference value of coordinates of a detection type center point as a translation vector, setting each angle of rotation of the detection frame by the center point as a rotation matrix, reversely pushing out the rotation matrix and the translation vector through the M matrix and an internal reference matrix, converting the rotation matrix and the translation vector obtained by the mode when converting the point cloud data into a coordinate system of the detection frame, and counting the number of point clouds in the detection frame.
The fault detection system comprises a scanning module, a scanning data processing module, a monitoring analysis module and a fault detection module;
the scanning module is used for scanning the detection equipment to obtain scanning light, reflecting the scanning light to the 3D point cloud scanning sensor through the steel belt, and acquiring point cloud data through the 3D point cloud scanning sensor;
the scanning data processing module is used for performing direct filtering processing on the point cloud data to eliminate the background and obtain interference-free data, performing radius filtering analysis on the interference-free data to obtain connected data, and performing downsampling processing on the connected data to obtain modeling data;
the monitoring analysis module is used for fusing the modeling data with the visible light image, establishing a 3D point cloud visible light fusion scene, setting a monitoring area in the 3D point cloud visible light fusion scene, and setting a space virtual detection frame in the monitoring area;
the fault detection module is used for counting the quantity of the point cloud data in the space virtual detection frame, presetting a safety threshold and an alarm threshold, judging the detection value, the safety threshold and the alarm threshold, returning to a normal operation signal if the detection value is smaller than the safety threshold, returning to process an early warning information signal if the detection value is larger than the safety threshold and smaller than the alarm threshold, and returning to emergency processing alarm signal if the detection value is larger than the alarm threshold.
In the embodiment, a monitoring device is arranged between a welding machine and a steel structure, a scanning module adopts an RGB camera and a laser radar to collect data simultaneously, two pieces of equipment are placed in the same direction, the collected data are uploaded to an industrial personal computer through a sensor, the industrial personal computer processes the scanning data, the industrial personal computer is provided with a ubuntu environment, and a program is written to link a PCL3D point cloud library to preprocess the scanning data; reconstructing a three-dimensional scene by using an SfM algorithm, counting and judging the quantity of the point cloud data transmitted in real time in a detection frame, returning an early warning instruction, and analyzing the early warning instruction by an industrial personal computer to send a safety signal; the industrial personal computer transmits data to the operation terminal and the server of the PLC room through a network, the server can manage a plurality of sets of detection devices, and the operation terminal can check real-time data and abnormal early warning historical data of any set of detection devices at any time.
The computer storage media of embodiments of the invention may take the form of any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. The computer readable storage medium can be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples (a non-exhaustive list) of the computer-readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
The computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination of the foregoing. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing. Computer program code for carrying out operations of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, smalltalk, C ++ and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computer (for example, through the Internet using an Internet service provider).
The present invention is not limited to the above embodiments, but is capable of modification and variation in detail, and other modifications and variations can be made by those skilled in the art without departing from the scope of the present invention.

Claims (6)

1. The fault detection method of the cold-rolled strip steel wire-flying equipment based on the point cloud is characterized by comprising the following steps of:
s1: scanning detection equipment through a data acquisition device to obtain scanning light, reflecting the scanning light to a 3D point cloud scanning sensor through a steel belt, and acquiring point cloud data through the 3D point cloud scanning sensor;
s2: performing direct filtering processing on the point cloud data to eliminate a background and obtain interference-free data, performing radius filtering analysis on the interference-free data to obtain connected data, and performing downsampling processing on the connected data to obtain modeling data;
s3: fusing the modeling data with a visible light image, establishing a 3D point cloud visible light fusion scene, setting a monitoring area in the 3D point cloud visible light fusion scene, and setting a space virtual detection frame in the monitoring area;
s4: and counting the number of the point cloud data in the space virtual detection frame to serve as a detection value, presetting a safety threshold and an alarm threshold, judging the detection value, the safety threshold and the alarm threshold, returning to a normal operation signal if the detection value is smaller than the safety threshold, returning to process an early warning information signal if the detection value is larger than the safety threshold and smaller than the alarm threshold, and returning to emergency processing alarm signal if the detection value is larger than the alarm threshold.
2. The method of claim 1, wherein the data acquisition device is an RGB camera and a lidar and acquires data in the same direction.
3. The method according to claim 1, wherein said step S2 comprises the steps of:
setting a value range for each dimension of the point cloud data, judging whether the value of each point in the point cloud data in the current dimension is in the corresponding value range or not by traversing the point cloud data, if yes, reserving the point, otherwise, deleting the point, and forming the reserved point into the non-interference data;
setting a neighborhood radius and a neighbor point threshold value, traversing the non-interference data, judging whether the number of neighbor points of each point of the non-interference data in the neighborhood radius is larger than the neighbor point threshold value, if yes, reserving the point, if not, deleting the point, and forming the reserved point into communication data;
and establishing a 3D voxel grid through the connected data, and substituting the grid centroid of each point falling in the 3D voxel grid with the point to obtain modeling data.
4. The method according to claim 2, wherein said step S3 comprises the steps of:
solving a conversion matrix by adopting a matching calibration mode for the data collected by the laser radar and the RGB camera, wherein a calculation formula is as follows:
wherein U is the abscissa of the pixel point of the RGB camera, V is the ordinate of the pixel point of the RGB camera, M is a transformation matrix, U is the radius of the laser radar coordinate system, V is the azimuth angle of the laser radar coordinate system, and W is the polar angle of the laser radar coordinate system;
converting the 3D point cloud data into RGB image coordinates through the conversion matrix and obtaining RGB color information;
establishing a 3D point cloud visible light fusion scene by the RGB image coordinates, the RGB color information and the modeling data;
and establishing a cuboid detection frame with a fixed size at the spatial origin of the 3D point cloud visible light fusion scene.
5. The method according to claim 1, wherein said step S4 comprises the steps of:
converting the points of the 3D point cloud data into RGB image coordinates to obtain space coordinates, and converting the space coordinates into a detection frame coordinate system to obtain detection coordinates, wherein a conversion formula is as follows:
wherein Q is a detection coordinate, R is a rotation matrix, T is a translation vector, and P is a space coordinate;
and when the detection coordinates are in the detection frame, counting the number of detection points in the detection frame as detection values.
6. A cold-rolled strip steel wire-flying equipment fault detection system based on point cloud, which is characterized by being operated by the method of any one of claims 1-5 and comprising a scanning module, a scanning data processing module, a monitoring analysis module and a fault detection module;
the scanning module is used for scanning the detection equipment to obtain scanning light, reflecting the scanning light to the 3D point cloud scanning sensor through the steel belt, and acquiring point cloud data through the 3D point cloud scanning sensor;
the scanning data processing module is used for performing direct filtering processing on the point cloud data to eliminate the background and obtain interference-free data, performing radius filtering analysis on the interference-free data to obtain connected data, and performing downsampling processing on the connected data to obtain modeling data;
the monitoring analysis module is used for fusing the modeling data with the visible light image, establishing a 3D point cloud visible light fusion scene, setting a monitoring area in the 3D point cloud visible light fusion scene, and setting a space virtual detection frame in the monitoring area;
the fault detection module is used for counting the quantity of the point cloud data in the space virtual detection frame, presetting a safety threshold and an alarm threshold, judging the detection value, the safety threshold and the alarm threshold, returning to a normal operation signal if the detection value is smaller than the safety threshold, returning to process an early warning information signal if the detection value is larger than the safety threshold and smaller than the alarm threshold, and returning to emergency processing alarm signal if the detection value is larger than the alarm threshold.
CN202311482390.6A 2023-11-09 2023-11-09 Cold-rolled strip steel wire flying equipment fault detection method and system based on point cloud Active CN117218123B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311482390.6A CN117218123B (en) 2023-11-09 2023-11-09 Cold-rolled strip steel wire flying equipment fault detection method and system based on point cloud

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311482390.6A CN117218123B (en) 2023-11-09 2023-11-09 Cold-rolled strip steel wire flying equipment fault detection method and system based on point cloud

Publications (2)

Publication Number Publication Date
CN117218123A true CN117218123A (en) 2023-12-12
CN117218123B CN117218123B (en) 2024-02-02

Family

ID=89037492

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311482390.6A Active CN117218123B (en) 2023-11-09 2023-11-09 Cold-rolled strip steel wire flying equipment fault detection method and system based on point cloud

Country Status (1)

Country Link
CN (1) CN117218123B (en)

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111709934A (en) * 2020-06-17 2020-09-25 浙江大学 Injection molding impeller warping defect detection method based on point cloud characteristic comparison
CN113111887A (en) * 2021-04-26 2021-07-13 河海大学常州校区 Semantic segmentation method and system based on information fusion of camera and laser radar
CN113204029A (en) * 2021-04-19 2021-08-03 北京科技大学 Hot-rolled plate blank warpage detection device and method
KR20220095468A (en) * 2020-12-30 2022-07-07 주식회사 딥인스펙션 Steel quality inspection system based on xai and large scale deep learning hpc system
CN114758333A (en) * 2020-12-29 2022-07-15 北京瓦特曼科技有限公司 Method and system for identifying off-hook of ladle lifted by crane of ladle crane
US11403860B1 (en) * 2022-04-06 2022-08-02 Ecotron Corporation Multi-sensor object detection fusion system and method using point cloud projection
US20220277557A1 (en) * 2020-05-08 2022-09-01 Quanzhou equipment manufacturing research institute Target detection method based on fusion of vision, lidar, and millimeter wave radar
CN115330734A (en) * 2022-08-18 2022-11-11 南京邮电大学 Automatic robot repair welding system based on three-dimensional target detection and point cloud defect completion
CN115731545A (en) * 2022-12-06 2023-03-03 国网江苏省电力有限公司 Cable tunnel inspection method and device based on fusion perception
US20230073689A1 (en) * 2020-07-10 2023-03-09 Scoutdi As Inspection Device for Inspecting a Building or Structure
CN115877400A (en) * 2022-11-23 2023-03-31 太原理工大学 Tunnel roof support steel belt drilling positioning method based on radar and vision fusion
CN116466355A (en) * 2023-03-23 2023-07-21 浙江吉利控股集团有限公司 Point cloud target detection method and device and computer readable storage medium
CN116520302A (en) * 2023-01-31 2023-08-01 新石器慧通(北京)科技有限公司 Positioning method applied to automatic driving system and method for constructing three-dimensional map
CN116573017A (en) * 2023-04-19 2023-08-11 长安大学 Urban rail train running clearance foreign matter sensing method, system, device and medium
US20230267593A1 (en) * 2022-02-24 2023-08-24 Kabushiki Kaisha Kobe Seiko Sho (Kobe Steel, Ltd.) Workpiece measurement method, workpiece measurement system, and program

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20220277557A1 (en) * 2020-05-08 2022-09-01 Quanzhou equipment manufacturing research institute Target detection method based on fusion of vision, lidar, and millimeter wave radar
CN111709934A (en) * 2020-06-17 2020-09-25 浙江大学 Injection molding impeller warping defect detection method based on point cloud characteristic comparison
US20230073689A1 (en) * 2020-07-10 2023-03-09 Scoutdi As Inspection Device for Inspecting a Building or Structure
CN114758333A (en) * 2020-12-29 2022-07-15 北京瓦特曼科技有限公司 Method and system for identifying off-hook of ladle lifted by crane of ladle crane
KR20220095468A (en) * 2020-12-30 2022-07-07 주식회사 딥인스펙션 Steel quality inspection system based on xai and large scale deep learning hpc system
CN113204029A (en) * 2021-04-19 2021-08-03 北京科技大学 Hot-rolled plate blank warpage detection device and method
CN113111887A (en) * 2021-04-26 2021-07-13 河海大学常州校区 Semantic segmentation method and system based on information fusion of camera and laser radar
US20230267593A1 (en) * 2022-02-24 2023-08-24 Kabushiki Kaisha Kobe Seiko Sho (Kobe Steel, Ltd.) Workpiece measurement method, workpiece measurement system, and program
US11403860B1 (en) * 2022-04-06 2022-08-02 Ecotron Corporation Multi-sensor object detection fusion system and method using point cloud projection
CN115330734A (en) * 2022-08-18 2022-11-11 南京邮电大学 Automatic robot repair welding system based on three-dimensional target detection and point cloud defect completion
CN115877400A (en) * 2022-11-23 2023-03-31 太原理工大学 Tunnel roof support steel belt drilling positioning method based on radar and vision fusion
CN115731545A (en) * 2022-12-06 2023-03-03 国网江苏省电力有限公司 Cable tunnel inspection method and device based on fusion perception
CN116520302A (en) * 2023-01-31 2023-08-01 新石器慧通(北京)科技有限公司 Positioning method applied to automatic driving system and method for constructing three-dimensional map
CN116466355A (en) * 2023-03-23 2023-07-21 浙江吉利控股集团有限公司 Point cloud target detection method and device and computer readable storage medium
CN116573017A (en) * 2023-04-19 2023-08-11 长安大学 Urban rail train running clearance foreign matter sensing method, system, device and medium

Non-Patent Citations (7)

* Cited by examiner, † Cited by third party
Title
CHANG ZHAO ET AL.: "Steel Plate Surface Defect Recognition Method Based on Depth Information", 《2019 IEEE 8TH DATA DRIVEN CONTROL AND LEARNING SYSTEMS CONFERENCE (DDCLS)》, pages 322 - 327 *
LEI SU ET AL.: "Development and application of substation intelligent inspection robot supporting deep learning accelerating", 《JOURNAL OF PHYSICS: CONFERENCE SERIES》, vol. 1754, pages 1 - 8 *
刘智锋: "钢坯表面缺陷标注机器人控制系统设计与实现", 《万方数据》, pages 1 - 62 *
刘璐宾等: "基于激光雷达的地铁隧道侵限检测方法", 《机械工程与自动化》, no. 3, pages 16 - 18 *
杨雷;刘如飞;卢秀山;马新江;: "一种车载激光扫描点云中路面坑槽自动提取方法", 《测绘工程》, vol. 29, no. 1, pages 66 - 71 *
邢维聪: "基于图像和激光点云的桥梁混凝土表面缺陷检测方法研究", 《万方数据》, pages 1 - 82 *
陈科羽等: "无人机载多载荷输电线路巡检方法研究", 《电力大数据》, vol. 23, no. 2, pages 80 - 86 *

Also Published As

Publication number Publication date
CN117218123B (en) 2024-02-02

Similar Documents

Publication Publication Date Title
CN113345019B (en) Method, equipment and medium for measuring potential hazards of transmission line channel target
WO2018028103A1 (en) Unmanned aerial vehicle power line inspection method based on characteristics of human vision
US8731241B2 (en) Activity mapping system
CN111798407B (en) Electrified equipment fault diagnosis method based on neural network model
CN112686938B (en) Power transmission line clear distance calculation and safety alarm method based on binocular image ranging
CN111412842B (en) Method, device and system for measuring cross-sectional dimension of wall surface
CN114255405A (en) Hidden danger target identification method and device
CN112926483A (en) Standard cabinet state indicator lamp identification monitoring method, device and system
CN115294145A (en) Method and system for measuring sag of power transmission line
CN114660612A (en) Transformer substation outdoor operation area protection method and system based on multi-line laser radar
CN113093746A (en) Working machine environment sensing method, device and system and working machine
CN116704377A (en) Non-inductive personnel positioning method and system based on digital twin model
CN116667531A (en) Acousto-optic-electric collaborative inspection method and device based on digital twin transformer substation
CN117492026A (en) Railway wagon loading state detection method and system combined with laser radar scanning
US20200388017A1 (en) System, apparatus and method for facilitating inspection of a target object
CN114511608A (en) Method, device, terminal, imaging system and medium for acquiring depth image
CN117218123B (en) Cold-rolled strip steel wire flying equipment fault detection method and system based on point cloud
CN115932885A (en) Overhead transmission line channel cross-over real-time dynamic monitoring method
CN116758006A (en) Scaffold quality detection method and device
CN115861443A (en) Multi-camera internal reference calibration method and device, electronic equipment and storage medium
CN116147842A (en) Gas leakage detection method and device, equipment and storage medium
CN112686162B (en) Method, device, equipment and storage medium for detecting clean state of warehouse environment
CN111583336A (en) Robot and inspection method and device thereof
CN114092857A (en) Gateway-based collection card image acquisition method, system, equipment and storage medium
CN114112972A (en) Closed space SF6Gas leakage infrared remote measuring device and imaging positioning method thereof

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