Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
POINT CLOUD MATCHING METHOD
Document Type and Number:
WIPO Patent Application WO/2017/199141
Kind Code:
A1
Abstract:
A method comprising: providing a first 3D point cloud and a second 3D point cloud about an object obtained using different sensing techniques; removing a scale difference between the 3D point clouds based on a mean distance of points in corresponding subsets of the first and second 3D point clouds; arranging the 3D point clouds in a two-level structure, wherein a first level is a macro structure describing boundaries of the object and a second level is a micro structure consisting of supervoxels of the 3D point cloud; constructing a first graph from the first 3D point cloud and a second graph from the second 3D point cloud such that the supervoxels represent nodes of the graphs and adjacencies of the supervoxels represents edges of the graphs; matching the first and second graph for obtaining a transformation matrix; and registering the 3D point clouds together by applying the transformation matrix.

Inventors:
FAN LIXIN (FI)
HUANG XIAOSHUI (AU)
WU QIANG (AU)
ZHANG JIAN (AU)
Application Number:
PCT/IB2017/052777
Publication Date:
November 23, 2017
Filing Date:
May 11, 2017
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
NOKIA USA INC (US)
NOKIA TECHNOLOGIES OY (FI)
International Classes:
G06T7/30
Foreign References:
US20100207936A12010-08-19
Other References:
XIAOSHUI HUANG ET AL.: "A Systematic Approach for Cross-source Point Cloud Registration by Preserving Macro and Micro Structures", IEEE TRANSACTIONS ON IMAGE PROCESSING, vol. 26, no. 7, 9 May 2017 (2017-05-09), NY, pages 3261 - 3276, XP011649047
PERSAD A ET AL.: "ALIGNMENT OF POINT CLOUD DSMs FROM TLS AND UAV PLATFORMS", 2015 INTERNATIONAL CONFERENCE ON UNMANNED AERIAL VEHICLES IN GEOMATICS, vol. XL -1/W4, 30 August 2015 (2015-08-30), Toronto, Canada, pages 369 - 373, XP055442112, Retrieved from the Internet [retrieved on 20170822]
HANSUNG K ET AL.: "Hybrid 3D feature description and matching for multi-modal data registration", 2014 IEEE INTERNATIONAL CONFERENCE ON IMAGE PROCESSING (ICIP, 27 October 2014 (2014-10-27), pages 3493 - 3497, XP032967277, ISBN: 978-1-4799-5751-4
BAOWEI LIN ET AL.: "Scale ratio ICP for 3D point clouds with different scales", 2013 IEEE INTERNATIONAL CONFERENCE ON IMAGE PROCESSING, 15 September 2013 (2013-09-15), pages 2217 - 2221, XP032966069, ISBN: 978-1-4799-2341-0
Attorney, Agent or Firm:
NOKIA TECHNOLOGIES OY (US)
Download PDF:
Claims:
Claims:

1. A method comprising:

providing a first three-dimensional (3D) point cloud obtained according to a first sensing technique about a real object underlying the first 3D point cloud, and a second 3D point cloud obtained according to a second sensing technique about said real object;

removing a scale difference between the first and the second 3D point cloud based on a mean distance of points in a subset of first 3D point cloud and a corresponding subset of the second 3D point cloud;

arranging the first and the second 3D point cloud in a two-level structure, wherein a first level is a macro structure describing boundaries of said real object and a second level is a micro structure consisting of supervoxels comprising points of 3D point cloud having similar properties clustered together;

constructing a first graph from the first 3D point cloud and a second graph from the second 3D point cloud such that the supervoxels represent nodes of the first graph and the second graph and adjacent relations of the supervoxels represents edges of the first graph and the second graph;

carrying out a graph matching process between the first graph and the second graph for obtaining a transformation matrix; and

registering the first and the second 3D point clouds together by applying the transformation matrix.

2. The method according to claim 1, wherein the first and the second 3D point clouds are obtained using one of the following sensing technique:

- light detection and ranging (LiDAR) technique;

- structure-from-motion (SFM) technique;

- simultaneous localization and mMapping (SLAM) method.

3. The method according to claim 1 or 2, the method further comprising: extracting the supervoxels from the first and the second 3D point cloud by using a voxel cloud connectivity segmentation (VCCS) method for obtaining the micro structure; and

constructing the macro structure on the basis of the supervoxels in the micro structure.

4. The method according to any preceding claim, further comprising: constructing the first graph and the second graph using a factorized graph matching (FGM) method.

5. The method according to claim 4, further comprising:

adjusting the FGM method by applying a regulation term (Jsmooth (X)) based on a neighbour points' projection difference of correspondence points.

6. The method according to claim 5, wherein the regulation term Jsmooth (X) is defined as

Jsmooth (X) =∑i£X∑j£D I I Pi - Pj I - I Pim - Pjm I | /(ill * m),

where D is the connection points with point i, pim is the matched point of a ith node pi of the first graph and pjm is the matched point of a jth node pj of the second graph, and ni and m are numbers of feature vectors in the first graph and in the second graph, respectively.

7. The method according to any preceding claim, further comprising:

applying an ensemble shape function (ESF) on the nodes of the first graph and the second graph for identifying the nodes of the first graph and the second graph uniquely.

8. The method according to any preceding claim, further comprising:

removing outliers after the graph matching process to obtain the transformation matrix.

9. The method according to any preceding claim, further comprising:

refining regions between the 3D point clouds according to an iterative closest point (ICP) method, wherein search of similarities between the first 3D point cloud and the second 3D point cloud is carried out.

10. An apparatus comprising at least one processor, memory including computer program code, the memory and the computer program code configured to, with the at least one processor, cause the apparatus to at least:

provide a first three-dimensional (3D) point cloud obtained according to a first sensing technique about a real object underlying the first 3D point cloud, and a second 3D point cloud obtained according to a second sensing technique about said real object;

remove a scale difference between the first and the second 3D point cloud based on a mean distance of points in a subset of first 3D point cloud and a corresponding subset of the second 3D point cloud; arrange the first and the second 3D point cloud in a two-level structure, wherein a first level is a macro structure describing boundaries of said real object and a second level is a micro structure consisting of supervoxels comprising points of 3D point cloud having similar properties clustered together;

construct a first graph from the first 3D point cloud and a second graph from the second 3D point cloud such that the supervoxels represent nodes of the first graph and the second graph and adjacent relations of the supervoxels represents edges of the first graph and the second graph;

carry out a graph matching process between the first graph and the second graph for obtaining a transformation matrix; and

register the first and the second 3D point clouds together by applying the transformation matrix.

11. The apparatus according to claim 10, wherein the first and the second 3D point cloud are obtained using one of the following sensing technique:

- light detection and ranging (LiDAR) technique;

- structure-from-motion (SFM) technique;

- simultaneous localization and mapping (SLAM) method.

12. The apparatus according to claim 10 or 11, further comprising computer program code configured to cause the apparatus to:

extract the supervoxels from the first and the second 3D point cloud by using a voxel cloud connectivity segmentation (VCCS) method for obtaining the micro structure; and

construct the macro structure on the basis of the supervoxels in the micro structure.

13. The apparatus according to any of claims 10 - 12, further comprising computer program code configured to cause the apparatus to:

construct the first and the second graph using a factorized graph matching (FGM) method.

14. The apparatus according to claim 13, further comprising computer program code configured to cause the apparatus to:

adjust the FGM method by applying a regulation term (Jsmooth (X)) based on a neighbour points' projection difference of correspondence points.

15. The apparatus according to claim 14, wherein the regulation term Jsmooth (X) is defined as

Jsmooth (X) = I I Pi - Pj I - I Pirn - Pjm I | /(ill * Π2),

where D is the connection points with point i, pim is the matched point of a ith node pj of the first graph and pjm is the matched point of a jth node pj of the second graph, and ni and m are numbers of feature vectors in the first graph and in the second graph, respectively.

16. The apparatus according to any of claims 10 - 15, further comprising computer program code configured to cause the apparatus to:

apply an ensemble shape function (ESF) on the nodes of the first graph and the second graph for identifying the nodes of the graphs uniquely.

17. The apparatus according to any of claims 10 - 16, further comprising computer program code configured to cause the apparatus to:

remove outliers after the graph matching process to obtain the transformation matrix.

18. The apparatus according to any of claims 10 - 17, further comprising computer program code configured to cause the apparatus to:

refine regions between the 3D point clouds according to an iterative closest point (ICP) method, wherein search of similarities between the first 3D point cloud and the second 3D point cloud is carried out.

19. A computer readable storage medium stored with code thereon for use by an apparatus, which when executed by a processor, causes the apparatus to perform:

providing a first three-dimensional (3D) point cloud obtained according to a first sensing technique about a real object underlying the first 3D point cloud, and a second 3D point cloud obtained according to a second sensing technique about said real object;

removing a scale difference between the first and the second 3D point cloud based on a mean distance of points in a subset of first 3D point cloud and a corresponding subset of the second 3D point cloud;

arranging the first and the second 3D point cloud in a two-level structure, wherein a first level is a macro structure describing boundaries of said real object and a second level is a micro structure consisting of supervoxels comprising points of 3D point cloud having similar properties clustered together; constructing a first graph from the first 3D point cloud and a second graph from the second 3D point cloud such that the supervoxels represent nodes of the first graph and the second graph and adjacent relations of the supervoxels represents edges of the first graph and the second graph;

carrying out a graph matching process between the first graph and the second graph for obtaining a transformation matrix; and

registering the first and the second 3D point clouds together by applying the transformation matrix.

Description:
POINT CLOUD MATCHING METHOD

Technical field

Various embodiments relate to image processing, and more particularly to matching point clouds of different source. Background

3D point clouds are used in various image processing and computer vision applications. 3D point clouds are sets of data points in a 3D coordinate system typically representing an external surface of an object. 3D point clouds may be obtained by a 3D capturing device, such as a 3D scanner. A large number of points are measured on the surface of an object, and the obtained point cloud may be stored in a file.

Various sensing methods for obtaining 3D point clouds have been developed. For example, in Structure-From-Motion (SFM), three-dimensional structures are estimated from two- dimensional image sequences, where the observer and/or the objects to be observed move in relation to each other. In Light Detection And Ranging (LiDAR) method, distances are measured by illuminating an object with a laser beam and analyzing the reflected light. The resulting data is stored as point clouds.

In applications of multiple views, combining several point clouds into a global consistent data set is typically required. The problem of matching a given set of 3D point clouds with another is a challenging task in computer vision. This problem becomes even more challenging when two sets of points are yielded by different sensing techniques.

Typically, point clouds obtained by different sensing techniques may be incompatible at least in terms of scale, point density, noise and/or sampling area.

Summary

Various embodiments of the invention include a method, an apparatus and a computer program, which are characterized by what is stated in the independent claims. Various embodiments of the invention are disclosed in the dependent claims.

According to a first embodiment, a method according to the invention is based on the idea of providing a first three-dimensional (3D) point cloud obtained according to a first sensing technique about a real object underlying the first 3D point cloud, and a second 3D point cloud obtained according to a second sensing technique about said real object; removing a scale difference between the first and the second 3D point cloud based on a mean distance of points in a subset of first 3D point cloud and a corresponding subset of the second 3D point cloud; arranging the first and the second 3D point cloud in a two-level structure, wherein a first level is a macro structure describing boundaries of the underlying object and a second level is a micro structure consisting of supervoxels comprising points of 3D point cloud having similar properties clustered together; constructing a first graph from the first 3D point cloud and a second graph from the second 3D point cloud such that the supervoxels represent nodes of the graphs and adjacent relations of the supervoxels represents edges of the graphs; carrying out a graph matching process between the first and second graph for obtaining a transformation matrix; and registering the first and the second 3D point clouds together by applying the transformation matrix.

According to an embodiment, the 3D point clouds are obtained using one of the following sensing technique:

- Light Detection And Ranging (LiDAR) technique;

- Structure-From-Motion (SFM) technique;

- Kinect® technique;

- Simultaneous Localization And Mapping (SLAM) method.

According to an embodiment, the method further comprises: extracting the supervoxels from the 3D point clouds by using a Voxel Cloud Connectivity Segmentation (VCCS) method for obtaining the micro structure; and constructing the macro structure on the basis of the supervoxels in the micro structure.

According to an embodiment, the method further comprises: constructing the graphs using a Factorized Graph Matching (FGM) method.

According to an embodiment, the method further comprises: adjusting the FGM method by applying a regulation term based on the neighbour points' projection difference of correspondence points.

According to an embodiment, the regulation term Jsmooth (X) is defined as

Jsmooth (X) =∑i£X∑j£D I I Pi - Pj I - I Pim - Pjm I | /(ill * Π2>,

where D is the connection points with point i, pi m is the matched point of pi and pj m is the matched point of p j . According to an embodiment, the method further comprises: applying an Ensemble Shape Function (ESF) on the nodes of the graphs for identifying the nodes of the graphs uniquely.

According to an embodiment, the method further comprises: removing the outliers after the graph matching process to obtain the final transformation matrix.

According to an embodiment, the method further comprises: refining the regions between the 3D point clouds according to an iterative closest point (ICP) method, wherein search of similarities between the first 3D point cloud and the second 3D point cloud is carried out.

According to a second embodiment, there is provided an apparatus comprising at least one processor, memory including computer program code, the memory and the computer program code configured to, with the at least one processor, cause the apparatus to at least: provide a first three-dimensional (3D) point cloud obtained according to a first sensing technique about a real object underlying the first 3D point cloud, and a second 3D point cloud obtained according to a second sensing technique about said real object; remove a scale difference between the first and the second 3D point cloud based on a mean distance of points in a subset of first 3D point cloud and a corresponding subset of the second 3D point cloud; arrange the first and the second 3D point cloud in a two-level structure, wherein a first level is a macro structure describing boundaries of the underlying object and a second level is a micro structure consisting of supervoxels comprising points of 3D point cloud having similar properties clustered together; construct a first graph from the first 3D point cloud and a second graph from the second 3D point cloud such that the supervoxels represent nodes of the graphs and adjacent relations of the supervoxels represents edges of the graphs; carry out a graph matching process between the first and second graph for obtaining a transformation matrix; and register the first and the second 3D point clouds together by applying the transformation matrix

According to a third embodiment, there is provided a computer readable storage medium stored with code thereon for use by an apparatus, which when executed by a processor, causes the apparatus to perform: providing a first three-dimensional (3D) point cloud obtained according to a first sensing technique about a real object underlying the first 3D point cloud, and a second 3D point cloud obtained according to a second sensing technique about said real object; removing a scale difference between the first and the second 3D point cloud based on a mean distance of points in a subset of first 3D point cloud and a corresponding subset of the second 3D point cloud; arranging the first and the second 3D point cloud in a two-level structure, wherein a first level is a macro structure describing boundaries of the underlying object and a second level is a micro structure consisting of supervoxels comprising points of 3D point cloud having similar properties clustered together; constructing a first graph from the first 3D point cloud and a second graph from the second 3D point cloud such that the supervoxels represent nodes of the graphs and adjacent relations of the supervoxels represents edges of the graphs; carrying out a graph matching process between the first and second graph for obtaining a transformation matrix; and registering the first and the second 3D point clouds together by applying the transformation matrix. ... These and other embodiments related thereto will become apparent in view of the detailed disclosure of the embodiments further below.

List of drawings In the following, various embodiments of the invention will be described in more detail with reference to the appended drawings, in which

Fig. 1 shows a computer graphics system suitable to be used in a 3D point cloud analysis process according to an embodiment;

Fig. 2 shows a flow chart of a 3D point cloud matching process process according to an embodiment of the invention;

Fig. 3 shows a schematic diagram of macro and micro structures;

Fig. 4 shows a block chart of various units of the registration system according to an embodiment of the invention; and

Fig. 5 shows a schematic diagram of graph nodes and edges.

Description of embodiments

Figure 1 shows a computer graphics system suitable to be used in image processing, for example in 3D point cloud analysis process according to an embodiment. The generalized structure of the computer graphics system will be explained in accordance with the functional blocks of the system. For a skilled man, it will be obvious that several functionalities can be carried out with a single physical device, e.g. all calculation procedures can be performed in a single processor, if desired. A data processing system of an apparatus according to an example of Fig. 1 includes a main processing unit 100, a memory 102, a storage device 104, an input device 106, an output device 108, and a graphics subsystem 110, which all are connected to each other via a data bus 112.

The main processing unit 100 is a conventional processing unit arranged to process data within the data processing system. The memory 102, the storage device 104, the input device 106, and the output device 108 are conventional components as recognized by those skilled in the art. The memory 102 and storage device 104 store data within the data processing system 100. Computer program code resides in the memory 102 for implementing, for example, a 3D point cloud analysis process. The input device 106 inputs data into the system while the output device 108 receives data from the data processing system and forwards the data, for example to a display. The data bus 112 is a conventional data bus and while shown as a single line it may be a combination of a processor bus, a PCI bus, a graphical bus, and an ISA bus. Accordingly, a skilled man readily recognizes that the apparatus may be any conventional data processing device, such as a computer device, a personal computer, a server computer, a mobile phone, a smart phone or an Internet access device, for example Internet tablet computer. The input data of the 3D point cloud analysis process according to an embodiment and means for obtaining the input data are described further below.

It needs to be understood that different embodiments allow different parts to be carried out in different elements. For example, various processes of the 3D point cloud analysis may be carried out in one or more processing devices; for example, entirely in one computer device, or in one server device or across multiple user devices The elements of the 3D point cloud analysis process may be implemented as a software component residing on one device or distributed across several devices, as mentioned above, for example so that the devices form a so-called cloud.

3D point clouds are used in various image processing and computer vision applications. 3D point clouds are sets of data points in a 3D coordinate system typically representing an external surface of an object. 3D point clouds may be obtained by a 3D capturing device, such as a 3D scanner. A large number of points are measured on the surface of an object, and the obtained point cloud may be stored in a file. Various sensing methods for obtaining 3D point clouds have been developed. In Structure- From-Motion (SFM), three-dimensional structures are estimated from two-dimensional image sequences, where the observer and/or the objects to be observed move in relation to each other. The obtained geometric models are stored as 3D point clouds. In real applications, SFM uses images captured by RGB cameras to create point clouds for urban scenes and heritage objects.

In Light Detection And Ranging (LiDAR) method, distances are measured by illuminating an object with a laser beam (e.g. ultraviolet, visible, or near-infrared light) and analyzing the reflected light. The resulting data is stored as point clouds. The LiDAR point clouds may be considered a set of vertices in a three-dimensional coordinate system, wherein a vertex may be represented by a planar patch defined by a 3D vector.

Also the Microsoft Kinect® sensor can be used to obtain standard point cloud datasets.

For computer vision applications, the 3D points are typically mapped to a recognized feature of a 2D image of the object. Simultaneous localization and mapping (SLAM) of 3D point clouds refers to a problem of updating a map of an unknown environment while simultaneously localizing an observer within it.

In applications of multiple views, combining several point clouds into a global consistent data set is typically required. The problem of matching a given set of 3D point clouds with another is a long standing open question in computer vision. This problem becomes even more challenging when two sets of points are yielded by different sensing techniques, e.g. one obtained from LiDAR while the other is obtained from Kinect.

Due to requirements of different use cases, the general task of matching point clouds can be instantiated as two concrete subtasks:

Point cloud detection. This refers to finding "subsets of the large point cloud" that are similar to the other small point cloud. The detection outcome is 3D locations; i.e. x, y, z coordinates of centers of detected subsets and r radius of spheres for covering detected subsets.

Point cloud registration. This refers to the process of establishing point-to- point correspondence between two sets of point clouds, and subsequently, deriving the transformation matrix to represent established point-to-point correspondence in a parametric manner. Existing 3D point cloud detection and registration methods are developed to typically work with point clouds that are yielded by the same sensing technology. Cross sourced point cloud matching, however, imposes a number of challenges that often obstruct existing methods from working:

1. Scale difference: Most existing methods assume there is no significant scale change between two point clouds. This assumption, however, is not fulfilled for cross sourced point clouds. Even though a registration method is supposed to recover scale and rotation angles, exceedingly large variations in scales and angles are often out of the capture zones of many existing methods.

2. Density difference: Most existing methods assume that the two point clouds in question are of similar densities. This assumption, again, is not fulfilled for cross sourced point clouds. Usually, the LiDAR point cloud is much denser than, for example, the SFM point cloud. Large variations in densities of cross sourced point clouds often lead to the failure of existing registration methods.

3. Missing data: due to the different nature of sensing techniques, cross sourced point clouds of the same object may suffer from missing data corresponding to different parts of the object. For instance, this problem is pronounced for point clouds created by SFM as it is unable to generate points in uniform image regions. Herein below, a novel approach for cross sourced point cloud matching is presented, which utilizes a macro and micro representations of cross sourced point clouds in registration of two cross sourced point clouds.

The method according to the embodiment is illustrated in Figure 2. In the method, a first three-dimensional (3D) point cloud obtained according to a first sensing technique about a real object underlying the first 3D point cloud, and a second 3D point cloud obtained according to a second sensing technique about said real object (200) are provided.

A scale difference between the first and the second 3D point cloud is removed based on a mean distance of points in a subset of first 3D point cloud and a corresponding subset of the second 3D point cloud (202). The first and the second 3D point cloud are arranged in a two- level structure, wherein a first level is a macro structure describing boundaries of the underlying object and a second level is a micro structure consisting of supervoxels comprising points of 3D point cloud having similar properties clustered together (204). Then a first graph is constructed from the first 3D point cloud and a second graph is constructed from the second 3D point cloud such that the supervoxels represent nodes of the graphs and adjacent relations of the supervoxels represents edges of the graphs (206). A graph matching process is carried out between the first and second graph for obtaining a transformation matrix (208) and the first and the second 3D point clouds are registered together by applying the transformation matrix (210).

In other words, the above method may be interpreted such that it addresses challenges in cross sourced point clouds matching by simulating the operation of the human vision system. If real objects are shown as cross-sourced point clouds, our human vision system seems able to align them effortlessly to high accuracy, even if the cross sourced point clouds include large variations. The human vision system exploits the similarities between the structures of two cross-sourced point clouds rather than the detailed points. Thus, the method disclosed herein provides both the macro structure (e.g. the global outline of objects) and the micro structure (e.g. voxels and segments) of point clouds. The macro and micro structures act together like a net to robustly describe the invariant components of the cross sourced point clouds. From the mathematic viewpoint, the graph theory is a strong tool to preserve the structures. More specifically, a structure preserved representation method, regardless of point cloud details, is provided to deal with missing data and varying density.

The large variations in densities, missing data, scales and angles between two point clouds provide significant challenges for 3D cross sourced point cloud registration. To address these variations, macro and micro structures are defined to describe the point clouds. The macro structure is one of the global properties representing the outline

structure of the objects or scenes. It is not the global light, global color or global material, but the global properties related to structures, for example, the outline boundary, the contour and the shape. For example, on left side of Figure 3, the outlines of the rectangle-like area and the polygon area may be considered macro structures. When humans judge whether two objects are similar, they usually start from the macro structure.

An overall alignment is obtained based on the macro structures. On the other hand, the micro structure is one of the local properties that describe the internal details of the objects or scenes. Herein, the micro structure describes a 3D region, such as a super voxel in 3D point clouds. Similarly, on the right side of Figure 3, the super voxels (circles) contain points with the same property of 3D spatial geometry. These micro and macro structures are used herein to iteratively obtain the corresponding relations between two point clouds.

In the following, the registration method and various embodiments related thereto, based on the proposed macro and micro structure theory, are described more in detail, as well as the components that make up the registration system. Figure 4 shows a block chart of various units of the registration system. As an input (400) for the registration system, two point clouds obtained using different sensing technology, such as Kinect® sensor and LiDAR technology.

Scale normalization

As the two point clouds come from different sensors, they have different scales. To remove scale variation, scale normalization is carried out in the scale normalization unit (402) before the super voxel extraction step. It is known to measure the scales of the point clouds manually in the real world and calibrate the two point clouds on the basis of the measurements. Although accurate, manual measurements are typically slow and difficult.

According to an embodiment, the scale of the point cloud is estimated without the need for manual work by firstly computing the mean distance of points in two 3D point clouds Pi and P j , and computing the scale by comparing these two mean distances as follows: scale= (∑„! N P,)/N)/ (∑ j=1 M P j ) M) ( 1.)

The obtained scale can be used to transform other point clouds to remove the scale difference in cross- sourced point clouds to some extent. It is noted that while the above straightforward estimation cannot accurately remove the scale difference, it provides sufficiently accurate results for the subsequent graph matching stage by eliminating most scale differences.

Super voxel extraction After the scale difference has been removed, the voxels can be extracted in the voxel extraction unit (404). Due to the large variations in cross-sourced point clouds, a method is needed to extract the invariable components. It is typical that even though the two cross- sourced point clouds may have many variations, the structure of the underlying object can still be recognized. Hence, for these cross-sourced point clouds, more emphasis is put on the structure information rather than the detailed information, because the latter is full of noise, outliers and different densities. This resembles the humans' ability to register the macro structure information at first glance and to ignore the detail information.

However, for registering accurately these two point clouds, macro structure information alone is not enough; various micro structure information is also needed. Hence, to develop an intelligent registration algorithm, a method is needed to integrate the macro and micro structure information and ensure its robustness to varying densities and missing data. Herein, a recently developed super voxel method Voxel Cloud Connectivity Segmentation (VCCS) may be used to extract the super voxels of two point clouds. The VCCS provides an over-segmentation algorithm which uses voxel relationships to produce over-segmentations which are fully consistent with the spatial geometry of the scene in 3D, rather than projective, space. Enforcing the constraint that segmented regions must have spatial connectivity prevents label flow across semantic object boundaries which might otherwise be violated. The VCCS is disclosed more in detail in: "Voxel cloud connectivity segmentation - supervoxels for point clouds" by Papon, J., Abramov, A., Schoeler, M., Worgotter, F., 2013 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Portland, Oregon (June 22-27, 2013).

As the VCCS method adheres to object boundaries while remaining efficient by only using the 3D geometric property, it obtains a robust results for two point clouds, regardless of different densities, angles, noise and missing data. At the same time, the results of super voxel extraction not only contain a robust object center point keeping the 3D object boundaries, but it also provides the adjacency of the super voxels.

According to an embodiment, based on the macro and micro structure definition, super voxels are used herein as micro structures. As a result, the macro structure can be constructed using the micro structures and their adjacencies. After these structures are extracted, the structures are integrated and introduced in the graph construction stage.

Graph construction

In order to use the macro and micro structures, the graph construction unit (406) applies a new graph construction method. The graph incorporates elements, which separately describe a part of the point cloud, into a connected structure. A graph is a strong tool for maintaining the macro structure property (e.g., topology). At the same time, the nodes and the edges of the graph maintain the micro structure properties. Hence, the graph is used to keep the macro and micro structures of a point cloud together. According to an embodiment, super voxels and their adjacencies are used to construct the graphs, wherein each super voxel and its connected adjacent edges represent the micro structures, whereas the whole graphs represent the macro structures.

A graph with n nodes and m directed edges is defined as C= {P, Q, G}. P and Q are the features for the nodes and edges of the graph, which are defined as P = [pi,...,p„] e R dp X n and Q = [qi,...,q m ] e R d P X m 5 respectively, where R d P X n is a high-dimensional vector space with d p the length of feature vector and n the number of feature vectors. R dp X m is defined in a similar manner for graph edges.. For example, p; could be a SIFT (Scale-Invariant Feature Transform) descriptor or ESF (Ensemble Shape Function) descriptor extracted from the original data around the i th node and q; could be the length of the i th edge. G e {0,1 } n X m is a node-edge incidence matrix, which describes the topology of the graph. It may be defined that gi C = gjc = 1 if the ¾ edge connect the i th node and the j th node, and zero otherwise.

Herein, a graph matching method disclosed in: "Factorized graph matching" by Zhou, F., De la Torre, F., 2012 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pp. 127-134, could be utilized. As a brief review of factorized graph matching (FGM) method, let us suppose that there is a pair of graphs, {P2, Q2, G2} . The problem of graph matching consists of finding a correspondence between the nodes of Ci and C2 that maximizes the following score of global consistency:

where X e {0, 1} nl x 112 denotes the node correspondence. For example, if i th i node of Ci and i th 2 node of C2 correspond, then Xim = 1. k p ni2 is an element of K p in i th i row and i th 2 column, and k q c ic2 is an element of K q in c th i row and c th 2 column. It is more convenient to write J(X) in a quadratic form, x T Kx, where x = vec(X) {0, 1 } nl 112 is an indicator vector and K e R nln2 X nln2 is computed as follows:

To develop an initial-free and no accuracy loss optimization scheme to address the non- convex issue, the above-mentioned factorized graph matching (FGM) method is used. It divides matrix K into many smaller matrices. Using these smaller matrices, the graph matching optimization problem can be transformed into iteratively optimizing the following non-liner problem: max J 0 (X) = ( 1 -a) J ve* (X) + aJ ca v(X) (4.) where J ve x and J cav are two relaxations in the above method.

For using the above method, P and Q need first to be defined. Secondly, two affinity matrices, K p e R nl x 112 and K q e R ml x m2 are computed to measure the similarity of each node and edge pair, respectively. More specifically, k p im = Φ Ρ p 2 i2) measures the similarity between the i th i node of Ci and the i th 2 node of C2, and k q c i C 2 = t> q c¾ measures the similarity between the c th i edge of Ci and the c th 2 edge of C2. In order to robustly represent the micro structures of point clouds, the large variations in densities and missing data should be taken into account. Hence, according to an embodiment, the super voxels of two point clouds are extracted and the centroid points of each super voxel are extracted, as well. The graph node E is constituted by these points. In order to correctly match these nodes, the nodes need to be described discriminatingly. For that purpose a global descriptor Ensemble Shape Function (ESF) is used, which adds up the properties of distances, angles and area of the point clouds. The Ensemble Shape Function (ESF) is described more in detail for example in "Ensemble of shape functions for 3D object classification," by W. Wohlkinger and M. Vincze in 2011 IEEE International Conference on Robotics and Biomimetics (ROBIO), 2011, pp. 2987-2992. The ESF can be applied to build correspondence relations by combination with the micro structures.

A node similarity matrix Kp can be computed by comparing the distance of the nodes' ESF descriptors. In order to keep the 3D geometric property, the Euclidian distance of two reference points is added and these two distances are combined using a weight, which is illustrated on the left side of Figure 5. As such distances may have different numeric scales, the distances are firstly normalized and then the final similarity distance is computed using the following formulation: Kp = (On * Dsf + (1- ω„) * D, (5.) where ω η is the weight. Db S f is the normalized distance of two 3D points' ESF descriptors, Dsf = D es f/max(max(Desf)). D n is the normalized distance of two 3D points' Euclidian distance,

In order to robustly and discriminately describe the point cloud, the edges need to be built accurately to reject the macro structure of the point clouds. The adjacent relations extracted by the VCSS method above are recorded between super voxels and the adjacent relations are used as the edges Q. The adjacent relations correctly reject the relations of the super voxels through the boundary property. In order to correctly match the edges, the edges need to be described discriminatingly and meaningfully. Herein, the spatial distance and geometry properties of the edges are used, as illustrated in the right side of Figure 5. More specifically, the Euclidean distance and Eular angles of two connected nodes are combined to construct a descriptor vector for describing the edges (x a n g ie, y a n g ie, Zangie, d), where d = | P; - Pj | 2, Zangie = acos(z/d), Xangie = acos(x/(d * sin(zangie)), y a ngie = acos(y/(d * sin(zangie)). The similarity can be estimated by comparing the similarity of these edges' descriptors, thereby obtaining D e . In order to undertake a more robust comparison, the descriptor D e is normalized, i.e. D e = D e /max (D e ). So, the edge similarity matrix Q is computed by Optimization

The equation 4 defines how the FGM method transforms the graph matching optimization problem into iteratively optimized non-linear function. Although the FGM uses a different a iteratively to avoid the problem of a local minima in graph matching, equation 4 cannot address the problem completely.

According to an embodiment, the optimization unit (408) may apply a regulation term which considers the macro structure to the FGM method to effectively deal with the problem of local minima. Thus, the improved energy function can be defined as: max Ja (X) = (1-00 Jvex(X) + Oj C av(X) + Jsmooth (X) (7.)

As the underlying registration problem only has rigid rotation and translation, the rigid transformation relations always have neighbor projection errors nearby. This property can be used to avoid the local minima and to obtain more accurate transformation relations. The regulation term may be defined by considering the neighbors' projection difference of correspondence points. Jsmooth (X) may be defined as

Jsmooth (X) = XiexXjeD | | Pi " Pj | " Pirn - Pjm I I /(ni * n 2 ) (8.) where D is the connection points with point i, pi m is the matched point of p; and p jm is the matched point of pj. These points can be easily obtained in D by searching matrix G in the graph. To optimize this nonlinear problem, the so-called Frank- Wolf (FW) method, disclosed in.: "A path following algorithm for the graph matching problem", by Zaslavskiy, M., Bach, F., Vert, J. P. in IEEE Transactions on Pattern Analysis and Machine Intelligence, 31(12), pp. 2227-2242 (2009), can be used. The FW iteratively updates the solution of X* = X + λΥ. Given an initial Xo, X can be updated through optimal direction Y and step size λ. As the regulation term Jsmooth (X) needs a correspondence relation, the computation of optimal direction Y is divided, according to an embodiment, into two steps:

compute initial Yo by using J ve x and J cav - Herein, an initial Yo may be computed by solving the Hungarian algorithm which is linear programming similar to the FGM method.

- compute the final Y by using J ve x, Jcav and Jsmooth. The energy of the regulation term

Jsmooth (X) can be computed using Yo and the final Y is obtained using the new energy.

As the computation of Y involves linear programming, adding one more computation step of Y is not computationally costly. Similar to the strategy of FGM, 100 times iteration can be used to discard the inferior temporary solution and compute an alternate one by another FW step to optimize J(X).

Transformation estimation

After optimization, the final transformation matrix is computed in the transformation unit (410). The output of the method is to registration of the two cross-sourced point clouds together (412). However, the results of graph matching may sometimes contain a few outliers, which make the results non-optimal for directly computing the transformation matrix, which is used to combine two point clouds into a coordinate system.

Thus, according to an embodiment, the method may further comprise an optional step of removing the outliers to obtain the final transformation matrix. According to an embodiment, an estimation method, for example a RANSAC (RANdom SAmple Consensus) method, is adopted to remove the outliers. After the outliers are removed, the transformation matrix can be computed and the transformation may be performed for the point clouds. Moreover, even after the removal of the outliers, the transformation matrix may still contain small errors. According to an embodiment, the method further comprises refining the regions between the 3D point clouds according to an iterative closest point (ICP) method, wherein search of similarities between the first 3D point cloud and the second 3D point cloud is carried out.

The iterative closest point (ICP) method is commonly used for registration and gains success in many fields such as mobile robots, medical imaging and 3D-map. The iterative closest point (ICP) method is disclosed more in detail for example in "A method for registration of 3-D shapes," by P. J. Besl and H. D. McKay, IEEE Trans. Pattern Anal. Mach. Intell., vol. 14, no. 2, pp. 239 -256, Feb. 1992.

These optional steps may be carried out in the transformation unit (412) before the two cross-sourced point clouds are registered together.

A skilled person appreciates that any of the embodiments described above may be implemented as a combination with one or more of the other embodiments, unless there is explicitly or implicitly stated that certain embodiments are only alternatives to each other. As confirmed by the experiments, the various embodiments may provide advantages over state of the art. The disclosed approach preserves the structure properties well by firstly describing the point clouds' structures as graphs, and secondly finding the optimal graph- matching solution. According to some embodiments, the results can be refined by applying 3D RANSAC to remove outliers and ICP to finalize the outlier-free registration.

The various embodiments of the invention can be implemented with the help of computer program code that resides in a memory and causes the relevant apparatuses to carry out the invention. For example, an apparatus may comprise circuitry and electronics for handling, receiving and transmitting data, computer program code in a memory, and a processor that, when running the computer program code, causes the terminal device to carry out the features of an embodiment.

It is obvious that the present invention is not limited solely to the above-presented embodiments, but it can be modified within the scope of the appended claims.