WO2021142996A1 - Point cloud denoising method, system, and device employing image segmentation, and storage medium - Google Patents

Point cloud denoising method, system, and device employing image segmentation, and storage medium Download PDF

Info

Publication number
WO2021142996A1
WO2021142996A1 PCT/CN2020/091751 CN2020091751W WO2021142996A1 WO 2021142996 A1 WO2021142996 A1 WO 2021142996A1 CN 2020091751 W CN2020091751 W CN 2020091751W WO 2021142996 A1 WO2021142996 A1 WO 2021142996A1
Authority
WO
WIPO (PCT)
Prior art keywords
area
point
point cloud
noise
determined
Prior art date
Application number
PCT/CN2020/091751
Other languages
French (fr)
Chinese (zh)
Other versions
WO2021142996A9 (en
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 五邑大学
Publication of WO2021142996A1 publication Critical patent/WO2021142996A1/en
Publication of WO2021142996A9 publication Critical patent/WO2021142996A9/en

Links

Images

Classifications

    • G06T5/70
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/11Region-based segmentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/80Analysis of captured images to determine intrinsic or extrinsic camera parameters, i.e. camera calibration
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10028Range image; Depth image; 3D point clouds
    • 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
    • Y02ATECHNOLOGIES FOR ADAPTATION TO CLIMATE CHANGE
    • Y02A90/00Technologies having an indirect contribution to adaptation to climate change
    • Y02A90/10Information and communication technologies [ICT] supporting adaptation to climate change, e.g. for weather forecasting or climate simulation

Definitions

  • the invention relates to the technical field of three-dimensional measurement, in particular to a point cloud denoising method, system, device and storage medium based on image segmentation.
  • the purpose of the present invention is to provide a point cloud denoising method, system, device and storage medium based on image segmentation, no matter what kind of noise point cloud exists, it can be filtered out, and based on the image
  • the processing avoids the complexity of calculation in the three-dimensional space, and the method is simple and reliable, and is suitable for any point cloud noise removal using absolute phase for three-dimensional reconstruction.
  • an embodiment of the present invention proposes a point cloud denoising method based on image segmentation, including:
  • the image segmentation method of region growth is used to perform image segmentation on the point cloud mapping image until all regions are segmented, and the larger region is defined as the reference region, and the other regions are defined as the pending region, and then it is judged whether the pending region is noise area;
  • the to-be-determined area is divided into the internal and external conditions of the reference area and processed separately;
  • the noise area is the noise area, and the noise point cloud is removed by deleting the location of the noise area.
  • the one-to-one correspondence between the Z value of the three-dimensional point after the three-dimensional reconstruction and the absolute phase map to obtain a point cloud mapping image includes: using the absolute phase map and the internal and external parameters calibrated by the camera and the projector to perform the three-dimensional point cloud Reconstruction, the Z coordinate in the three-dimensional point (X, Y, Z) reconstructed in three dimensions is one-to-one correspondence with the two-dimensional point (u, v) of the absolute phase map to construct a point cloud mapping image, a point cloud mapping image
  • the pixel value of each pixel point (u, v) in the plane is the value of the three-dimensional point Z.
  • the image segmentation method using region growth cyclically performs image segmentation on the point cloud mapping image until all regions are segmented, and a larger region is defined as a reference region, and other regions are defined as pending regions, and then the determination is pending Whether the area is a noisy area includes: using the image segmentation method of area growth, randomly selecting the initial point to segment the point cloud mapping image to obtain an area, deleting an area obtained by segmentation in the point cloud mapping image, and continuing to randomly select the initial point-to-point cloud mapping image Perform segmentation and repeat the loop until all areas are segmented. The area with the smaller segmentation area is judged as a noise area, the area with the smaller segmentation area is deleted, and the larger segmentation area is judged as the reference area of the noise-free point cloud. The other divided areas are determined as pending areas.
  • dividing the pending area into the internal and external conditions of the reference area for processing respectively includes: filling the reference area with holes, and marking the pixel coordinates of the reference area after the holes are filled Point (u, v), use the k-nearest neighbor algorithm to calculate the nearest neighbor of any pixel coordinate point (u, v) of the to-be-determined area and all the pixel coordinate points (u, v) of the reference area after filling the hole, if the nearest If the distance between neighboring points is 0, it means the area to be determined is in the reference area and recorded as an internal area; if the distance between the nearest neighbors is greater than 0, it means the area to be determined is outside the reference area and recorded as an external area.
  • the distance between any point in the to-be-determined area and any nearest neighbor point in the reference area is calculated, and in the external case, the distance between any point on the contour of the to-be-determined area and any nearest neighbor point on the contour of the reference area is calculated.
  • the larger distance is the noise area.
  • Removing the noise point cloud by deleting the location of the noise area includes: when the area to be determined is in the reference area, that is, the internal area, using the k-nearest neighbor algorithm to calculate any pixel of the area to be determined ( u,v) and the N neighbors of all pixels (u,v) in the reference area after the hole is filled, calculate the Z value corresponding to any pixel (u,v) in the to-be-determined area and any selected pixel ( u,v) The corresponding Euclidean distance of the Z value is greater than the set threshold, indicating that it is a noise point cloud, delete this pending area; when the pending area is outside the reference area, that is, the external area, calculate the reference area and the pending area respectively
  • the pixel coordinate point (u, v) of the contour point using the k-nearest neighbor algorithm to calculate one of all the pixel coordinate points (u, v) on the contour of the to-be-determined area and all the pixel coordinate points (u, v) on the contour
  • an embodiment of the present invention also proposes a point cloud denoising system based on image segmentation, including:
  • mapping module Constructing a mapping module to perform a one-to-one correspondence between the Z value of the three-dimensional reconstructed three-dimensional point and the absolute phase map to obtain a point cloud mapping image
  • the image segmentation module is used to perform image segmentation on the point cloud mapping image by using the image segmentation method of region growth until all regions are segmented, and the larger region is defined as the reference region, and the other regions are defined as pending regions, and then Determine whether the area to be determined is a noise area;
  • the area division module is used to divide the area to be determined into the internal and external conditions of the reference area by calculating the relationship between the area to be determined and the reference area for processing;
  • the noise removal module is used to calculate the distance between any point in the to-be-determined area and any nearest neighbor point in the reference area when it is located in the interior, and to calculate any point on the contour of the to-be-determined area and any nearest neighbor point on the contour of the reference area in the external case The larger the distance is the noise area, and the noise point cloud is removed by deleting the location of the noise area.
  • an embodiment of the present invention also proposes a point cloud denoising device based on image segmentation, including:
  • At least one processor and,
  • a memory communicatively connected with the at least one processor; wherein,
  • the memory stores instructions executable by the at least one processor, and the instructions are executed by the at least one processor, so that the at least one processor can execute the method according to the first aspect of the present invention.
  • the embodiment of the present invention also provides a computer-readable storage medium, the computer-readable storage medium stores computer-executable instructions, and the computer-executable instructions are used to make a computer execute the first aspect of the present invention. The method described.
  • the present invention provides a point cloud denoising method, system, device, and storage medium based on image segmentation.
  • a one-to-one correspondence between the Z value of the three-dimensional point and the absolute phase map is performed to obtain a point cloud mapping image.
  • the image segmentation method of region growing is used to segment the point cloud mapping image until all regions are segmented.
  • a larger area as a reference area, define other areas as a pending area, and then determine whether the pending area is a noise area.
  • the to-be-determined area is divided into the internal and external conditions of the reference area and processed separately.
  • the distance between any point in the to-be-determined area and any nearest neighbor in the reference area is calculated.
  • the distance between any point on the contour of the to-be-determined area and any nearest neighbor on the contour of the reference area is calculated.
  • the larger distance is the noise area, and the noise point cloud is removed by deleting the position of the noise area.
  • This method effectively removes all the noise point clouds on the point cloud, whether it is outliers, scattered points, large noise points floating near the subject, etc., can be removed one by one, and this method is based on the image.
  • the processing avoids the complexity of three-dimensional point calculation, and the method is simple and reliable, and is suitable for any point cloud noise removal using absolute phase for three-dimensional reconstruction.
  • Figure 1 is a schematic flow chart of a point cloud denoising method based on image segmentation in the first embodiment of the present invention
  • Figure 2 is a schematic structural diagram of a point cloud denoising system based on image segmentation in a second embodiment of the present invention
  • Fig. 3 is a schematic structural diagram of a point cloud denoising device based on image segmentation in a third embodiment of the present invention.
  • the first embodiment of the present invention provides a point cloud denoising method based on image segmentation, including but not limited to the following steps:
  • S200 Perform image segmentation on the point cloud mapping image by using the region growing image segmentation method until all regions are segmented, and define a larger region as a reference region, define other regions as a pending region, and then determine whether the pending region is Is a noisy area;
  • S400 Calculate the distance between any point in the to-be-determined area and any nearest neighbor point in the reference area for the internal case, and calculate the distance between any point on the contour of the to-be-determined area and any nearest neighbor point on the contour of the reference area for the external case. The larger is the noise area, and the noise point cloud is removed by deleting the location of the noise area.
  • the absolute phase map and the internal and external parameters calibrated by the camera and the projector are used to reconstruct the three-dimensional point cloud. Since the three-dimensional point is reconstructed according to each point of the absolute phase map in the image plane, each point of the absolute phase map in the image plane has a one-to-one correspondence with the reconstructed three-dimensional point.
  • the initial point is randomly selected to segment the point cloud mapping image to obtain a region.
  • the area with the smaller segmentation area is judged as a noise area, and the area with the smaller segmentation area is deleted.
  • the larger segmented area is determined as the reference area of the noise-free point cloud, and the other segmented areas are determined as the pending area, that is, it may be a noise point cloud area or a noise-free point cloud area.
  • the k-nearest neighbor algorithm uses the k-nearest neighbor algorithm to calculate the nearest neighbor of any pixel coordinate point (u, v) in the area to be determined and all the pixel coordinate points (u, v) in the reference area after filling the hole. If the distance between the nearest neighbor points is 0, It means that the area to be determined is in the reference area and is recorded as an internal area; if the distance between the nearest neighbors is greater than 0, it means that the area to be determined is outside the reference area and recorded as an external area.
  • the k-nearest neighbor algorithm is used to calculate any pixel (u, v) of the area to be determined and all pixels (u, v) of the reference area after filling the hole.
  • Neighbor points (Note: N is the number of pixels in the area to be determined plus one, because the area to be determined is in the reference area after the hole is filled.
  • the last point is also a point in the reference area
  • the pixel coordinate points (u, v) of the contour points of the reference area and the area to be determined are calculated respectively.
  • the point cloud denoising method based on image segmentation has the advantage that: firstly, a point cloud is obtained by one-to-one correspondence between the Z value of the three-dimensional point after three-dimensional reconstruction and the absolute phase map. Map the image. Then the image segmentation method of region growing is used to segment the point cloud mapping image until all regions are segmented. Define a larger area as a reference area, define other areas as a pending area, and then determine whether the pending area is a noise area. By calculating the relationship between the to-be-determined area and the reference area, the to-be-determined area is divided into the internal and external conditions of the reference area and processed separately.
  • the distance between any point in the to-be-determined area and any nearest neighbor in the reference area is calculated.
  • the distance between any point on the contour of the to-be-determined area and any nearest neighbor on the contour of the reference area is calculated.
  • the larger distance is the noise area, and the noise point cloud is removed by deleting the position of the noise area.
  • This method effectively removes all the noise point clouds on the point cloud, whether it is outliers, scattered points, large noise points floating near the subject, etc., can be removed one by one, and this method is based on the image.
  • the processing avoids the complexity of three-dimensional point calculation, and the method is simple and reliable, and is suitable for any point cloud noise removal using absolute phase for three-dimensional reconstruction.
  • the second embodiment of the present invention provides a point cloud denoising system based on image segmentation, including:
  • mapping module 110 for performing one-to-one correspondence between the Z value of the three-dimensional reconstructed three-dimensional point and the absolute phase map to obtain a point cloud mapping image
  • the image segmentation module 120 is configured to perform image segmentation on the point cloud mapping image by using the image segmentation method of region growth until all regions are segmented, and define a larger region as a reference region, and define other regions as pending regions, Then determine whether the area to be determined is a noise area;
  • the area division module 130 is configured to divide the area to be determined into the internal and external conditions of the reference area by calculating the relationship between the area to be determined and the reference area for processing respectively;
  • the noise removal module 140 is used to calculate the distance between any point in the to-be-determined area and any nearest neighbor in the reference area when it is located in the interior, and to calculate the distance between any point on the contour of the to-be-determined area and any nearest neighbor on the contour of the reference area in the external case The distance between the points, the larger the distance is the noise area, and the noise point cloud is removed by deleting the location of the noise area.
  • the point cloud denoising system based on image segmentation in this embodiment is based on the same inventive concept as the point cloud denoising method based on image segmentation in the first embodiment. Therefore, the point cloud denoising system based on image segmentation in this embodiment is
  • the noise system has the same beneficial effects: firstly, a point cloud mapping image is obtained by one-to-one correspondence between the Z value of the three-dimensional point after the three-dimensional reconstruction and the absolute phase map. Then the image segmentation method of region growing is used to segment the point cloud mapping image until all regions are segmented. Define a larger area as a reference area, define other areas as a pending area, and then determine whether the pending area is a noise area.
  • the to-be-determined area is divided into the internal and external conditions of the reference area and processed separately.
  • the distance between any point in the to-be-determined area and any nearest neighbor in the reference area is calculated
  • the distance between any point on the contour of the to-be-determined area and any nearest neighbor on the contour of the reference area is calculated.
  • the larger distance is the noise area, and the noise point cloud is removed by deleting the position of the noise area.
  • This method effectively removes all the noise point clouds on the point cloud, whether it is outliers, scattered points, large noise points floating near the subject, etc., can be removed one by one, and the system is based on the image.
  • the processing avoids the complexity of three-dimensional point calculation, and the system is simple and reliable, and is suitable for any point cloud noise removal using absolute phase for three-dimensional reconstruction.
  • the third embodiment of the present invention also provides a point cloud denoising device based on image segmentation, including:
  • At least one processor At least one processor
  • the memory stores instructions that can be executed by the at least one processor, and the instructions are executed by the at least one processor, so that the at least one processor can execute any one of the instructions in the first embodiment.
  • a point cloud denoising method based on image segmentation.
  • the memory can be used to store non-transitory software programs, non-transitory computer-executable programs and modules, such as program instructions/modules corresponding to the virtual image control method in the embodiment of the present invention .
  • the processor executes various functional applications and data processing of the stereo imaging processing device by running non-transitory software programs, instructions, and modules stored in the memory, that is, to realize the point cloud removal based on image segmentation in any of the above-mentioned method embodiments. Noise method.
  • the memory may include a storage program area and a storage data area, where the storage program area can store an operating system and an application program required by at least one function; the storage data area can store data created according to the use of the stereo imaging processing device, and the like.
  • the memory may include a high-speed random access memory, and may also include a non-transitory memory, such as at least one magnetic disk storage device, a flash memory device, or other non-transitory solid-state storage devices.
  • the memory may optionally include a memory remotely provided with respect to the processor, and these remote memories may be connected to the stereoscopic projection apparatus via a network. Examples of the aforementioned networks include, but are not limited to, the Internet, corporate intranets, local area networks, mobile communication networks, and combinations thereof.
  • the one or more modules are stored in the memory, and when executed by the one or more processors, the point cloud denoising method based on image segmentation in any of the foregoing method embodiments is executed, for example, the first embodiment The method steps S100 to S400 in.
  • the fourth embodiment of the present invention also provides a computer-readable storage medium that stores computer-executable instructions that are executed by one or more control processors to enable the foregoing One or more processors execute a point cloud denoising method based on image segmentation in the foregoing method embodiments, for example, the method steps S100 to S400 in the first embodiment.
  • the device embodiments described above are merely illustrative, and the units described as separate components may or may not be physically separated, that is, they may be located in one place, or they may be distributed on multiple network units. Some or all of the modules can be selected according to actual needs to achieve the objectives of the solutions of the embodiments.
  • each implementation manner can be implemented by means of software plus a general hardware platform, and of course, it can also be implemented by hardware.
  • a person of ordinary skill in the art can understand that all or part of the processes in the methods of the foregoing embodiments can be implemented by instructing relevant hardware through a computer program.
  • the program can be stored in a computer readable storage medium, and the program can be stored in a computer readable storage medium. When executed, it may include the procedures of the above-mentioned method embodiments.
  • the storage medium may be a magnetic disk, an optical disc, a read-only memory (Read-Only Memory, ROM), or a random access memory (Random Access Memory, RAM), etc.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Image Processing (AREA)
  • Image Analysis (AREA)

Abstract

Disclosed are a point cloud denoising method, system, and device employing image segmentation, and a storage medium. The method can effectively remove all noise point clouds from a point cloud, enabling the noise point clouds to be removed one by one whether they are outliers, scattered points, or a large number of noise points suspended near a main body. In addition, the method employs image processing, and thus avoids the complexity of three-dimensional point computation. The method is simple and reliable, and can be used to remove noise from a 3D reconstructed point cloud by using absolute phase in an arbitrary manner.

Description

基于图像分割的点云去噪方法、系统、装置和存储介质Point cloud denoising method, system, device and storage medium based on image segmentation 技术领域Technical field
本发明涉及三维测量技术领域,尤其是一种基于图像分割的点云去噪方法、系统、装置和存储介质。The invention relates to the technical field of three-dimensional measurement, in particular to a point cloud denoising method, system, device and storage medium based on image segmentation.
背景技术Background technique
随着计算机科学的迅速发展和现代精密仪器的出现,点云模型的获取变得越来越容易,在城市建模、计算机图形学、地形测绘、文物保护、逆向工程等领域都有着广泛的应用。由于在三维扫描过程会受到仪器精度、环境噪声、被测物体结构自身的影响等情况,不可避免产生噪声点云,影响了三维重建的精度。目前大多数的点云去噪方法无法适应存在各种噪声点云的情况,并且大都是在三维空间中计算点云的特性来对噪声点云去除,但点云的坐标精度高而且需要计算三个坐标的值,存在计算复杂、计算量大的缺点。With the rapid development of computer science and the emergence of modern precision instruments, the acquisition of point cloud models has become easier and easier, and it has been widely used in urban modeling, computer graphics, topographic surveying and mapping, cultural relics protection, reverse engineering and other fields. . As the 3D scanning process will be affected by instrument accuracy, environmental noise, and the structure of the measured object itself, noise point clouds will inevitably be generated, which affects the accuracy of 3D reconstruction. At present, most point cloud denoising methods cannot adapt to the existence of various noisy point clouds, and most of them calculate the characteristics of point clouds in three-dimensional space to remove the noise point clouds, but the coordinate accuracy of the point clouds is high and three calculations are required. The value of each coordinate has the disadvantages of complicated calculation and large amount of calculation.
发明内容Summary of the invention
为解决上述问题,本发明的目的在于提供一种基于图像分割的点云去噪方法、系统、装置和存储介质,无论存在何种噪声点云,都能够对其进行滤除,并且基于图像进行处理,避免了在三维空间中计算的复杂度,方法简单可靠,适用于任意的利用绝对相位进行三维重构的点云噪声的去除。In order to solve the above problems, the purpose of the present invention is to provide a point cloud denoising method, system, device and storage medium based on image segmentation, no matter what kind of noise point cloud exists, it can be filtered out, and based on the image The processing avoids the complexity of calculation in the three-dimensional space, and the method is simple and reliable, and is suitable for any point cloud noise removal using absolute phase for three-dimensional reconstruction.
本发明解决其问题所采用的技术方案是:The technical solutions adopted by the present invention to solve its problems are:
第一方面,本发明实施例提出了一种基于图像分割的点云去噪方法,包括:In the first aspect, an embodiment of the present invention proposes a point cloud denoising method based on image segmentation, including:
根据三维重构后的三维点的Z值与绝对相位图进行一一对应,得到一个点云映射图像;According to the one-to-one correspondence between the Z value of the three-dimensional point after three-dimensional reconstruction and the absolute phase map, a point cloud mapping image is obtained;
利用区域生长的图像分割方法循环对点云映射图像进行图像分割,直到所有区域都被分割完毕,并定义较大的区域为参考区域,将其它区域定义为待定区域,然后判断待定区域是否为噪声区域;The image segmentation method of region growth is used to perform image segmentation on the point cloud mapping image until all regions are segmented, and the larger region is defined as the reference region, and the other regions are defined as the pending region, and then it is judged whether the pending region is noise area;
通过计算待定区域和参考区域之间的关系,将待定区域分为参考区域的内部和外部情况分别进行处理;By calculating the relationship between the to-be-determined area and the reference area, the to-be-determined area is divided into the internal and external conditions of the reference area and processed separately;
位于内部情况则计算待定区域的任意一点和参考区域任意一最近邻点的距离,位于外部情况则计算待定区域轮廓上的任意一点和参考区域轮廓上的任意一最近邻点的距离,距离较大的则为噪声区域,通过删除噪声区域所在的位置去除噪声点云。In the internal case, calculate the distance between any point in the to-be-determined area and any nearest neighbor point in the reference area, and in the external case, calculate the distance between any point on the contour of the to-be-determined area and any nearest neighbor point on the contour of the reference area, the distance is larger The noise area is the noise area, and the noise point cloud is removed by deleting the location of the noise area.
进一步,所述根据三维重构后的三维点的Z值与绝对相位图进行一一对应,得到一个点云映射图像包括:利用绝对相位图和相机、投影机标定的内外参数进行三维点云的重构,将三维重构出的三维点(X,Y,Z)中的Z坐标与绝对相位图的二维点(u,v)一一对应起来,构建点云映射图像,点云映射图像平面内的每一个像素点(u,v)的像素值为三维点Z的值。Further, the one-to-one correspondence between the Z value of the three-dimensional point after the three-dimensional reconstruction and the absolute phase map to obtain a point cloud mapping image includes: using the absolute phase map and the internal and external parameters calibrated by the camera and the projector to perform the three-dimensional point cloud Reconstruction, the Z coordinate in the three-dimensional point (X, Y, Z) reconstructed in three dimensions is one-to-one correspondence with the two-dimensional point (u, v) of the absolute phase map to construct a point cloud mapping image, a point cloud mapping image The pixel value of each pixel point (u, v) in the plane is the value of the three-dimensional point Z.
进一步,所述利用区域生长的图像分割方法循环对点云映射图像进行图像分割,直到所有区域都被分割完毕,并定义较大的区域为参 考区域,将其它区域定义为待定区域,然后判断待定区域是否为噪声区域包括:利用区域生长的图像分割方法,随机选定初始点对点云映射图像进行分割得到一个区域,删除点云映射图像中分割得到的一个区域,继续随机选定初始点对点云映射图像进行分割,循环反复直到所有的区域都被分割完毕,将分割区域较小的区域判定为噪声区域,删除分割区域较小的区域,将较大的分割区域判定为无噪声点云的参考区域,其它的分割区域判定为待定区域。Further, the image segmentation method using region growth cyclically performs image segmentation on the point cloud mapping image until all regions are segmented, and a larger region is defined as a reference region, and other regions are defined as pending regions, and then the determination is pending Whether the area is a noisy area includes: using the image segmentation method of area growth, randomly selecting the initial point to segment the point cloud mapping image to obtain an area, deleting an area obtained by segmentation in the point cloud mapping image, and continuing to randomly select the initial point-to-point cloud mapping image Perform segmentation and repeat the loop until all areas are segmented. The area with the smaller segmentation area is judged as a noise area, the area with the smaller segmentation area is deleted, and the larger segmentation area is judged as the reference area of the noise-free point cloud. The other divided areas are determined as pending areas.
进一步,所述通过计算待定区域和参考区域之间的关系,将待定区域分为参考区域的内部和外部情况分别进行处理包括:对参考区域进行孔洞填充,标记孔洞填充后的参考区域的像素坐标点(u,v),利用k近邻算法计算待定区域的任意一像素坐标点(u,v)与填充孔洞后的参考区域的所有的像素坐标点(u,v)的一个最近邻,若最近邻点的距离为0,说明待定区域处于参考区域内,记录为内部区域情况;若最近邻点的距离大于0,说明待定区域处于参考区域外,记录为外部区域情况。Further, by calculating the relationship between the pending area and the reference area, dividing the pending area into the internal and external conditions of the reference area for processing respectively includes: filling the reference area with holes, and marking the pixel coordinates of the reference area after the holes are filled Point (u, v), use the k-nearest neighbor algorithm to calculate the nearest neighbor of any pixel coordinate point (u, v) of the to-be-determined area and all the pixel coordinate points (u, v) of the reference area after filling the hole, if the nearest If the distance between neighboring points is 0, it means the area to be determined is in the reference area and recorded as an internal area; if the distance between the nearest neighbors is greater than 0, it means the area to be determined is outside the reference area and recorded as an external area.
进一步,所述位于内部情况则计算待定区域的任意一点和参考区域任意一最近邻点的距离,位于外部情况则计算待定区域轮廓上的任意一点和参考区域轮廓上的任意一最近邻点的距离,距离较大的则为噪声区域,通过删除噪声区域所在的位置去除噪声点云包括:当待定区域处于参考区域内,即内部区域情况时,利用k近邻算法计算待定区域的任意一像素点(u,v)与填充孔洞后的参考区域的所有像素点 (u,v)的N个近邻点,计算待定区域任意一像素点(u,v)对应的Z值和选取的任意一像素点(u,v)对应的Z值的欧式距离大小,大于设定阈值说明为噪声点云,删除此待定区域;当待定区域处于参考区域外,即外部区域情况时,分别计算参考区域和待定区域的轮廓点的像素坐标点(u,v),利用k近邻算法计算待定区域的轮廓上的所有像素坐标点(u,v)与参考区域的轮廓上的所有像素坐标点(u,v)的一个最近邻,根据找到的最近邻点的距离,选取出与待定区域轮廓上像素点最近的参考区域轮廓上像素点,计算选取出的待定区域轮廓上像素点(u,v)对应的Z值和参考区域轮廓上像素点(u,v)对应的Z值的欧式距离大小,大于设定阈值说明为噪声点云,删除此待定区域;利用删除噪声待定区域后的点云映射图像对绝对相位图点乘得到无噪声点云的绝对相位图,最后利用绝对相位图和相机、投影机标定的内外参数进行三维点云的重构得到无噪声的三维立体点云。Further, in the internal case, the distance between any point in the to-be-determined area and any nearest neighbor point in the reference area is calculated, and in the external case, the distance between any point on the contour of the to-be-determined area and any nearest neighbor point on the contour of the reference area is calculated. , The larger distance is the noise area. Removing the noise point cloud by deleting the location of the noise area includes: when the area to be determined is in the reference area, that is, the internal area, using the k-nearest neighbor algorithm to calculate any pixel of the area to be determined ( u,v) and the N neighbors of all pixels (u,v) in the reference area after the hole is filled, calculate the Z value corresponding to any pixel (u,v) in the to-be-determined area and any selected pixel ( u,v) The corresponding Euclidean distance of the Z value is greater than the set threshold, indicating that it is a noise point cloud, delete this pending area; when the pending area is outside the reference area, that is, the external area, calculate the reference area and the pending area respectively The pixel coordinate point (u, v) of the contour point, using the k-nearest neighbor algorithm to calculate one of all the pixel coordinate points (u, v) on the contour of the to-be-determined area and all the pixel coordinate points (u, v) on the contour of the reference area Nearest neighbor, according to the distance of the found nearest neighbor, select the pixel on the contour of the reference area that is closest to the pixel on the contour of the to-be-determined area, and calculate the Z value corresponding to the pixel point (u, v) on the selected contour of the to-be-determined area and The Euclidean distance of the Z value corresponding to the pixel point (u, v) on the contour of the reference area is greater than the set threshold, indicating that it is a noise point cloud, delete this pending area; use the point cloud mapping image after the noise pending area is deleted to the absolute phase map Dot multiplication obtains the absolute phase map of the noise-free point cloud, and finally uses the absolute phase map and the internal and external parameters calibrated by the camera and projector to reconstruct the three-dimensional point cloud to obtain a noise-free three-dimensional point cloud.
第二方面,本发明实施例还提出了一种基于图像分割的点云去噪系统,包括:In the second aspect, an embodiment of the present invention also proposes a point cloud denoising system based on image segmentation, including:
构建映射模块,用于根据三维重构后的三维点的Z值与绝对相位图进行一一对应,得到一个点云映射图像;Constructing a mapping module to perform a one-to-one correspondence between the Z value of the three-dimensional reconstructed three-dimensional point and the absolute phase map to obtain a point cloud mapping image;
图像分割模块,用于利用区域生长的图像分割方法循环对点云映射图像进行图像分割,直到所有区域都被分割完毕,并定义较大的区域为参考区域,将其它区域定义为待定区域,然后判断待定区域是否为噪声区域;The image segmentation module is used to perform image segmentation on the point cloud mapping image by using the image segmentation method of region growth until all regions are segmented, and the larger region is defined as the reference region, and the other regions are defined as pending regions, and then Determine whether the area to be determined is a noise area;
区域划分模块,用于通过计算待定区域和参考区域之间的关系,将待定区域分为参考区域的内部和外部情况分别进行处理;The area division module is used to divide the area to be determined into the internal and external conditions of the reference area by calculating the relationship between the area to be determined and the reference area for processing;
去除噪声模块,用于位于内部情况则计算待定区域的任意一点和参考区域任意一最近邻点的距离,位于外部情况则计算待定区域轮廓上的任意一点和参考区域轮廓上的任意一最近邻点的距离,距离较大的则为噪声区域,通过删除噪声区域所在的位置去除噪声点云。The noise removal module is used to calculate the distance between any point in the to-be-determined area and any nearest neighbor point in the reference area when it is located in the interior, and to calculate any point on the contour of the to-be-determined area and any nearest neighbor point on the contour of the reference area in the external case The larger the distance is the noise area, and the noise point cloud is removed by deleting the location of the noise area.
第三方面,本发明实施例还提出了一种基于图像分割的点云去噪装置,包括:In the third aspect, an embodiment of the present invention also proposes a point cloud denoising device based on image segmentation, including:
至少一个处理器;以及,At least one processor; and,
与所述至少一个处理器通信连接的存储器;其中,A memory communicatively connected with the at least one processor; wherein,
所述存储器存储有可被所述至少一个处理器执行的指令,所述指令被所述至少一个处理器执行,以使所述至少一个处理器能够执行本发明第一方面所述的方法。The memory stores instructions executable by the at least one processor, and the instructions are executed by the at least one processor, so that the at least one processor can execute the method according to the first aspect of the present invention.
第四方面,本发明实施例还提出了一种计算机可读存储介质,所述计算机可读存储介质存储有计算机可执行指令,所述计算机可执行指令用于使计算机执行本发明第一方面所述的方法。In the fourth aspect, the embodiment of the present invention also provides a computer-readable storage medium, the computer-readable storage medium stores computer-executable instructions, and the computer-executable instructions are used to make a computer execute the first aspect of the present invention. The method described.
本发明实施例中提供的一个或多个技术方案,至少具有如下有益效果:本发明提供的一种基于图像分割的点云去噪方法、系统、装置和存储介质,首先根据三维重构后的三维点的Z值与绝对相位图进行一一对应,得到一个点云映射图像。然后利用区域生长的图像分割方法循环对点云映射图像进行图像分割,直到所有区域都被分割完毕。 定义较大的区域为参考区域,将其它区域定义为待定区域,然后判断待定区域是否为噪声区域。通过计算待定区域和参考区域之间的关系,将待定区域分为参考区域的内部和外部情况分别进行处理,位于内部情况则计算待定区域的任意一点和参考区域任意一最近邻点的距离,位于外部情况则计算待定区域轮廓上的任意一点和参考区域轮廓上的任意一最近邻点的距离,距离较大的则为噪声区域,删除噪声区域所在的位置即去除了噪声点云。该方法有效去除了点云上的所有噪声点云,无论是离群点、散乱点、悬浮在主体附近的大片噪声点等等情况,都能被一一去除,并且本方法是基于图像上进行处理,避免了三维点计算的复杂性,且方法简单可靠,适用于任意的利用绝对相位进行三维重构的点云噪声的去除。One or more technical solutions provided in the embodiments of the present invention have at least the following beneficial effects: The present invention provides a point cloud denoising method, system, device, and storage medium based on image segmentation. A one-to-one correspondence between the Z value of the three-dimensional point and the absolute phase map is performed to obtain a point cloud mapping image. Then the image segmentation method of region growing is used to segment the point cloud mapping image until all regions are segmented. Define a larger area as a reference area, define other areas as a pending area, and then determine whether the pending area is a noise area. By calculating the relationship between the to-be-determined area and the reference area, the to-be-determined area is divided into the internal and external conditions of the reference area and processed separately. For the internal case, the distance between any point in the to-be-determined area and any nearest neighbor in the reference area is calculated, In the external case, the distance between any point on the contour of the to-be-determined area and any nearest neighbor on the contour of the reference area is calculated. The larger distance is the noise area, and the noise point cloud is removed by deleting the position of the noise area. This method effectively removes all the noise point clouds on the point cloud, whether it is outliers, scattered points, large noise points floating near the subject, etc., can be removed one by one, and this method is based on the image. The processing avoids the complexity of three-dimensional point calculation, and the method is simple and reliable, and is suitable for any point cloud noise removal using absolute phase for three-dimensional reconstruction.
附图说明Description of the drawings
下面结合附图和实例对本发明作进一步说明。The present invention will be further explained below with reference to the drawings and examples.
图1是本发明第一实施例中基于图像分割的点云去噪方法的流程简图;Figure 1 is a schematic flow chart of a point cloud denoising method based on image segmentation in the first embodiment of the present invention;
图2是本发明第二实施例中基于图像分割的点云去噪系统的结构简图;Figure 2 is a schematic structural diagram of a point cloud denoising system based on image segmentation in a second embodiment of the present invention;
图3是本发明第三实施例中基于图像分割的点云去噪装置的结构简图。Fig. 3 is a schematic structural diagram of a point cloud denoising device based on image segmentation in a third embodiment of the present invention.
具体实施方式Detailed ways
为了使本发明的目的、技术方案及优点更加清楚明白,以下结合 附图及实施例,对本发明进行进一步详细说明。应当理解,此处所描述的具体实施例仅用以解释本发明,并不用于限定本发明。In order to make the objectives, technical solutions, and advantages of the present invention clearer, the following further describes the present invention in detail with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described here are only used to explain the present invention, but not used to limit the present invention.
需要说明的是,如果不冲突,本发明实施例中的各个特征可以相互结合,均在本发明的保护范围之内。另外,虽然在装置示意图中进行了功能模块划分,在流程图中示出了逻辑顺序,但是在某些情况下,可以以不同于装置中的模块划分,或流程图中的顺序执行所示出或描述的步骤。It should be noted that if there is no conflict, the various features in the embodiments of the present invention can be combined with each other, and all fall within the protection scope of the present invention. In addition, although functional modules are divided in the schematic diagram of the device, and the logical sequence is shown in the flowchart, in some cases, the module division in the device may be different from the module division in the device, or the sequence shown in the flowchart may be executed. Or the steps described.
下面结合附图,对本发明实施例作进一步阐述。The embodiments of the present invention will be further described below in conjunction with the accompanying drawings.
如图1所示,本发明的第一实施例提供了一种基于图像分割的点云去噪方法,包括但不限于以下步骤:As shown in Figure 1, the first embodiment of the present invention provides a point cloud denoising method based on image segmentation, including but not limited to the following steps:
S100:根据三维重构后的三维点的Z值与绝对相位图进行一一对应,得到一个点云映射图像;S100: Perform a one-to-one correspondence between the Z value of the three-dimensional point after three-dimensional reconstruction and the absolute phase map to obtain a point cloud mapping image;
S200:利用区域生长的图像分割方法循环对点云映射图像进行图像分割,直到所有区域都被分割完毕,并定义较大的区域为参考区域,将其它区域定义为待定区域,然后判断待定区域是否为噪声区域;S200: Perform image segmentation on the point cloud mapping image by using the region growing image segmentation method until all regions are segmented, and define a larger region as a reference region, define other regions as a pending region, and then determine whether the pending region is Is a noisy area;
S300:通过计算待定区域和参考区域之间的关系,将待定区域分为参考区域的内部和外部情况分别进行处理;S300: By calculating the relationship between the to-be-determined area and the reference area, the to-be-determined area is divided into the internal and external conditions of the reference area and processed separately;
S400:位于内部情况则计算待定区域的任意一点和参考区域任意一最近邻点的距离,位于外部情况则计算待定区域轮廓上的任意一点和参考区域轮廓上的任意一最近邻点的距离,距离较大的则为噪声区域,通过删除噪声区域所在的位置去除噪声点云。S400: Calculate the distance between any point in the to-be-determined area and any nearest neighbor point in the reference area for the internal case, and calculate the distance between any point on the contour of the to-be-determined area and any nearest neighbor point on the contour of the reference area for the external case. The larger is the noise area, and the noise point cloud is removed by deleting the location of the noise area.
具体地,利用绝对相位图和相机、投影机标定的内外参数进行三维点云的重构。由于三维点是根据图像平面内的绝对相位图的每一点重构出来的,所以在图像平面内的绝对相位图的每一个点都与重构出来的三维点有着一一对应的关系。Specifically, the absolute phase map and the internal and external parameters calibrated by the camera and the projector are used to reconstruct the three-dimensional point cloud. Since the three-dimensional point is reconstructed according to each point of the absolute phase map in the image plane, each point of the absolute phase map in the image plane has a one-to-one correspondence with the reconstructed three-dimensional point.
将三维重构出的三维点(X,Y,Z)中的Z坐标与绝对相位图的二维点(u,v)一一对应起来,构建点云映射图像,即点云映射图像平面内的每一个像素点(u,v)的像素值为三维点Z的值,即点云映射图像既包含了绝对相位图的位置信息也包含了三维点Z的信息。One-to-one correspondence between the Z coordinates of the three-dimensional points (X, Y, Z) reconstructed in three dimensions and the two-dimensional points (u, v) of the absolute phase map to construct a point cloud mapping image, that is, the point cloud mapping image plane The pixel value of each pixel point (u, v) of is the value of the three-dimensional point Z, that is, the point cloud mapping image contains both the position information of the absolute phase map and the information of the three-dimensional point Z.
利用区域生长的图像分割方法,随机选定初始点对点云映射图像进行分割得到一个区域。Using the region growing image segmentation method, the initial point is randomly selected to segment the point cloud mapping image to obtain a region.
删除点云映射图像中分割得到的一个区域,继续随机选定初始点对点云映射图像进行分割。循环反复,直到所有的区域都被分割完毕。Delete an area obtained by segmentation in the point cloud mapping image, and continue to randomly select the initial point to segment the point cloud mapping image. The cycle repeats until all areas are divided.
将分割区域较小的区域判定为噪声区域,删除分割区域较小的区域。The area with the smaller segmentation area is judged as a noise area, and the area with the smaller segmentation area is deleted.
将较大的分割区域判定为无噪声点云的参考区域,其它的分割区域判定为待定区域,即可能为噪声点云区域,也可能为无噪声点云区域。The larger segmented area is determined as the reference area of the noise-free point cloud, and the other segmented areas are determined as the pending area, that is, it may be a noise point cloud area or a noise-free point cloud area.
对参考区域进行孔洞填充,标记孔洞填充后的参考区域的像素坐标点(u,v)。这是为了判断待定区域的点是否在参考区域范围内,如果存在孔洞则无法判断,所以要先对参考区域的孔洞进行填充。Fill the reference area with holes, and mark the pixel coordinates (u, v) of the reference area after the holes are filled. This is to judge whether the points in the pending area are within the range of the reference area. If there are holes, it cannot be judged. Therefore, the holes in the reference area must be filled first.
利用k近邻算法计算待定区域的任意一像素坐标点(u,v)与填充 孔洞后的参考区域的所有的像素坐标点(u,v)的一个最近邻,若最近邻点的距离为0,说明待定区域处于参考区域内,记录为内部区域情况;若最近邻点的距离大于0,说明待定区域处于参考区域外,记录为外部区域情况。Use the k-nearest neighbor algorithm to calculate the nearest neighbor of any pixel coordinate point (u, v) in the area to be determined and all the pixel coordinate points (u, v) in the reference area after filling the hole. If the distance between the nearest neighbor points is 0, It means that the area to be determined is in the reference area and is recorded as an internal area; if the distance between the nearest neighbors is greater than 0, it means that the area to be determined is outside the reference area and recorded as an external area.
当待定区域处于参考区域内,即内部区域情况时,利用k近邻算法计算待定区域的任意一像素点(u,v)与填充孔洞后的参考区域的所有像素点(u,v)的N个近邻点(说明:N为待定区域像素点的数量加一,因为待定区域是处于填充孔洞后的参考区域内,为了避免计算的近邻点为自身点,加一保证了即使前面的计算都为自身点,最后一个点也是参考区域内的点),取任意一个距离大于0的像素点(u,v)(排除待定区域自身的像素点所在位置),计算待定区域任意一像素点(u,v)对应的Z值和选取的任意一像素点(u,v)对应的Z值的欧式距离大小,大于设定阈值说明为噪声点云,删除此待定区域。When the area to be determined is in the reference area, that is, the internal area, the k-nearest neighbor algorithm is used to calculate any pixel (u, v) of the area to be determined and all pixels (u, v) of the reference area after filling the hole. Neighbor points (Note: N is the number of pixels in the area to be determined plus one, because the area to be determined is in the reference area after the hole is filled. In order to avoid the calculated neighbor point being its own point, adding one to ensure that even the previous calculations are all for itself Point, the last point is also a point in the reference area), take any pixel point (u, v) with a distance greater than 0 (excluding the location of the pixel point of the pending area itself), and calculate any pixel point (u, v) in the pending area ) The Euclidean distance between the corresponding Z value and the Z value corresponding to any selected pixel (u, v). If it is greater than the set threshold, it is a noise point cloud. Delete this pending area.
当待定区域处于参考区域外,即外部区域情况时,分别计算参考区域和待定区域的轮廓点的像素坐标点(u,v)。When the area to be determined is outside the reference area, that is, in the case of an external area, the pixel coordinate points (u, v) of the contour points of the reference area and the area to be determined are calculated respectively.
利用k近邻算法计算待定区域的轮廓上的所有像素坐标点(u,v)与参考区域的轮廓上的所有像素坐标点(u,v)的一个最近邻,根据找到的最近邻点的距离,选取出与待定区域轮廓上像素点最近的参考区域轮廓上像素点。Use the k-nearest neighbor algorithm to calculate a nearest neighbor of all pixel coordinate points (u, v) on the contour of the to-be-determined area and all pixel coordinate points (u, v) on the contour of the reference area. According to the distance of the nearest neighbors found, Select the pixels on the contour of the reference area that are closest to the pixels on the contour of the area to be determined.
计算选取出的待定区域轮廓上像素点(u,v)对应的Z值和参考区域轮廓上像素点(u,v)对应的Z值的欧式距离大小,大于设定阈值说 明为噪声点云,删除此待定区域。Calculate the Euclidean distance between the Z value corresponding to the pixel point (u, v) on the contour of the selected area to be determined and the Z value corresponding to the pixel point (u, v) on the contour of the reference area. If it is greater than the set threshold, it is a noise point cloud. Delete this pending area.
利用删除噪声待定区域后的点云映射图像对绝对相位图点乘得到无噪声点云的绝对相位图,最后利用绝对相位图和相机、投影机标定的内外参数进行三维点云的重构得到无噪声的三维立体点云。Use the point cloud mapping image after removing the noise to be determined area to multiply the absolute phase map to obtain the absolute phase map of the noise-free point cloud, and finally use the absolute phase map and the internal and external parameters calibrated by the camera and projector to reconstruct the three-dimensional point cloud to obtain 3D point cloud of noise.
综上所述,与现有技术相比,基于图像分割的点云去噪方法的优点在于:首先根据三维重构后的三维点的Z值与绝对相位图进行一一对应,得到一个点云映射图像。然后利用区域生长的图像分割方法循环对点云映射图像进行图像分割,直到所有区域都被分割完毕。定义较大的区域为参考区域,将其它区域定义为待定区域,然后判断待定区域是否为噪声区域。通过计算待定区域和参考区域之间的关系,将待定区域分为参考区域的内部和外部情况分别进行处理,位于内部情况则计算待定区域的任意一点和参考区域任意一最近邻点的距离,位于外部情况则计算待定区域轮廓上的任意一点和参考区域轮廓上的任意一最近邻点的距离,距离较大的则为噪声区域,删除噪声区域所在的位置即去除了噪声点云。该方法有效去除了点云上的所有噪声点云,无论是离群点、散乱点、悬浮在主体附近的大片噪声点等等情况,都能被一一去除,并且本方法是基于图像上进行处理,避免了三维点计算的复杂性,且方法简单可靠,适用于任意的利用绝对相位进行三维重构的点云噪声的去除。In summary, compared with the prior art, the point cloud denoising method based on image segmentation has the advantage that: firstly, a point cloud is obtained by one-to-one correspondence between the Z value of the three-dimensional point after three-dimensional reconstruction and the absolute phase map. Map the image. Then the image segmentation method of region growing is used to segment the point cloud mapping image until all regions are segmented. Define a larger area as a reference area, define other areas as a pending area, and then determine whether the pending area is a noise area. By calculating the relationship between the to-be-determined area and the reference area, the to-be-determined area is divided into the internal and external conditions of the reference area and processed separately. For the internal case, the distance between any point in the to-be-determined area and any nearest neighbor in the reference area is calculated, In the external case, the distance between any point on the contour of the to-be-determined area and any nearest neighbor on the contour of the reference area is calculated. The larger distance is the noise area, and the noise point cloud is removed by deleting the position of the noise area. This method effectively removes all the noise point clouds on the point cloud, whether it is outliers, scattered points, large noise points floating near the subject, etc., can be removed one by one, and this method is based on the image. The processing avoids the complexity of three-dimensional point calculation, and the method is simple and reliable, and is suitable for any point cloud noise removal using absolute phase for three-dimensional reconstruction.
另外,如图2所示,本发明的第二实施例提供了一种基于图像分割的点云去噪系统,包括:In addition, as shown in FIG. 2, the second embodiment of the present invention provides a point cloud denoising system based on image segmentation, including:
构建映射模块110,用于根据三维重构后的三维点的Z值与绝对相位图进行一一对应,得到一个点云映射图像;Constructing a mapping module 110 for performing one-to-one correspondence between the Z value of the three-dimensional reconstructed three-dimensional point and the absolute phase map to obtain a point cloud mapping image;
图像分割模块120,用于利用区域生长的图像分割方法循环对点云映射图像进行图像分割,直到所有区域都被分割完毕,并定义较大的区域为参考区域,将其它区域定义为待定区域,然后判断待定区域是否为噪声区域;The image segmentation module 120 is configured to perform image segmentation on the point cloud mapping image by using the image segmentation method of region growth until all regions are segmented, and define a larger region as a reference region, and define other regions as pending regions, Then determine whether the area to be determined is a noise area;
区域划分模块130,用于通过计算待定区域和参考区域之间的关系,将待定区域分为参考区域的内部和外部情况分别进行处理;The area division module 130 is configured to divide the area to be determined into the internal and external conditions of the reference area by calculating the relationship between the area to be determined and the reference area for processing respectively;
去除噪声模块140,用于位于内部情况则计算待定区域的任意一点和参考区域任意一最近邻点的距离,位于外部情况则计算待定区域轮廓上的任意一点和参考区域轮廓上的任意一最近邻点的距离,距离较大的则为噪声区域,通过删除噪声区域所在的位置去除噪声点云。The noise removal module 140 is used to calculate the distance between any point in the to-be-determined area and any nearest neighbor in the reference area when it is located in the interior, and to calculate the distance between any point on the contour of the to-be-determined area and any nearest neighbor on the contour of the reference area in the external case The distance between the points, the larger the distance is the noise area, and the noise point cloud is removed by deleting the location of the noise area.
本实施例中的基于图像分割的点云去噪系统与第一实施例中的基于图像分割的点云去噪方法基于相同的发明构思,因此,本实施例中的基于图像分割的点云去噪系统具有相同的有益效果:首先根据三维重构后的三维点的Z值与绝对相位图进行一一对应,得到一个点云映射图像。然后利用区域生长的图像分割方法循环对点云映射图像进行图像分割,直到所有区域都被分割完毕。定义较大的区域为参考区域,将其它区域定义为待定区域,然后判断待定区域是否为噪声区域。通过计算待定区域和参考区域之间的关系,将待定区域分为参考区域的内部和外部情况分别进行处理,位于内部情况则计算待定区域的任 意一点和参考区域任意一最近邻点的距离,位于外部情况则计算待定区域轮廓上的任意一点和参考区域轮廓上的任意一最近邻点的距离,距离较大的则为噪声区域,删除噪声区域所在的位置即去除了噪声点云。该方法有效去除了点云上的所有噪声点云,无论是离群点、散乱点、悬浮在主体附近的大片噪声点等等情况,都能被一一去除,并且本系统是基于图像上进行处理,避免了三维点计算的复杂性,且系统简单可靠,适用于任意的利用绝对相位进行三维重构的点云噪声的去除。The point cloud denoising system based on image segmentation in this embodiment is based on the same inventive concept as the point cloud denoising method based on image segmentation in the first embodiment. Therefore, the point cloud denoising system based on image segmentation in this embodiment is The noise system has the same beneficial effects: firstly, a point cloud mapping image is obtained by one-to-one correspondence between the Z value of the three-dimensional point after the three-dimensional reconstruction and the absolute phase map. Then the image segmentation method of region growing is used to segment the point cloud mapping image until all regions are segmented. Define a larger area as a reference area, define other areas as a pending area, and then determine whether the pending area is a noise area. By calculating the relationship between the to-be-determined area and the reference area, the to-be-determined area is divided into the internal and external conditions of the reference area and processed separately. For the internal case, the distance between any point in the to-be-determined area and any nearest neighbor in the reference area is calculated, In the external case, the distance between any point on the contour of the to-be-determined area and any nearest neighbor on the contour of the reference area is calculated. The larger distance is the noise area, and the noise point cloud is removed by deleting the position of the noise area. This method effectively removes all the noise point clouds on the point cloud, whether it is outliers, scattered points, large noise points floating near the subject, etc., can be removed one by one, and the system is based on the image. The processing avoids the complexity of three-dimensional point calculation, and the system is simple and reliable, and is suitable for any point cloud noise removal using absolute phase for three-dimensional reconstruction.
如图3所示,本发明的第三实施例还提供了一种基于图像分割的点云去噪装置,包括:As shown in FIG. 3, the third embodiment of the present invention also provides a point cloud denoising device based on image segmentation, including:
至少一个处理器;At least one processor;
以及与所述至少一个处理器通信连接的存储器;And a memory communicatively connected with the at least one processor;
其中,所述存储器存储有可被所述至少一个处理器执行的指令,所述指令被所述至少一个处理器执行,以使所述至少一个处理器能够执行如上述第一实施例中任意一种基于图像分割的点云去噪方法。Wherein, the memory stores instructions that can be executed by the at least one processor, and the instructions are executed by the at least one processor, so that the at least one processor can execute any one of the instructions in the first embodiment. A point cloud denoising method based on image segmentation.
存储器作为一种非暂态计算机可读存储介质,可用于存储非暂态软件程序、非暂态性计算机可执行程序以及模块,如本发明实施例中的虚拟影像控制方法对应的程序指令/模块。处理器通过运行存储在存储器中的非暂态软件程序、指令以及模块,从而执行立体成像处理装置的各种功能应用以及数据处理,即实现上述任一方法实施例的基于图像分割的点云去噪方法。As a non-transitory computer-readable storage medium, the memory can be used to store non-transitory software programs, non-transitory computer-executable programs and modules, such as program instructions/modules corresponding to the virtual image control method in the embodiment of the present invention . The processor executes various functional applications and data processing of the stereo imaging processing device by running non-transitory software programs, instructions, and modules stored in the memory, that is, to realize the point cloud removal based on image segmentation in any of the above-mentioned method embodiments. Noise method.
存储器可以包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需要的应用程序;存储数据区可存储根据立体成像处理装置的使用所创建的数据等。此外,存储器可以包括高速随机存取存储器,还可以包括非暂态存储器,例如至少一个磁盘存储器件、闪存器件、或其他非暂态固态存储器件。在一些实施例中,存储器可选包括相对于处理器远程设置的存储器,这些远程存储器可以通过网络连接至该立体投影装置。上述网络的实例包括但不限于互联网、企业内部网、局域网、移动通信网及其组合。The memory may include a storage program area and a storage data area, where the storage program area can store an operating system and an application program required by at least one function; the storage data area can store data created according to the use of the stereo imaging processing device, and the like. In addition, the memory may include a high-speed random access memory, and may also include a non-transitory memory, such as at least one magnetic disk storage device, a flash memory device, or other non-transitory solid-state storage devices. In some embodiments, the memory may optionally include a memory remotely provided with respect to the processor, and these remote memories may be connected to the stereoscopic projection apparatus via a network. Examples of the aforementioned networks include, but are not limited to, the Internet, corporate intranets, local area networks, mobile communication networks, and combinations thereof.
所述一个或者多个模块存储在所述存储器中,当被所述一个或者多个处理器执行时,执行上述任意方法实施例中的基于图像分割的点云去噪方法,例如第一实施例中的方法步骤S100至S400。The one or more modules are stored in the memory, and when executed by the one or more processors, the point cloud denoising method based on image segmentation in any of the foregoing method embodiments is executed, for example, the first embodiment The method steps S100 to S400 in.
本发明的第四实施例还提供了一种计算机可读存储介质,所述计算机可读存储介质存储有计算机可执行指令,该计算机可执行指令被一个或多个控制处理器执行,可使得上述一个或多个处理器执行上述方法实施例中的一种基于图像分割的点云去噪方法,例如第一实施例中的方法步骤S100至S400。The fourth embodiment of the present invention also provides a computer-readable storage medium that stores computer-executable instructions that are executed by one or more control processors to enable the foregoing One or more processors execute a point cloud denoising method based on image segmentation in the foregoing method embodiments, for example, the method steps S100 to S400 in the first embodiment.
以上所描述的装置实施例仅仅是示意性的,其中所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部模块来实现本实施例方案的目的。The device embodiments described above are merely illustrative, and the units described as separate components may or may not be physically separated, that is, they may be located in one place, or they may be distributed on multiple network units. Some or all of the modules can be selected according to actual needs to achieve the objectives of the solutions of the embodiments.
通过以上的实施方式的描述,本领域普通技术人员可以清楚地了 解到各实施方式可借助软件加通用硬件平台的方式来实现,当然也可以通过硬件。本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程是可以通过计算机程序来指令相关的硬件来完成,所述的程序可存储于一计算机可读取存储介质中,该程序在执行时,可包括如上述各方法的实施例的流程。其中,所述的存储介质可为磁碟、光盘、只读存储记忆体(Read-Only Memory,ROM)或随机存储记忆体(Random Access Memory,RAM)等。Through the description of the above implementation manners, those of ordinary skill in the art can clearly understand that each implementation manner can be implemented by means of software plus a general hardware platform, and of course, it can also be implemented by hardware. A person of ordinary skill in the art can understand that all or part of the processes in the methods of the foregoing embodiments can be implemented by instructing relevant hardware through a computer program. The program can be stored in a computer readable storage medium, and the program can be stored in a computer readable storage medium. When executed, it may include the procedures of the above-mentioned method embodiments. Wherein, the storage medium may be a magnetic disk, an optical disc, a read-only memory (Read-Only Memory, ROM), or a random access memory (Random Access Memory, RAM), etc.
以上是对本发明的较佳实施进行了具体说明,但本发明并不局限于上述实施方式,熟悉本领域的技术人员在不违背本发明精神的前提下还可作出种种的等同变形或替换,这些等同的变形或替换均包含在本申请权利要求所限定的范围内。The above is a detailed description of the preferred implementation of the present invention, but the present invention is not limited to the above-mentioned embodiments. Those skilled in the art can make various equivalent modifications or substitutions without departing from the spirit of the present invention. Equivalent modifications or replacements are all included in the scope defined by the claims of this application.

Claims (8)

  1. 一种基于图像分割的点云去噪方法,其特征在于,包括:A point cloud denoising method based on image segmentation, which is characterized in that it includes:
    根据三维重构后的三维点的Z值与绝对相位图进行一一对应,得到一个点云映射图像;According to the one-to-one correspondence between the Z value of the three-dimensional point after three-dimensional reconstruction and the absolute phase map, a point cloud mapping image is obtained;
    利用区域生长的图像分割方法循环对点云映射图像进行图像分割,直到所有区域都被分割完毕,并定义较大的区域为参考区域,将其它区域定义为待定区域,然后判断待定区域是否为噪声区域;The image segmentation method of region growth is used to perform image segmentation on the point cloud mapping image until all regions are segmented, and the larger region is defined as the reference region, and the other regions are defined as the pending region, and then it is judged whether the pending region is noise area;
    通过计算待定区域和参考区域之间的关系,将待定区域分为参考区域的内部和外部情况分别进行处理;By calculating the relationship between the to-be-determined area and the reference area, the to-be-determined area is divided into the internal and external conditions of the reference area and processed separately;
    位于内部情况则计算待定区域的任意一点和参考区域任意一最近邻点的距离,位于外部情况则计算待定区域轮廓上的任意一点和参考区域轮廓上的任意一最近邻点的距离,距离较大的则为噪声区域,通过删除噪声区域所在的位置去除噪声点云。In the internal case, calculate the distance between any point in the to-be-determined area and any nearest neighbor point in the reference area, and in the external case, calculate the distance between any point on the contour of the to-be-determined area and any nearest neighbor point on the contour of the reference area, the distance is larger The noise area is the noise area, and the noise point cloud is removed by deleting the location of the noise area.
  2. 根据权利要求1所述的一种基于图像分割的点云去噪方法,其特征在于,所述根据三维重构后的三维点的Z值与绝对相位图进行一一对应,得到一个点云映射图像包括:利用绝对相位图和相机、投影机标定的内外参数进行三维点云的重构,将三维重构出的三维点(X,Y,Z)中的Z坐标与绝对相位图的二维点(u,v)一一对应起来,构建点云映射图像,点云映射图像平面内的每一个像素点(u,v)的像素值为三维点Z的值。A point cloud denoising method based on image segmentation according to claim 1, wherein the Z value of the three-dimensional point after the three-dimensional reconstruction is in a one-to-one correspondence with the absolute phase map to obtain a point cloud mapping The image includes: using the absolute phase map and the internal and external parameters calibrated by the camera and projector to reconstruct the three-dimensional point cloud, the Z coordinate of the three-dimensional point (X, Y, Z) reconstructed from the three-dimensional and the two-dimensional of the absolute phase map The points (u, v) correspond one-to-one to construct a point cloud mapping image, and the pixel value of each pixel point (u, v) in the point cloud mapping image plane is the value of the three-dimensional point Z.
  3. 根据权利要求1所述的一种基于图像分割的点云去噪方法,其特征 在于,所述利用区域生长的图像分割方法循环对点云映射图像进行图像分割,直到所有区域都被分割完毕,并定义较大的区域为参考区域,将其它区域定义为待定区域,然后判断待定区域是否为噪声区域包括:利用区域生长的图像分割方法,随机选定初始点对点云映射图像进行分割得到一个区域,删除点云映射图像中分割得到的一个区域,继续随机选定初始点对点云映射图像进行分割,循环反复直到所有的区域都被分割完毕,将分割区域较小的区域判定为噪声区域,删除分割区域较小的区域,将较大的分割区域判定为无噪声点云的参考区域,其它的分割区域判定为待定区域。The point cloud denoising method based on image segmentation according to claim 1, characterized in that the image segmentation method using region growth cyclically performs image segmentation on the point cloud mapping image until all regions are segmented. And define a larger area as a reference area, and define other areas as a pending area, and then determine whether the pending area is a noise area includes: using the image segmentation method of area growth, randomly selecting the initial point to segment the point cloud mapping image to obtain an area, Delete an area obtained by segmentation in the point cloud mapping image, continue to randomly select the initial point to segment the point cloud mapping image, and repeat until all areas are segmented. The area with the smaller segmentation area is judged as a noise area, and the segmentation area is deleted For the smaller area, the larger segmented area is determined as the reference area of the noise-free point cloud, and the other segmented areas are determined as the pending area.
  4. 根据权利要求1所述的一种基于图像分割的点云去噪方法,其特征在于,所述通过计算待定区域和参考区域之间的关系,将待定区域分为参考区域的内部和外部情况分别进行处理包括:对参考区域进行孔洞填充,标记孔洞填充后的参考区域的像素坐标点(u,v),利用k近邻算法计算待定区域的任意一像素坐标点(u,v)与填充孔洞后的参考区域的所有的像素坐标点(u,v)的一个最近邻,若最近邻点的距离为0,说明待定区域处于参考区域内,记录为内部区域情况;若最近邻点的距离大于0,说明待定区域处于参考区域外,记录为外部区域情况。The method of point cloud denoising based on image segmentation according to claim 1, characterized in that, by calculating the relationship between the pending area and the reference area, the pending area is divided into internal and external conditions of the reference area. The processing includes: filling the reference area with holes, marking the pixel coordinate points (u, v) of the reference area after the hole filling, using the k-nearest neighbor algorithm to calculate any pixel coordinate point (u, v) of the pending area and filling the hole A nearest neighbor of all pixel coordinate points (u, v) in the reference area. If the distance of the nearest neighbor point is 0, it means that the area to be determined is in the reference area, and it is recorded as an internal area; if the distance of the nearest neighbor point is greater than 0 , Indicating that the pending area is outside the reference area and recorded as an external area.
  5. 根据权利要求1所述的一种基于图像分割的点云去噪方法,其特征在于,所述位于内部情况则计算待定区域的任意一点和参考区域任意一最近邻点的距离,位于外部情况则计算待定区域轮廓上的任意一点 和参考区域轮廓上的任意一最近邻点的距离,距离较大的则为噪声区域,通过删除噪声区域所在的位置去除噪声点云包括:当待定区域处于参考区域内,即内部区域情况时,利用k近邻算法计算待定区域的任意一像素点(u,v)与填充孔洞后的参考区域的所有像素点(u,v)的N个近邻点,计算待定区域任意一像素点(u,v)对应的Z值和选取的任意一像素点(u,v)对应的Z值的欧式距离大小,大于设定阈值说明为噪声点云,删除此待定区域;当待定区域处于参考区域外,即外部区域情况时,分别计算参考区域和待定区域的轮廓点的像素坐标点(u,v),利用k近邻算法计算待定区域的轮廓上的所有像素坐标点(u,v)与参考区域的轮廓上的所有像素坐标点(u,v)的一个最近邻,根据找到的最近邻点的距离,选取出与待定区域轮廓上像素点最近的参考区域轮廓上像素点,计算选取出的待定区域轮廓上像素点(u,v)对应的Z值和参考区域轮廓上像素点(u,v)对应的Z值的欧式距离大小,大于设定阈值说明为噪声点云,删除此待定区域;利用删除噪声待定区域后的点云映射图像对绝对相位图点乘得到无噪声点云的绝对相位图,最后利用绝对相位图和相机、投影机标定的内外参数进行三维点云的重构得到无噪声的三维立体点云。The method of point cloud denoising based on image segmentation according to claim 1, characterized in that the distance between any point in the to-be-determined area and any nearest neighbor in the reference area is calculated for the internal situation, and for the external situation, the distance between any point in the to-be-determined region and any nearest neighbor in the reference region is calculated. Calculate the distance between any point on the contour of the to-be-determined area and any nearest neighbor on the contour of the reference area. The larger the distance is the noise area, and the removal of the noise point cloud by deleting the location of the noise area includes: when the area to be determined is in the reference area In the case of the internal area, use the k-nearest neighbor algorithm to calculate the N neighbors of any pixel (u, v) in the area to be determined and all pixels (u, v) in the reference area after filling the hole to calculate the area to be determined The Euclidean distance between the Z value corresponding to any pixel (u, v) and the Z value corresponding to any selected pixel (u, v), if it is greater than the set threshold, it is a noise point cloud, delete this pending area; When the area to be determined is outside the reference area, that is, in the case of the outer area, the pixel coordinate points (u, v) of the contour points of the reference area and the area to be determined are calculated respectively, and all the pixel coordinate points (u, v) on the contour of the area to be determined are calculated using the k-nearest neighbor algorithm ,v) A nearest neighbor of all pixel coordinate points (u,v) on the contour of the reference area. According to the distance of the found nearest neighbor, select the pixel on the contour of the reference area that is closest to the pixel on the contour of the area to be determined , Calculate the Euclidean distance between the Z value corresponding to the pixel point (u, v) on the contour of the selected area to be determined and the Z value corresponding to the pixel point (u, v) on the contour of the reference area. If it is greater than the set threshold, it is a noise point cloud , Delete this pending area; use the point cloud mapping image after deleting the noise pending area to multiply the absolute phase map to obtain the absolute phase map of the noise-free point cloud, and finally use the absolute phase map and the internal and external parameters calibrated by the camera and projector to make three-dimensional points The reconstruction of the cloud results in a noise-free three-dimensional point cloud.
  6. 一种基于图像分割的点云去噪系统,其特征在于,包括:A point cloud denoising system based on image segmentation, which is characterized in that it includes:
    构建映射模块,用于根据三维重构后的三维点的Z值与绝对相位图进行一一对应,得到一个点云映射图像;Constructing a mapping module to perform a one-to-one correspondence between the Z value of the three-dimensional reconstructed three-dimensional point and the absolute phase map to obtain a point cloud mapping image;
    图像分割模块,用于利用区域生长的图像分割方法循环对点云映 射图像进行图像分割,直到所有区域都被分割完毕,并定义较大的区域为参考区域,将其它区域定义为待定区域,然后判断待定区域是否为噪声区域;The image segmentation module is used to perform image segmentation on the point cloud mapping image by using the image segmentation method of region growth until all regions are segmented, and the larger region is defined as the reference region, and the other regions are defined as pending regions, and then Determine whether the area to be determined is a noise area;
    区域划分模块,用于通过计算待定区域和参考区域之间的关系,将待定区域分为参考区域的内部和外部情况分别进行处理;The area division module is used to divide the area to be determined into the internal and external conditions of the reference area by calculating the relationship between the area to be determined and the reference area for processing;
    去除噪声模块,用于位于内部情况则计算待定区域的任意一点和参考区域任意一最近邻点的距离,位于外部情况则计算待定区域轮廓上的任意一点和参考区域轮廓上的任意一最近邻点的距离,距离较大的则为噪声区域,通过删除噪声区域所在的位置去除噪声点云。The noise removal module is used to calculate the distance between any point in the to-be-determined area and any nearest neighbor point in the reference area when it is located in the interior, and to calculate any point on the contour of the to-be-determined area and any nearest neighbor point on the contour of the reference area in the external case The larger the distance is the noise area, and the noise point cloud is removed by deleting the location of the noise area.
  7. 一种基于图像分割的点云去噪装置,其特征在于,包括:A point cloud denoising device based on image segmentation, which is characterized in that it comprises:
    至少一个处理器;以及,At least one processor; and,
    与所述至少一个处理器通信连接的存储器;其中,A memory communicatively connected with the at least one processor; wherein,
    所述存储器存储有可被所述至少一个处理器执行的指令,所述指令被所述至少一个处理器执行,以使所述至少一个处理器能够执行如权利要求1-5任一项所述的方法。The memory stores instructions executable by the at least one processor, and the instructions are executed by the at least one processor, so that the at least one processor can execute any one of claims 1-5 Methods.
  8. 一种计算机可读存储介质,其特征在于,所述计算机可读存储介质存储有计算机可执行指令,所述计算机可执行指令用于使计算机执行如权利要求1-5任一项所述的方法。A computer-readable storage medium, wherein the computer-readable storage medium stores computer-executable instructions, and the computer-executable instructions are used to make a computer execute the method according to any one of claims 1-5 .
PCT/CN2020/091751 2020-01-13 2020-05-22 Point cloud denoising method, system, and device employing image segmentation, and storage medium WO2021142996A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010029902.3A CN111275633B (en) 2020-01-13 2020-01-13 Point cloud denoising method, system, device and storage medium based on image segmentation
CN202010029902.3 2020-01-13

Publications (2)

Publication Number Publication Date
WO2021142996A1 true WO2021142996A1 (en) 2021-07-22
WO2021142996A9 WO2021142996A9 (en) 2021-08-26

Family

ID=71000183

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/091751 WO2021142996A1 (en) 2020-01-13 2020-05-22 Point cloud denoising method, system, and device employing image segmentation, and storage medium

Country Status (2)

Country Link
CN (1) CN111275633B (en)
WO (1) WO2021142996A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114187195A (en) * 2021-11-29 2022-03-15 中国航天空气动力技术研究院 2D (two-dimensional) forward-looking sonar image denoising method
CN114812435A (en) * 2022-04-29 2022-07-29 苏州思卡信息系统有限公司 Vehicle three-dimensional point cloud data filtering method
CN116721036A (en) * 2023-04-27 2023-09-08 北京迁移科技有限公司 Noise point judging method, device, electronic equipment and readable storage medium
CN117408913A (en) * 2023-12-11 2024-01-16 浙江托普云农科技股份有限公司 Method, system and device for denoising point cloud of object to be measured

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113160161B (en) * 2021-04-14 2023-07-11 歌尔股份有限公司 Method and device for detecting defects at edge of target
CN114964360B (en) * 2022-04-26 2023-05-26 浙江大学 Laser radar-based measuring system and method for feeding rate and heating value of conveyor belt

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107123164A (en) * 2017-03-14 2017-09-01 华南理工大学 Keep the three-dimensional rebuilding method and system of sharp features
CN104574285B (en) * 2013-10-23 2017-09-19 厦门美图网科技有限公司 One kind dispels the black-eyed method of image automatically
CN108564525A (en) * 2018-03-31 2018-09-21 上海大学 A kind of 3D point cloud 2Dization data processing method based on multi-line laser radar
CN110136072A (en) * 2018-02-08 2019-08-16 北京大学 Minimizing technology, denoising system, computer equipment and the storage medium of point cloud noise
WO2019245754A1 (en) * 2018-06-22 2019-12-26 Caterpillar Inc. Measurement platform that automatically determines wear of machine components based on images

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101833666A (en) * 2009-03-11 2010-09-15 中国科学院自动化研究所 Estimation method of scattered point cloud data geometric senses
CN102799763B (en) * 2012-06-20 2015-09-02 北京航空航天大学 A kind of based on a cloud attitude standardized some cloud line feature extraction method
CN110458772B (en) * 2019-07-30 2022-11-15 五邑大学 Point cloud filtering method and device based on image processing and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104574285B (en) * 2013-10-23 2017-09-19 厦门美图网科技有限公司 One kind dispels the black-eyed method of image automatically
CN107123164A (en) * 2017-03-14 2017-09-01 华南理工大学 Keep the three-dimensional rebuilding method and system of sharp features
CN110136072A (en) * 2018-02-08 2019-08-16 北京大学 Minimizing technology, denoising system, computer equipment and the storage medium of point cloud noise
CN108564525A (en) * 2018-03-31 2018-09-21 上海大学 A kind of 3D point cloud 2Dization data processing method based on multi-line laser radar
WO2019245754A1 (en) * 2018-06-22 2019-12-26 Caterpillar Inc. Measurement platform that automatically determines wear of machine components based on images

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114187195A (en) * 2021-11-29 2022-03-15 中国航天空气动力技术研究院 2D (two-dimensional) forward-looking sonar image denoising method
CN114812435A (en) * 2022-04-29 2022-07-29 苏州思卡信息系统有限公司 Vehicle three-dimensional point cloud data filtering method
CN114812435B (en) * 2022-04-29 2023-10-20 苏州思卡信息系统有限公司 Vehicle three-dimensional point cloud data filtering method
CN116721036A (en) * 2023-04-27 2023-09-08 北京迁移科技有限公司 Noise point judging method, device, electronic equipment and readable storage medium
CN116721036B (en) * 2023-04-27 2023-11-17 北京迁移科技有限公司 Noise point judging method, device, electronic equipment and readable storage medium
CN117408913A (en) * 2023-12-11 2024-01-16 浙江托普云农科技股份有限公司 Method, system and device for denoising point cloud of object to be measured
CN117408913B (en) * 2023-12-11 2024-02-23 浙江托普云农科技股份有限公司 Method, system and device for denoising point cloud of object to be measured

Also Published As

Publication number Publication date
CN111275633A (en) 2020-06-12
CN111275633B (en) 2023-06-13
WO2021142996A9 (en) 2021-08-26

Similar Documents

Publication Publication Date Title
WO2021142996A1 (en) Point cloud denoising method, system, and device employing image segmentation, and storage medium
CN108198145B (en) Method and device for point cloud data restoration
JP6932163B2 (en) 3D data processing method, equipment, equipment and storage medium
US10534091B2 (en) Method and apparatus for generating road surface, method and apparatus for processing point cloud data, computer program, and computer readable recording medium
US9189862B2 (en) Outline approximation for point cloud of building
KR20140027468A (en) Depth measurement quality enhancement
CN110458772B (en) Point cloud filtering method and device based on image processing and storage medium
WO2018148924A1 (en) Method and device for reconstructing three-dimensional point cloud
EP2849117A1 (en) Methods, apparatuses and computer program products for automatic, non-parametric, non-iterative three dimensional geographic modeling
WO2015119325A1 (en) Terrain rendering method
KR20130047822A (en) Image processing apparatus and method
CN112444798B (en) Method and device for calibrating space-time external parameters of multi-sensor equipment and computer equipment
CN112102489B (en) Navigation interface display method and device, computing equipment and storage medium
KR101593316B1 (en) Method and apparatus for recontructing 3-dimension model using stereo camera
JP6071522B2 (en) Information processing apparatus and information processing method
KR20210087524A (en) Point cloud fusion method, apparatus, electronic device and computer storage medium
CN110838122A (en) Point cloud segmentation method and device and computer storage medium
CN113920275B (en) Triangular mesh construction method and device, electronic equipment and readable storage medium
CN110378948B (en) 3D model reconstruction method and device and electronic equipment
CN111870953A (en) Height map generation method, device, equipment and storage medium
JP2017199285A (en) Information processor, information processing method, program
CN115222815A (en) Obstacle distance detection method, obstacle distance detection device, computer device, and storage medium
JP4904638B2 (en) Method and apparatus for generating three-dimensional shape data and computer program
CN116310227B (en) Three-dimensional dense reconstruction method, three-dimensional dense reconstruction device, electronic equipment and medium
WO2023062706A1 (en) Information processing device, information processing method, information processing system, and recording medium

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: 20913729

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20913729

Country of ref document: EP

Kind code of ref document: A1