CN107038726B - Gray code coded 3D feature descriptor simplifying method - Google Patents

Gray code coded 3D feature descriptor simplifying method Download PDF

Info

Publication number
CN107038726B
CN107038726B CN201710224529.5A CN201710224529A CN107038726B CN 107038726 B CN107038726 B CN 107038726B CN 201710224529 A CN201710224529 A CN 201710224529A CN 107038726 B CN107038726 B CN 107038726B
Authority
CN
China
Prior art keywords
descriptor
gray code
simplified
unit
vector
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710224529.5A
Other languages
Chinese (zh)
Other versions
CN107038726A (en
Inventor
闵华松
林云汉
杜梁杰
周昊天
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Wuhan University of Science and Engineering WUSE
Original Assignee
Wuhan University of Science and Engineering WUSE
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 Wuhan University of Science and Engineering WUSE filed Critical Wuhan University of Science and Engineering WUSE
Priority to CN201710224529.5A priority Critical patent/CN107038726B/en
Publication of CN107038726A publication Critical patent/CN107038726A/en
Application granted granted Critical
Publication of CN107038726B publication Critical patent/CN107038726B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T9/00Image coding

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Image Processing (AREA)

Abstract

The invention provides a 3D feature descriptor simplifying method for Gray code coding, which has the following characteristics that: step A, analyzing a descriptor, and determining a simplified unit and a simplified coding bit number; step B, solving the value range of each simplified unit and dividing the value range into 2NDividing equally; step C, traversing each value in the descriptor vector, and coding the descriptor by adopting a corresponding Gray code according to a value domain interval where the value falls; and step D, combining the values of each simplified unit to form a complete Gray code descriptor.

Description

Gray code coded 3D feature descriptor simplifying method
Technical Field
The invention relates to the field of robots and computer vision, in particular to a Gray code coded 3D feature descriptor simplifying method.
Background
With the advent of Microsoft Kinect, Asus x position live, intel RealSense cameras and Structure sensors, the acquisition cost of RGB-D data becomes inexpensive. The application of these cheap depth sensors in the fields of robots and computer vision, and the ability of robots to perceive three-dimensional environments is a research hotspot and difficulty in recent years. The purpose of robot three-dimensional environment perception is to find matched object clusters in a model library and a real scene so as to realize the identification of three-dimensional objects in the real scene. In the application of mobile robots and handheld 3D data acquisition equipment, in order to realize the convenience and the real-time performance of the system, the system needs to have lower memory occupancy rate and lower computation complexity, and efficient matching is realized between source points and target point clouds in two arbitrary directions. In general, three-dimensional object recognition can be divided into object recognition based on a global descriptor and object recognition based on a local descriptor. Because the object identification based on the local descriptor can realize the robustness to the problems of occlusion, disorder, view angle change and the like, the method is widely researched.
The expression of descriptors is currently of two types: floating point type descriptions and binary descriptions. Although the floating point type descriptor has good performance in recognition accuracy, the performance in time complexity is not good due to the disadvantages of relatively slow matching speed, large memory consumption and the like. In view of this, methods of expressing the feature descriptors using binary have appeared in recent years. There are two generally feasible methods of binary descriptor acquisition: training a binary descriptor through machine learning and directly binarizing a floating point descriptor. The binary descriptor can be trained through machine learning to obtain a good recognition effect, but a large amount of learning and calculation are needed, and the algorithm is complex.
Prakhya et al in 2015 applied the direct binarization idea to simplification of a 3D point cloud feature descriptor SHOT descriptor for the first time, and proposed B-SHOT. In 2016, the author conducts a plurality of extension experiments on the original algorithm, applies the binarization idea to the other two latest descriptors, namely RoPS and FPFH, establishes B-RoPS and B-FPFH descriptors, and compares B-SHOT, B-RoPS and B-FPFH through a series of experiments, and the experimental results show that the comprehensive performance of the B-SHOT is the best.
However, B-SHOT has two problems:
the first problem is that: B-SHOT takes each 4-dimension of the SHOT descriptor as a simplified unit, which is unreasonable. Because the SHOT descriptor is composed of 32 spatial grids, each spatial grid is divided into 11 equal parts according to the included angle of the normal vector between two point clouds, and the equal parts form a descriptor of a 352(32x11) dimensional vector in total. However, 11 is not evenly divisible by 4, and there are cases where some packets cross the spatial grid, resulting in discontinuity of information, i.e., there is a problem that the simplified cells are not reasonable.
The second problem is that: when the SHOT feature descriptor is converted into the B-SHOT feature descriptor, there may be a serious information loss. Such as: assume that there is such a set of groups S0,S1,S2,S3Where {0.8,0.24,0,0}, as can be seen from the rule of B-SHOT, the data S of the group is obtained0And S1Is over S0,S1,S2And S390% of the sum, andto connect S0And S1The code is 1 and the remaining codes are 0. Carrying out binarization on the obtained binary image to obtain: { B0,B1,B2, B 31,1,0, 0. As can be seen, B after binarization0And B1The values of (a) are all 1, and in fact, the original values are very different, i.e. there may be a problem of serious information loss.
Disclosure of Invention
The present invention is made to solve the above problems, and an object of the present invention is to provide a simple and rational 3D feature descriptor simplifying method for gray code encoding.
The invention provides a 3D feature descriptor simplifying method for Gray code coding, which has the following characteristics that:
step A, analyzing a descriptor, and determining a simplified unit and a simplified coding bit number;
step B, solving the value range of each simplified unit and dividing the value range into 2NDividing equally;
step C, traversing each value in the descriptor vector, and coding the descriptor by adopting a corresponding Gray code according to a value domain interval where the value falls; and
and D, combining the values of each simplified unit to form a complete Gray code descriptor.
The invention provides a method for simplifying a 3D feature descriptor of Gray code coding, which also has the following characteristics: the descriptor vector is 352-dimensional, the descriptor vector is composed of 32 grids of space and 11 equal included angles in each grid, and the descriptor is simplified by taking the space grid as a unit and serving as a simplifying unit.
The invention provides a method for simplifying a 3D feature descriptor of Gray code coding, which also has the following characteristics: the descriptor vector is 352 dimensions, and the descriptor vector simplifies the descriptor by taking the 352 dimensions as a simplification unit.
The invention provides a method for simplifying a 3D feature descriptor of Gray code coding, which also has the following characteristics: in which a four-valued simplification of the descriptor vector is performed with 2-bit encoding and an octalization is performed with 3-bit binary code.
The invention provides a method for simplifying a 3D feature descriptor of Gray code coding, which also has the following characteristics: in step B, the binary Gray code is used to divide the value range of each simplified unit into four equal intervals, and each interval is assigned with 00,01,11 and 10 according to the size.
Action and Effect of the invention
According to the 3D feature descriptor simplifying method for Gray code coding, the reasonable analysis simplifying unit is adopted to adjust the number of coding bits according to the actual effect (for example, four-value simplification of a vector is carried out by 2-bit coding, and 8-valued of the vector is carried out by 3-bit coding) so as to simplify the descriptor. The problems that a simplified unit is unreasonable and the existing coding mode possibly has serious information loss in the prior art are solved.
Drawings
Fig. 1 is a flowchart of a 3D profile descriptor reduction method for gray code encoding according to an embodiment of the present invention.
Detailed Description
The 3D characterizer simplification method of gray code coding according to the present invention is described in detail below with reference to the accompanying drawings and embodiments.
Examples
And simplifying the feature descriptors by adopting a Gray code coding method, and providing a general method for simplifying the 3D feature descriptors by adopting Gray codes. The simplified method can be defined as equation (1).
Bdi=G(Rdi,μ,N) (1)
Wherein R isdiRepresenting the actual value of the vector in the original descriptor, mu being the simplified unit, N being the number of encoding bits, BdiThe binary values representing the simplified descriptors obtained by the method of gray coding herein. According to the above definitions, when applying this equation to the simplification of the SHOT descriptor, and taking μ ═ 1 and N ═ 4, the obtained simplified descriptor is B-SHOT. The simplification method proposed herein will be an extension of the binary method proposed by Prakhya et al, which is a general binary simplification method. For different original descriptors, different simplified descriptors can be generated by changing the two variable parameters mu and N by adopting the method provided by the invention.
Fig. 1 is a flowchart of a 3D profile descriptor reduction method for gray code encoding according to an embodiment of the present invention.
As shown in fig. 1, a 3D feature descriptor reduction method for gray code encoding has the following steps:
step A: and analyzing the descriptor to determine the simplified unit and the simplified coding bit number, and entering the step B.
Analysis descriptor D { D0,D1,D2,…,Dm-1Determining a simplified unit mu and a simplified coding bit number N; for example, after analyzing the SHOT descriptor, it is determined that the 352D whole is to be adopted as a simplification unit, and the descriptor is simplified by performing quaternization with two-bit Gray codes.
And the descriptor is simplified by properly increasing the number of the simplified coding bits, and the vector in the simplified unit is subdivided to reduce the information loss degree. Such as: four-valued simplification of the vector is done with 2-bit encoding and 8-valued with 3-bit binary code. I.e. a floating point vector of one dimension is encoded with 2 or more bits.
And B: the value Range of each simplified unit is determined and divided into 2NAnd (5) dividing equally, and entering the step C. The binary Gray code is used to divide the value range of each simplified unit into four equal intervals, and each interval is assigned with 00,01,11 and 10 according to the size.
For binary coding with more than or equal to 2 digits, if a common binary coding rule is adopted, jump of more than one digit exists between partial codes, and the problem of discontinuous head and tail exists. For example, two-bit binary codes are used to represent four values, which are arranged in the order from small to large as 00,01,10, and 11, respectively. Wherein, there are two jumps when the second code 01 is transformed into the third code 10; there are two transitions in the transition from the fourth code to the first code. Whereas for gray coding there is only one bit transition between each bit (including the head and tail). Such as: 2-bit gray codes are sequentially ordered from small to large as 00,01,11 and 10; gray codes with 3 bits are sorted from small to large as follows: 000,001,011,010,110,111,101,100.
And C: and traversing each value in the descriptor vector, and coding the descriptor by adopting a corresponding Gray code according to a value domain interval to which the value falls, and entering the step D. Dj<range/2NThe value of the dimension is encoded as 00.
The descriptor vector is 352-dimensional, the descriptor vector is composed of 32 grids of space and 11 equal included angles in each grid, and the descriptor is simplified as a simplifying unit by taking the space grid as a unit. Or the descriptor vector simplifies the descriptor by taking 352 dimensions of the whole as a simplified unit.
And D, combining the values of each simplified unit to form a complete Gray code descriptor.
The geometric information (statistical histogram information, statistical signature histogram information) of the descriptor is simplified by a binary gray code encoding method. Since the simplification made here is to convert the actual information of the original descriptor into binary numbers (codes containing only 0 and 1), and in addition, considering that only one bit jump exists between every two adjacent codes from small to large of gray codes, the value range of the simplified unit vector is divided equally and the coding is simplified by the gray codes.
Effects and effects of the embodiments
According to the 3D feature descriptor simplifying method for Gray code coding, the reasonable analysis simplifying unit adjusts the number of coding bits according to the actual effect (such as four-value simplification of vectors by 2-bit coding and 8-valued simplification of vectors by 3-bit coding) to simplify the descriptor. The problems that a simplified unit is unreasonable and the existing coding mode possibly has serious information loss in the prior art are solved.
The above embodiments are preferred examples of the present invention, and are not intended to limit the scope of the present invention.

Claims (3)

1. A Gray code coded 3D feature descriptor simplifying method is characterized by comprising the following steps:
step A, analyzing a descriptor, and determining a simplified unit mu and a simplified coding bit number N; encoding a floating point vector of one dimension with 2 or more bits;
step B, solving the value range of each simplified unit and dividing the value range into 2NDividing equally;
performing four-value simplification of the descriptor vector with a 2-bit binary gray code when the encoding bit number N is 2; namely: dividing the value range of each simplified unit into four equal intervals by using a binary Gray code, and respectively assigning values of each interval from small to large as: 00,01,11, 10;
when the encoding bit number N is 3, performing eight-valued simplification of the descriptor vector with a 3-bit binary gray code; namely: dividing the value range of each simplified unit into eight equal intervals by using Gray codes with 3 bits, and respectively assigning values of each interval from small to large as: 000,001,011,010,110,111,101,100, respectively;
step C, traversing each value in the descriptor vector, and coding the descriptor by adopting a corresponding Gray code according to the value domain interval where the value falls; only one bit of jump exists between every two adjacent codes from small to large of the Gray code;
step D, combining the values of each simplified unit to form a complete Gray code descriptor;
the binary value B of the simplified descriptor obtained by the simplification according to the method from the step A to the step DdiIs composed of
Bdi=G(Rdi,μ,N)
Wherein R isdiRepresenting the actual value of the vector in the original descriptor, μ is the simplified unit and N is the number of encoding bits.
2. A method for 3D feature descriptor reduction for gray code coding according to claim 1, characterized in that:
wherein the descriptor vector has 352 dimensions,
the descriptor vector is composed of 32 grids of space and 11 equal included angles in each grid, and the descriptor is simplified by taking the space grids as a unit as a simplifying unit.
3. A method for 3D feature descriptor reduction for gray code coding according to claim 1, characterized in that:
wherein the descriptor vector has 352 dimensions,
the descriptor vector simplifies the descriptor in 352 dimensions as a whole as a simplification unit.
CN201710224529.5A 2017-04-07 2017-04-07 Gray code coded 3D feature descriptor simplifying method Active CN107038726B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710224529.5A CN107038726B (en) 2017-04-07 2017-04-07 Gray code coded 3D feature descriptor simplifying method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710224529.5A CN107038726B (en) 2017-04-07 2017-04-07 Gray code coded 3D feature descriptor simplifying method

Publications (2)

Publication Number Publication Date
CN107038726A CN107038726A (en) 2017-08-11
CN107038726B true CN107038726B (en) 2020-07-31

Family

ID=59534046

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710224529.5A Active CN107038726B (en) 2017-04-07 2017-04-07 Gray code coded 3D feature descriptor simplifying method

Country Status (1)

Country Link
CN (1) CN107038726B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109493392B (en) * 2017-09-11 2023-06-09 武汉科技大学 DB-SHOT binary feature descriptor

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102655414A (en) * 2011-03-04 2012-09-05 上海华虹集成电路有限责任公司 Concurrent design circuit for encoding Gray code
CN105160344A (en) * 2015-06-18 2015-12-16 北京大学深圳研究生院 Method and device for extracting local features of three-dimensional point cloud

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102655414A (en) * 2011-03-04 2012-09-05 上海华虹集成电路有限责任公司 Concurrent design circuit for encoding Gray code
CN105160344A (en) * 2015-06-18 2015-12-16 北京大学深圳研究生院 Method and device for extracting local features of three-dimensional point cloud

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
A Comprehensive Performance Evaluation of 3D Local Feature Descriptors;Yulan Guo,et al.;《International Journal of Computer Vision》;20160115;第116卷(第1期);66-89 *
B-SHOT : A Binary Feature Descriptor for Fast and Efficient Keypoint Matching on 3D Point Clouds;,Sai Manoj Prakhya,et al.;《2015 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)》;20151002;1929-1934 *

Also Published As

Publication number Publication date
CN107038726A (en) 2017-08-11

Similar Documents

Publication Publication Date Title
CN109753885B (en) Target detection method and device and pedestrian detection method and system
CN108780507B (en) System and method for providing an image classifier
WO2019213459A1 (en) System and method for generating image landmarks
KR20180004898A (en) Image processing technology and method based on deep learning
Zhao et al. Local quantization code histogram for texture classification
Li et al. A lightweight depth estimation network for wide-baseline light fields
CN103578093A (en) Image registration method and device and augmented reality system
CN109934272B (en) Image matching method based on full convolution network
CN103903275A (en) Method for improving image segmentation effects by using wavelet fusion algorithm
RU2674326C2 (en) Method of formation of neural network architecture for classification of object taken in cloud of points, method of its application for teaching neural network and searching semantically alike clouds of points
CN114511440A (en) Adaptive convolution in neural networks
Xie et al. Bag-of-words feature representation for blind image quality assessment with local quantized pattern
CN111476835B (en) Unsupervised depth prediction method, system and device for consistency of multi-view images
CN112364881B (en) Advanced sampling consistency image matching method
CN103093226B (en) A kind of building method of the RATMIC descriptor for characteristics of image process
CN111489394B (en) Object posture estimation model training method, system, device and medium
CN107038726B (en) Gray code coded 3D feature descriptor simplifying method
KR101864000B1 (en) Multi-purpose image processing core
CN104299233A (en) SAR image segmentation method for bee colony and gray association algorithm on basis of superpixel blocks
CN109753157A (en) The gestural control method and device of display screen
CN103426188A (en) Texture description method
CN110910463B (en) Full-view-point cloud data fixed-length ordered encoding method and equipment and storage medium
Salvesen et al. Robust methods of unsupervised clustering to discover new planktonic species in-situ
US9659227B2 (en) Detecting object from image data using feature quantities
CN108268533B (en) Image feature matching method for image retrieval

Legal Events

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