CN113011498B - Feature point extraction and matching methods, systems and media based on color images - Google Patents
Feature point extraction and matching methods, systems and media based on color images Download PDFInfo
- Publication number
- CN113011498B CN113011498B CN202110300341.0A CN202110300341A CN113011498B CN 113011498 B CN113011498 B CN 113011498B CN 202110300341 A CN202110300341 A CN 202110300341A CN 113011498 B CN113011498 B CN 113011498B
- Authority
- CN
- China
- Prior art keywords
- points
- color
- pixel
- descriptor
- images
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 49
- 238000000605 extraction Methods 0.000 title claims abstract description 38
- 239000011159 matrix material Substances 0.000 claims description 16
- 238000004422 calculation algorithm Methods 0.000 claims description 15
- 239000003086 colorant Substances 0.000 claims description 8
- 238000010586 diagram Methods 0.000 claims description 5
- 230000014509 gene expression Effects 0.000 claims description 5
- 238000005070 sampling Methods 0.000 claims description 4
- 238000006243 chemical reaction Methods 0.000 claims description 3
- 230000000694 effects Effects 0.000 claims description 3
- 239000000284 extract Substances 0.000 claims description 3
- 238000012216 screening Methods 0.000 claims description 2
- 230000009466 transformation Effects 0.000 claims 2
- 230000006870 function Effects 0.000 description 11
- 230000009286 beneficial effect Effects 0.000 description 5
- 238000004364 calculation method Methods 0.000 description 4
- 238000004590 computer program Methods 0.000 description 4
- 238000005516 engineering process Methods 0.000 description 4
- 238000012986 modification Methods 0.000 description 3
- 230000004048 modification Effects 0.000 description 3
- 238000006467 substitution reaction Methods 0.000 description 3
- 238000003491 array Methods 0.000 description 2
- 239000000463 material Substances 0.000 description 2
- 238000012545 processing Methods 0.000 description 2
- 238000012937 correction Methods 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 239000000835 fiber Substances 0.000 description 1
- 238000009499 grossing Methods 0.000 description 1
- 238000005286 illumination Methods 0.000 description 1
- 238000009434 installation Methods 0.000 description 1
- 238000010801 machine learning Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 230000001568 sexual effect Effects 0.000 description 1
- 230000001629 suppression Effects 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/22—Matching criteria, e.g. proximity measures
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/21—Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
- G06F18/211—Selection of the most significant subset of features
- G06F18/2113—Selection of the most significant subset of features by ranking or filtering the set of features, e.g. using a measure of variance or of feature cross-correlation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/40—Extraction of image or video features
- G06V10/44—Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/40—Extraction of image or video features
- G06V10/56—Extraction of image or video features relating to colour
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Bioinformatics & Computational Biology (AREA)
- Evolutionary Biology (AREA)
- Evolutionary Computation (AREA)
- Bioinformatics & Cheminformatics (AREA)
- General Engineering & Computer Science (AREA)
- Artificial Intelligence (AREA)
- Life Sciences & Earth Sciences (AREA)
- Multimedia (AREA)
- Image Analysis (AREA)
Abstract
Description
技术领域Technical field
本发明涉及计算机视觉领域,尤其涉及一种基于彩色图像的特征点提取与匹配方法、系统及介质。The invention relates to the field of computer vision, and in particular to a feature point extraction and matching method, system and medium based on color images.
背景技术Background technique
图像特征点的提取与匹配在计算机视觉领域有着非常重要的作用,其在人脸识别、目标识别与跟踪、图像配准与矫正、视觉SLAM以及三维重建中都有着广泛的应用。特征点是指图像中一些具有代表性的区域,这些区域包含与计算任务相关的信息,因此特征点的选取的好坏将会直接影响到后期的计算任务。图像特征点的选取与设计通常需要满足以下性质:1.可重复性(Repeatability),即对于同一个特征点在多幅相似的图像中均能被提取到;2.可区别性(Distinguishability),即不同的特征点有着不同的表述且易于区分;3.局部性(Locality),即某一特征点只与图像中某一小块区域相关;4.高效性(Efficiency),即特征点数量适中且提取与匹配耗时短。根据提取策略的不同,特征点主要分为点特征、线特征和面特征。由于线特征和面特征的提取相对困难,因此目前图像特征点提取主要以点特征为主。The extraction and matching of image feature points plays a very important role in the field of computer vision. It is widely used in face recognition, target recognition and tracking, image registration and correction, visual SLAM and three-dimensional reconstruction. Feature points refer to some representative areas in the image. These areas contain information related to computing tasks. Therefore, the selection of feature points will directly affect the later computing tasks. The selection and design of image feature points usually need to meet the following properties: 1. Repeatability (Repeatability), that is, the same feature point can be extracted in multiple similar images; 2. Distinguishability (Distinguishability), That is, different feature points have different expressions and are easy to distinguish; 3. Locality, that is, a certain feature point is only related to a certain small area in the image; 4. Efficiency, that is, the number of feature points is moderate And the extraction and matching time is short. According to different extraction strategies, feature points are mainly divided into point features, line features and surface features. Since it is relatively difficult to extract line features and surface features, current image feature point extraction mainly uses point features.
目前绝大多数的特征提取与描述算法均是采用灰度图作为处理对象,这样虽然能够在一定程度上减少光照变化的影响、提高特征提取的速度,但却忽略了图像的颜色信息。我们生活在一个色彩斑斓的世界中,大多数图像中都包含了丰富的颜色信息,这些颜色信息对图像特征点的提取和匹配有很大的帮助,因此对彩色图像的特征提取与匹配算法具有非常大的实用意义。At present, most feature extraction and description algorithms use grayscale images as processing objects. Although this can reduce the impact of illumination changes to a certain extent and improve the speed of feature extraction, it ignores the color information of the image. We live in a colorful world, and most images contain rich color information. This color information is of great help to the extraction and matching of image feature points. Therefore, the feature extraction and matching algorithm of color images is of great help. Very practical significance.
发明内容Contents of the invention
为至少一定程度上解决现有技术中存在的技术问题之一,本发明的目的在于提供一种基于彩色图像的特征点提取与匹配方法、系统及介质。In order to solve one of the technical problems existing in the prior art at least to a certain extent, the purpose of the present invention is to provide a feature point extraction and matching method, system and medium based on color images.
本发明所采用的技术方案是:The technical solution adopted by the present invention is:
一种基于彩色图像的特征点提取与匹配方法,包括以下步骤:A feature point extraction and matching method based on color images, including the following steps:
获取多张彩色图像,将所述彩色图像转换为灰度图和HSV图像,并构建灰度图像金字塔和HSV彩色图像金字塔;Obtain multiple color images, convert the color images into grayscale images and HSV images, and construct a grayscale image pyramid and an HSV color image pyramid;
在所述灰度图像金字塔的每一层的灰度图中提取关键点,以及获取每个所述关键点的方向;Extract key points from the grayscale image of each layer of the grayscale image pyramid, and obtain the direction of each key point;
根据所述HSV彩色图像金字塔获取与所述关键点对应的描述子,根据所述关键点和所述描述子获得特征点;Obtain descriptors corresponding to the key points according to the HSV color image pyramid, and obtain feature points according to the key points and the descriptors;
获得特征点后,对多张彩色图像中的两张彩色图像进行特征点匹配。After obtaining the feature points, perform feature point matching on two color images among the multiple color images.
进一步,所述在所述灰度图像金字塔的每一层的灰度图中提取关键点,包括:Further, extracting key points from the grayscale image of each layer of the grayscale image pyramid includes:
将所述灰度图像金字塔的每一层的灰度图划分为n个区域;Divide the grayscale image of each layer of the grayscale image pyramid into n regions;
采用FAST-N0算法在每个所述区域提取预设数量的关键点;Use the FAST-N0 algorithm to extract a preset number of key points in each of the regions;
采用四叉树分裂法对提取的所述关键点进行筛选,以去除边缘效应。The extracted key points are screened using the quadtree splitting method to remove edge effects.
进一步,所述关键点通过比较像素点P与所述像素点P邻近的像素点的灰度值大小进行判定;Further, the key point is determined by comparing the gray value of the pixel point P and the pixel points adjacent to the pixel point P;
比较公式为:The comparison formula is:
其中,Ii为与像素点P邻近的像素点的灰度值,若N>N0,则认为像素点P为关键点,N0和T均为阈值。Among them, I i is the gray value of the pixel point adjacent to the pixel point P. If N>N 0 , the pixel point P is considered to be a key point, and N 0 and T are both threshold values.
进一步,所述获取每个所述关键点的方向,包括:Further, obtaining the direction of each key point includes:
以所述关键点作为中心获取一个半径为r个像素的圆盘区域;Using the key point as the center, obtain a disk area with a radius of r pixels;
计算所述圆盘区域的灰度质心C;Calculate the gray centroid C of the disk area;
若灰度质心C与所述圆盘区域的几何中心O不重合,则所述关键点的方向角θ由向量表示;If the grayscale centroid C does not coincide with the geometric center O of the disk area, then the direction angle θ of the key point is given by the vector express;
其中,灰度质心C的表达式为:Among them, the expression of the grayscale centroid C is:
方向角θ的表达式为:The expression of direction angle θ is:
θ=atan2(m01,m10)。θ=atan2(m 01 , m 10 ).
进一步,所述描述子为BRIEF-32描述子,所述BRIEF-32描述子为256位的二进制向量,且二进制向量中的每一位由圆形区域中任意两个像素块的颜色相似度确定;Further, the descriptor is a BRIEF-32 descriptor, the BRIEF-32 descriptor is a 256-bit binary vector, and each bit in the binary vector is determined by the color similarity of any two pixel blocks in the circular area. ;
所述圆形区域以关键点为中心、半径为m个像素;The circular area is centered on the key point and has a radius of m pixels;
所述像素块为按照预设方式在所述圆形区域获取的区域。The pixel block is an area obtained in the circular area in a preset manner.
进一步,所述BRIEF-32描述子通过以下方式获得:Further, the BRIEF-32 descriptor is obtained in the following way:
在所述圆形区域内获取256对像素点,每个像素点坐标为(xi,yi),i=1,2,...,512,构成矩阵D:256 pairs of pixel points are obtained in the circular area, the coordinates of each pixel point are (xi , y i ), i=1, 2,..., 512, forming a matrix D:
为保证描述子的旋转不变性,将矩阵D矩阵以关键点的方向角θ进行旋转变换:In order to ensure the rotation invariance of the descriptor, the matrix D is rotated by the direction angle θ of the key point:
Dθ=RθDD θ =R θ D
其中,Rθ为关键点的方向角θ的旋转矩阵:Among them, R θ is the rotation matrix of the direction angle θ of the key point:
Dθ为旋转之后的像素点的坐标构成的矩阵,设其中的一对像素点坐标分别为(x′i1,y′i1),(x′i2,y′i2),与描述子的第i位Desi相对应;D θ is a matrix composed of the coordinates of the pixel points after rotation. Assume that the coordinates of a pair of pixel points are (x′ i1 , y′ i1 ), (x′ i2 , y′ i2 ), and the i-th coordinate of the descriptor. Bit Des i corresponds;
分别在HSV三个单色通道图像中计算以(x′i1,y′i1),(x′i2,y′i2)为中心、以w个像素为半径的像素块Patch的像素平均值,计算方法如下:Calculate the pixel average value of the pixel patch with (x′ i1 , y′ i1 ), (x′ i2 , y′ i2 ) as the center and w pixels as the radius in the three monochromatic channel images of HSV, and calculate Methods as below:
计算这两个像素块的颜色相似度:Calculate the color similarity of these two pixel blocks:
其中,Cdisti为色彩差异,Bdisti为亮度差异;Among them, Cdist i is the color difference, Bdist i is the brightness difference;
则描述子的第i位Desi定义为:Then the i-th bit Des i of the descriptor is defined as:
其中εc、εB分别为色彩差异和亮度差异的阈值,当Cdisti和Bdisti均小于阈值时表示两个像素块色彩相近,描述子对应位取值为1,否则表示两个像素块色彩相异,描述子对应位取值为0;Among them, ε c and ε B are the thresholds of color difference and brightness difference respectively. When Cdist i and Bdist i are both less than the threshold, it means that the colors of the two pixel blocks are similar, and the corresponding bit value of the descriptor is 1. Otherwise, it means that the colors of the two pixel blocks are similar. Different, the corresponding bit of the descriptor has a value of 0;
对256对像素点进行运算后,得到一个256位的二进制向量作为R-BRIEF描述子。After operating on 256 pairs of pixels, a 256-bit binary vector is obtained as the R-BRIEF descriptor.
进一步,所述灰度图通过以下公式获得:Further, the grayscale image is obtained by the following formula:
IGray=(IR*30+IG*59+IB*11+50)/100I Gray =(I R *30+I G *59+I B *11+50)/100
其中IGray、IR、IG、IR分别为灰度图和R、G、B三个通道各像素值;Among them, I Gray , I R , I G , and I R are the grayscale image and the pixel values of the three channels of R, G, and B respectively;
对两张彩色图像进行特征点匹配,包括:Feature point matching is performed on two color images, including:
采用暴力匹配法对两张彩色图像进行特征点匹配;Use brute force matching method to match feature points of two color images;
采用K近邻算法过滤错误匹配,以及采用随机采样一致性算法去除错误匹配。The K nearest neighbor algorithm is used to filter out false matches, and the random sampling consistency algorithm is used to remove false matches.
本发明所采用的另一技术方案是:Another technical solution adopted by the present invention is:
一种基于彩色图像的特征点提取与匹配系统,包括:A feature point extraction and matching system based on color images, including:
图像转换模块,用于获取多张彩色图像,将所述彩色图像转换为灰度图和HSV图像,并构建灰度图像金字塔和HSV彩色图像金字塔;An image conversion module, used to acquire multiple color images, convert the color images into grayscale images and HSV images, and construct a grayscale image pyramid and an HSV color image pyramid;
关键点提取模块,用于在所述灰度图像金字塔的每一层的灰度图中提取关键点,以及获取每个所述关键点的方向;A key point extraction module, used to extract key points from the grayscale image of each layer of the grayscale image pyramid, and obtain the direction of each key point;
描述子获取模块,用于根据所述HSV彩色图像金字塔获取与所述关键点对应的描述子,根据所述关键点和所述描述子获得特征点;A descriptor acquisition module, configured to acquire descriptors corresponding to the key points according to the HSV color image pyramid, and obtain feature points according to the key points and the descriptors;
特征点匹配模块,用于获得特征点后,对多张彩色图像中的两张彩色图像进行特征点匹配。The feature point matching module is used to perform feature point matching on two color images among multiple color images after obtaining the feature points.
本发明所采用的另一技术方案是:Another technical solution adopted by the present invention is:
一种基于彩色图像的特征点提取与匹配系统,包括:A feature point extraction and matching system based on color images, including:
至少一个处理器;at least one processor;
至少一个存储器,用于存储至少一个程序;At least one memory for storing at least one program;
当所述至少一个程序被所述至少一个处理器执行,使得所述至少一个处理器实现上所述方法。When the at least one program is executed by the at least one processor, the at least one processor implements the above method.
本发明所采用的另一技术方案是:Another technical solution adopted by the present invention is:
一种存储介质,其中存储有处理器可执行的程序,所述处理器可执行的程序在由处理器执行时用于执行如上所述方法。A storage medium in which a processor-executable program is stored, and the processor-executable program is used to perform the method as described above when executed by the processor.
本发明的有益效果是:本发明通过获取描述子,使特征点包含了图像的颜色信息,提高了特征点的信息丰富度。The beneficial effects of the present invention are: by obtaining the descriptor, the present invention causes the feature points to contain the color information of the image, thereby improving the information richness of the feature points.
附图说明Description of the drawings
为了更清楚地说明本发明实施例或者现有技术中的技术方案,下面对本发明实施例或者现有技术中的相关技术方案附图作以下介绍,应当理解的是,下面介绍中的附图仅仅为了方便清晰表述本发明的技术方案中的部分实施例,对于本领域的技术人员而言,在无需付出创造性劳动的前提下,还可以根据这些附图获取到其他附图。In order to explain the embodiments of the present invention or the technical solutions in the prior art more clearly, the following is an introduction to the accompanying drawings of the embodiments of the present invention or the relevant technical solutions in the prior art. It should be understood that the drawings in the following introduction are only In order to facilitate and clearly describe some embodiments of the technical solutions of the present invention, those skilled in the art can also obtain other drawings based on these drawings without exerting creative efforts.
图1是本发明实施例中一种基于彩色图像的ORB特征点提取与匹配方法的步骤流程图;Figure 1 is a step flow chart of an ORB feature point extraction and matching method based on color images in an embodiment of the present invention;
图2是本发明实施例中关键点提取的示意图;Figure 2 is a schematic diagram of key point extraction in the embodiment of the present invention;
图3是本发明实施例中四叉树分裂法筛选关键点的示意图。Figure 3 is a schematic diagram of key point screening using the quadtree splitting method in an embodiment of the present invention.
具体实施方式Detailed ways
下面详细描述本发明的实施例,所述实施例的示例在附图中示出,其中自始至终相同或类似的标号表示相同或类似的元件或具有相同或类似功能的元件。下面通过参考附图描述的实施例是示例性的,仅用于解释本发明,而不能理解为对本发明的限制。对于以下实施例中的步骤编号,其仅为了便于阐述说明而设置,对步骤之间的顺序不做任何限定,实施例中的各步骤的执行顺序均可根据本领域技术人员的理解来进行适应性调整。Embodiments of the present invention are described in detail below, examples of which are illustrated in the accompanying drawings, wherein the same or similar reference numerals throughout represent the same or similar elements or elements with the same or similar functions. The embodiments described below with reference to the drawings are exemplary and are only used to explain the present invention and cannot be understood as limiting the present invention. The step numbers in the following embodiments are only set for the convenience of explanation. The order between the steps is not limited in any way. The execution order of each step in the embodiments can be adapted according to the understanding of those skilled in the art. sexual adjustment.
在本发明的描述中,需要理解的是,涉及到方位描述,例如上、下、前、后、左、右等指示的方位或位置关系为基于附图所示的方位或位置关系,仅是为了便于描述本发明和简化描述,而不是指示或暗示所指的装置或元件必须具有特定的方位、以特定的方位构造和操作,因此不能理解为对本发明的限制。In the description of the present invention, it should be understood that orientation descriptions, such as up, down, front, back, left, right, etc., are based on the orientation or position relationships shown in the drawings and are only In order to facilitate the description of the present invention and simplify the description, it is not intended to indicate or imply that the device or element referred to must have a specific orientation, be constructed and operate in a specific orientation, and therefore should not be construed as a limitation of the present invention.
在本发明的描述中,若干的含义是一个或者多个,多个的含义是两个以上,大于、小于、超过等理解为不包括本数,以上、以下、以内等理解为包括本数。如果有描述到第一、第二只是用于区分技术特征为目的,而不能理解为指示或暗示相对重要性或者隐含指明所指示的技术特征的数量或者隐含指明所指示的技术特征的先后关系。In the description of the present invention, several means one or more, plural means two or more, greater than, less than, more than, etc. are understood to exclude the original number, and above, below, within, etc. are understood to include the original number. If there is a description of first and second, it is only for the purpose of distinguishing technical features, and cannot be understood as indicating or implying the relative importance or implicitly indicating the number of indicated technical features or implicitly indicating the order of indicated technical features. relation.
本发明的描述中,除非另有明确的限定,设置、安装、连接等词语应做广义理解,所属技术领域技术人员可以结合技术方案的具体内容合理确定上述词语在本发明中的具体含义。In the description of the present invention, unless otherwise explicitly limited, words such as setting, installation, and connection should be understood in a broad sense. Those skilled in the art can reasonably determine the specific meaning of the above words in the present invention in combination with the specific content of the technical solution.
如图1所示,本实施例提供一种基于彩色图像的ORB特征点提取与匹配方法,包括以下步骤:As shown in Figure 1, this embodiment provides a color image-based ORB feature point extraction and matching method, which includes the following steps:
S1、获取多张彩色图像,将彩色图像转换为灰度图和HSV图像,并构建灰度图像金字塔和HSV彩色图像金字塔。S1. Acquire multiple color images, convert the color images into grayscale images and HSV images, and build a grayscale image pyramid and an HSV color image pyramid.
将RGB图像转换为灰度图和HSV图像,并分别构建图像金字塔。通过建立图像金字塔,在金字塔的每一层都进行特征点(特征点由关键点和描述子两部分组成)的提取,从而形成尺度空间,保证特征点的尺度不变性。Convert RGB images to grayscale and HSV images, and build image pyramids respectively. By establishing an image pyramid, feature points (feature points are composed of key points and descriptors) are extracted at each layer of the pyramid, thereby forming a scale space and ensuring the scale invariance of the feature points.
灰度图根据如下公式获取:The grayscale image is obtained according to the following formula:
IGray=(IR*30+IG*59+IB*11+50)/100I Gray =(I R *30+I G *59+I B *11+50)/100
其中IGray、IR、IG、IR分别为灰度图和R、G、B三个通道各像素值。Among them, I Gray , IR , I G , and IR are the grayscale image and the pixel values of the three channels of R, G, and B respectively.
S2、在灰度图像金字塔的每一层的灰度图中提取关键点。S2. Extract key points from the grayscale image of each layer of the grayscale image pyramid.
在灰度图像金字塔的每一层中提取FAST关键点;FAST关键点是一种角点,通过比较某一像素点与其临近点的灰度值大小进行判定。FAST key points are extracted from each layer of the grayscale image pyramid; FAST key points are corner points that are determined by comparing the gray value of a certain pixel point with its adjacent points.
如图2中所示,以灰度图中某一像素点p(设其灰度值为Ip)为圆心,在以3个像素单位为半径的圆周上共有16个像素点,设其灰度值为Ii(i=1,2,...,16):As shown in Figure 2, taking a certain pixel point p in the grayscale image (let its grayscale value be I p ) as the center of the circle, there are a total of 16 pixels on the circle with a radius of 3 pixel units. Let its grayscale The degree value is I i (i=1, 2,...,16):
其中:in:
在本实施例中取阈值T=0.2Ip,若N>N0则认为p点为关键点,N0通常取12或9,本实施例中取N0=9。In this embodiment, the threshold value T=0.2I p is taken. If N>N 0 , point p is considered as the key point. N 0 is usually 12 or 9. In this embodiment, N 0 =9 is taken.
为了降低边缘效应,应尽可能的使特征点均匀的分布在整幅图中,在提取关键点之前先把灰度图划分为多个30*30的小区域,分别在各个小区域中提取特征点。设整幅图像共提取了M0个特征点,期望提取特征点数为M1,则应满足条件M0>M1。In order to reduce the edge effect, the feature points should be distributed evenly throughout the image as much as possible. Before extracting the key points, the grayscale image should be divided into multiple small areas of 30*30, and features should be extracted in each small area. point. Assume that a total of M 0 feature points are extracted from the entire image, and the expected number of extracted feature points is M 1 , then the condition M 0 > M 1 should be met.
关键点提取之后,采用四叉树分裂法对提取的特征点进行筛选。如图3中所示,首先将整幅图像作为根节点进行四叉树分裂,每次分裂结束统计各个叶节点中的特征点数目:若某一叶节点中特征点个数为零,则该叶节点停止分裂;若某一叶节点中特征点个数为1,则该叶节点停止分裂,并将叶节点计数器M2加1;若某一叶节点中特征点多于1个,则该叶节点继续进行下次分裂,直至满足条件M2>M1停止所有分裂。最后在每个叶节点中采用非极大值抑制(Non-Maximum Suppression,NMS)算法保留一个最佳的特征点,删除其他冗余特征点。After the key points are extracted, the quadtree splitting method is used to screen the extracted feature points. As shown in Figure 3, the entire image is first used as the root node for quadtree splitting. At the end of each split, the number of feature points in each leaf node is counted: if the number of feature points in a certain leaf node is zero, then the number of feature points in a certain leaf node is zero. The leaf node stops splitting; if the number of feature points in a certain leaf node is 1, then the leaf node stops splitting, and the leaf node counter M2 is increased by 1; if there are more than 1 feature points in a certain leaf node, then the leaf node The leaf node continues the next split until the condition M 2 > M 1 is met to stop all splits. Finally, the Non-Maximum Suppression (NMS) algorithm is used to retain an optimal feature point in each leaf node and delete other redundant feature points.
S3、获取每个关键点的方向。S3. Obtain the direction of each key point.
采用灰度质心法为每个关键点计算方向,计算方法如下:The grayscale centroid method is used to calculate the direction for each key point. The calculation method is as follows:
以关键点为中心,选取一个半径为r个像素的圆盘区域Patch,计算出以图像块灰度值为权重的中心点,即灰度质心C:With the key point as the center, select a disk area Patch with a radius of r pixels, and calculate the center point with the gray value of the image block as the weight, that is, the gray centroid C:
其中,in,
假设灰度质心C圆盘几何中心O不重合,则该关键点的方向可以由向量的方向角θ表示:Assuming that the gray-scale centroid C and the geometric center O of the disk do not coincide, the direction of the key point can be determined by the vector The direction angle θ represents:
θ=atan2(m01,m10)。θ=atan2(m 01 , m 10 ).
S4、根据HSV彩色图像金字塔获取与关键点对应的描述子,根据关键点和描述子获得特征点。S4. Obtain descriptors corresponding to key points based on the HSV color image pyramid, and obtain feature points based on key points and descriptors.
在HSV颜色空间中计算每个关键点的R-BRIEF描述子,描述子中的每一位根据关键点周围任意两个像素块的颜色相似度确定。计算过程如下:The R-BRIEF descriptor of each key point is calculated in the HSV color space. Each bit in the descriptor is determined based on the color similarity of any two pixel blocks around the key point. The calculation process is as follows:
首先对HSV的三个通道的图像分别做高斯平滑处理,减小噪声对特征描述符的影响,高斯滤波窗口大小设置为9*9像素块,方差设置为2。First, Gaussian smoothing is performed on the images of the three channels of HSV to reduce the impact of noise on the feature descriptor. The Gaussian filter window size is set to 9*9 pixel blocks, and the variance is set to 2.
本实施例选择BRIEF-32描述子,即采用一个256bit的二进制向量对一个特征点进行描述。在以关键点作为中心的31*31像素的图像块中,以机器学习的方式选取256对像素点,设每个像素点坐标为(xi,yi),i=1,2,...,512,构成矩阵D:This embodiment selects the BRIEF-32 descriptor, that is, a 256-bit binary vector is used to describe a feature point. In an image block of 31*31 pixels with the key point as the center, 256 pairs of pixels are selected using machine learning, and the coordinates of each pixel are set to (x i , y i ), i=1, 2,... ., 512, forming matrix D:
为保证特征点描述子的旋转不变性,需要将D矩阵以特征点的方向角θ进行旋转变换:In order to ensure the rotation invariance of the feature point descriptor, the D matrix needs to be rotated at the direction angle θ of the feature point:
Dθ=RθDD θ =R θ D
其中Rθ为特征点的方向角θ的旋转矩阵:where R θ is the rotation matrix of the direction angle θ of the feature point:
Dθ为旋转之后的像素点的坐标构成的矩阵,设其中的一对像素点坐标分别为(x′i1,y′i1),(x′i2,y′i2),与描述子的第i位Desi相对应。分别在HSV三个单色通道图像中计算以为(x′i1,y′i1),(x′i2,y′i2)中心、以2个像素为半径的圆盘形像素块Patch的像素平均值,计算方法如下:D θ is a matrix composed of the coordinates of the pixel points after rotation. Assume that the coordinates of a pair of pixel points are (x′ i1 , y′ i1 ), (x′ i2 , y′ i2 ), and the i-th coordinate of the descriptor. Bit Des i corresponds. Calculate the average pixel value of the disk-shaped pixel patch with a center of (x′ i1 , y′ i1 ), (x′ i2 , y′ i2 ) and a radius of 2 pixels in the three monochromatic channel images of HSV. , the calculation method is as follows:
计算这两个像素块的颜色相似度:Calculate the color similarity of these two pixel blocks:
其中,Cdisti为色彩差异,Bdisti为亮度差异。Among them, Cdist i is the color difference, and Bdist i is the brightness difference.
则描述子的第i位Desi根据如下方法定义:Then the i-th bit Des i of the descriptor is defined according to the following method:
其中εc、εB分别为色彩差异和亮度差异的阈值,当Cdisti和Bdisti均小于阈值时表示两个像素块色彩相近,描述子对应位取值为1,否则表示两个像素块色彩相异,描述子对应位取值为0。Among them, ε c and ε B are the thresholds of color difference and brightness difference respectively. When Cdist i and Bdist i are both less than the threshold, it means that the colors of the two pixel blocks are similar, and the corresponding bit value of the descriptor is 1. Otherwise, it means that the colors of the two pixel blocks are similar. Different, the corresponding bit of the descriptor has a value of 0.
对256对像素点进行上述运算后即可得到一个256位的二进制向量,即该特征点的R-BRIEF描述子。After performing the above operation on 256 pairs of pixel points, a 256-bit binary vector can be obtained, which is the R-BRIEF descriptor of the feature point.
S5、获得特征点后,对多张彩色图像中的两张彩色图像进行特征点匹配。S5. After obtaining the feature points, perform feature point matching on two color images among the multiple color images.
采用暴力匹配法(Brute-Froce Matcher)对两幅图像进行特征点匹配,然后采用K近邻(K-NN)算法初步过滤掉错误匹配,最后采用随机采样一致性算法(RANSAC)进一步去除错误匹配。The Brute-Froce Matcher method is used to match the feature points of the two images, then the K-Nearest Neighbor (K-NN) algorithm is used to initially filter out false matches, and finally the Random Sampling Consistency Algorithm (RANSAC) is used to further remove false matches.
在本实施例采用的暴力匹配法是根据描述子之间的汉明距离判断两个特征点之间的相似程度。对于图像Pi中的每一个特征点测量其与图像Pj中的每一个特征点/>之间的汉明距离,排序之后选择距离最近的一个特征点作为其匹配点。The brute force matching method used in this embodiment is to determine the degree of similarity between two feature points based on the Hamming distance between descriptors. For each feature point in image Pi Measure it and each feature point in image P j /> Hamming distance between them, after sorting, select the nearest feature point as its matching point.
由于仅根据汉明距离进行特征匹配会存在大量的错误匹配,而错误的匹配结果将会对后期的计算与处理造成巨大的影响,因此需要对匹配结果进行筛选,本发明先采用K近邻(K-NN)算法初步过滤掉一部分错误匹配,即将两个特征点描述子之间的最近距离与次近距离的比值作为判定依据,当比值大于某一阈值时认为该匹配位正确匹配,否则视为错误匹配,将其丢弃;最后再通过随机采样一致性算法(RANSAC)去除一些局部的噪声点,将最后保留下的配对点视为正确的匹配结果。Since feature matching based only on Hamming distance will result in a large number of erroneous matches, and erroneous matching results will have a huge impact on later calculations and processing, it is necessary to filter the matching results. The present invention first uses K nearest neighbors (K -NN) algorithm initially filters out some false matches, that is, the ratio of the closest distance to the next closest distance between two feature point descriptors is used as the basis for judgment. When the ratio is greater than a certain threshold, the matching position is considered to be a correct match, otherwise it is regarded as a correct match. Incorrect matching will be discarded; finally, some local noise points will be removed through the Random Sampling Consistency Algorithm (RANSAC), and the last remaining paired points will be regarded as the correct matching result.
综上所述,本实施例相对于现有技术,具有如下有益效果:To sum up, compared with the existing technology, this embodiment has the following beneficial effects:
(1)本实施例所提出的特征点提取方法以彩色图像作为输入,与目前绝大多数现有的基于灰度图的特征点提取算法相比,本发明所提取的特征点包含了图像的颜色信息,提高了特征点的信息丰富度。(1) The feature point extraction method proposed in this embodiment uses color images as input. Compared with most existing feature point extraction algorithms based on grayscale images, the feature points extracted by the present invention include the characteristics of the image. Color information improves the information richness of feature points.
(2)本实施例提出一种新的基于HSV颜色空间色彩相似度的二进制特征点描述方法,在不影响特征点匹配速度的前提下将图像颜色信息加入到特征点描述子中,使特征点更具可区分性,有利于特征点的匹配。(2) This embodiment proposes a new binary feature point description method based on color similarity in HSV color space. The image color information is added to the feature point descriptor without affecting the feature point matching speed. It is more distinguishable and is conducive to feature point matching.
(3)本实施例改进了现有的ORB特征提取与匹配算法,提高了特征点的抗噪性。(3) This embodiment improves the existing ORB feature extraction and matching algorithm and improves the noise resistance of feature points.
本实施例还提供一种基于彩色图像的特征点提取与匹配系统,包括:This embodiment also provides a feature point extraction and matching system based on color images, including:
图像转换模块,用于获取多张彩色图像,将所述彩色图像转换为灰度图和HSV图像,并构建灰度图像金字塔和HSV彩色图像金字塔;An image conversion module, used to acquire multiple color images, convert the color images into grayscale images and HSV images, and construct a grayscale image pyramid and an HSV color image pyramid;
关键点提取模块,用于在所述灰度图像金字塔的每一层的灰度图中提取关键点,以及获取每个所述关键点的方向;A key point extraction module, used to extract key points from the grayscale image of each layer of the grayscale image pyramid, and obtain the direction of each key point;
描述子获取模块,用于根据所述HSV彩色图像金字塔获取与所述关键点对应的描述子,根据所述关键点和所述描述子获得特征点;A descriptor acquisition module, configured to acquire descriptors corresponding to the key points according to the HSV color image pyramid, and obtain feature points according to the key points and the descriptors;
特征点匹配模块,用于获得特征点后,对多张彩色图像中的两张彩色图像进行特征点匹配。The feature point matching module is used to perform feature point matching on two color images among multiple color images after obtaining the feature points.
本实施例的一种基于彩色图像的特征点提取与匹配系统,可执行本发明方法实施例所提供的一种基于彩色图像的特征点提取与匹配方法,可执行方法实施例的任意组合实施步骤,具备该方法相应的功能和有益效果。The feature point extraction and matching system based on color images in this embodiment can execute the feature point extraction and matching method based on color images provided by the method embodiments of the present invention, and can execute any combination of implementation steps of the method embodiments. , possessing the corresponding functions and beneficial effects of this method.
本实施例还提供一种基于彩色图像的特征点提取与匹配系统,包括:This embodiment also provides a feature point extraction and matching system based on color images, including:
至少一个处理器;at least one processor;
至少一个存储器,用于存储至少一个程序;At least one memory for storing at least one program;
当所述至少一个程序被所述至少一个处理器执行,使得所述至少一个处理器实现上所述方法。When the at least one program is executed by the at least one processor, the at least one processor implements the above method.
本实施例的一种基于彩色图像的特征点提取与匹配系统,可执行本发明方法实施例所提供的一种基于彩色图像的特征点提取与匹配方法,可执行方法实施例的任意组合实施步骤,具备该方法相应的功能和有益效果。The feature point extraction and matching system based on color images in this embodiment can execute the feature point extraction and matching method based on color images provided by the method embodiments of the present invention, and can execute any combination of implementation steps of the method embodiments. , possessing the corresponding functions and beneficial effects of this method.
本申请实施例还公开了一种计算机程序产品或计算机程序,该计算机程序产品或计算机程序包括计算机指令,该计算机指令存储在计算机可读存介质中。计算机设备的处理器可以从计算机可读存储介质读取该计算机指令,处理器执行该计算机指令,使得该计算机设备执行图1所示的方法。The embodiment of the present application also discloses a computer program product or computer program. The computer program product or computer program includes computer instructions, and the computer instructions are stored in a computer-readable storage medium. The processor of the computer device can read the computer instructions from the computer-readable storage medium, and the processor executes the computer instructions, so that the computer device performs the method shown in FIG. 1 .
本实施例还提供了一种存储介质,存储有可执行本发明方法实施例所提供的一种基于彩色图像的特征点提取与匹配方法的指令或程序,当运行该指令或程序时,可执行方法实施例的任意组合实施步骤,具备该方法相应的功能和有益效果。This embodiment also provides a storage medium that stores instructions or programs that can execute a color image-based feature point extraction and matching method provided by the method embodiment of the present invention. When the instructions or programs are run, Any combination of implementation steps of the method embodiments has the corresponding functions and beneficial effects of the method.
在一些可选择的实施例中,在方框图中提到的功能/操作可以不按照操作示图提到的顺序发生。例如,取决于所涉及的功能/操作,连续示出的两个方框实际上可以被大体上同时地执行或所述方框有时能以相反顺序被执行。此外,在本发明的流程图中所呈现和描述的实施例以示例的方式被提供,目的在于提供对技术更全面的理解。所公开的方法不限于本文所呈现的操作和逻辑流程。可选择的实施例是可预期的,其中各种操作的顺序被改变以及其中被描述为较大操作的一部分的子操作被独立地执行。In some alternative embodiments, the functions/operations noted in the block diagrams may occur out of the order noted in the operational illustrations. For example, two blocks shown in succession may in fact be executed substantially concurrently or the blocks may sometimes be executed in the reverse order, depending on the functionality/operations involved. Furthermore, the embodiments presented and described in the flow diagrams of the present invention are provided by way of example for the purpose of providing a more comprehensive understanding of the technology. The disclosed methods are not limited to the operations and logical flows presented herein. Alternative embodiments are contemplated in which the order of various operations is changed and in which sub-operations described as part of a larger operation are performed independently.
此外,虽然在功能性模块的背景下描述了本发明,但应当理解的是,除非另有相反说明,所述的功能和/或特征中的一个或多个可以被集成在单个物理装置和/或软件模块中,或者一个或多个功能和/或特征可以在单独的物理装置或软件模块中被实现。还可以理解的是,有关每个模块的实际实现的详细讨论对于理解本发明是不必要的。更确切地说,考虑到在本文中公开的装置中各种功能模块的属性、功能和内部关系的情况下,在工程师的常规技术内将会了解该模块的实际实现。因此,本领域技术人员运用普通技术就能够在无需过度试验的情况下实现在权利要求书中所阐明的本发明。还可以理解的是,所公开的特定概念仅仅是说明性的,并不意在限制本发明的范围,本发明的范围由所附权利要求书及其等同方案的全部范围来决定。Furthermore, although the present invention has been described in the context of functional modules, it should be understood that, unless stated to the contrary, one or more of the described functions and/or features may be integrated in a single physical device and/or or software modules, or one or more functions and/or features may be implemented in separate physical devices or software modules. It will also be understood that a detailed discussion regarding the actual implementation of each module is not necessary to understand the invention. Rather, the actual implementation of the various functional modules in the apparatus disclosed herein will be within the ordinary skill of an engineer, taking into account the properties, functions and internal relationships of the modules. Accordingly, a person skilled in the art using ordinary skills can implement the invention set forth in the claims without undue experimentation. It will also be understood that the specific concepts disclosed are illustrative only and are not intended to limit the scope of the invention, which is to be determined by the full scope of the appended claims and their equivalents.
所述功能如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本发明的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本发明各个实施例所述方法的全部或部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等各种可以存储程序代码的介质。If the functions are implemented in the form of software functional units and sold or used as independent products, they can be stored in a computer-readable storage medium. Based on this understanding, the technical solution of the present invention essentially or the part that contributes to the existing technology or the part of the technical solution can be embodied in the form of a software product. The computer software product is stored in a storage medium, including Several instructions are used to cause a computer device (which may be a personal computer, a server, or a network device, etc.) to execute all or part of the steps of the methods described in various embodiments of the present invention. The aforementioned storage media include: U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disk or optical disk and other media that can store program code. .
在流程图中表示或在此以其他方式描述的逻辑和/或步骤,例如,可以被认为是用于实现逻辑功能的可执行指令的定序列表,可以具体实现在任何计算机可读介质中,以供指令执行系统、装置或设备(如基于计算机的系统、包括处理器的系统或其他可以从指令执行系统、装置或设备取指令并执行指令的系统)使用,或结合这些指令执行系统、装置或设备而使用。就本说明书而言,“计算机可读介质”可以是任何可以包含、存储、通信、传播或传输程序以供指令执行系统、装置或设备或结合这些指令执行系统、装置或设备而使用的装置。The logic and/or steps represented in the flowcharts or otherwise described herein, for example, may be considered a sequenced list of executable instructions for implementing the logical functions, and may be embodied in any computer-readable medium, For use by, or in combination with, instruction execution systems, devices or devices (such as computer-based systems, systems including processors or other systems that can fetch instructions from and execute instructions from the instruction execution system, device or device) or equipment. For the purposes of this specification, a "computer-readable medium" may be any device that can contain, store, communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
计算机可读介质的更具体的示例(非穷尽性列表)包括以下:具有一个或多个布线的电连接部(电子装置),便携式计算机盘盒(磁装置),随机存取存储器(RAM),只读存储器(ROM),可擦除可编辑只读存储器(EPROM或闪速存储器),光纤装置,以及便携式光盘只读存储器(CDROM)。另外,计算机可读介质甚至可以是可在其上打印所述程序的纸或其他合适的介质,因为可以例如通过对纸或其他介质进行光学扫描,接着进行编辑、解译或必要时以其他合适方式进行处理来以电子方式获得所述程序,然后将其存储在计算机存储器中。More specific examples (non-exhaustive list) of computer readable media include the following: electrical connections with one or more wires (electronic device), portable computer disk cartridges (magnetic device), random access memory (RAM), Read-only memory (ROM), erasable and programmable read-only memory (EPROM or flash memory), fiber optic devices, and portable compact disc read-only memory (CDROM). Additionally, the computer-readable medium may even be paper or other suitable medium on which the program may be printed, as the paper or other medium may be optically scanned, for example, and subsequently edited, interpreted, or otherwise suitable as necessary. process to obtain the program electronically and then store it in computer memory.
应当理解,本发明的各部分可以用硬件、软件、固件或它们的组合来实现。在上述实施方式中,多个步骤或方法可以用存储在存储器中且由合适的指令执行系统执行的软件或固件来实现。例如,如果用硬件来实现,和在另一实施方式中一样,可用本领域公知的下列技术中的任一项或他们的组合来实现:具有用于对数据信号实现逻辑功能的逻辑门电路的离散逻辑电路,具有合适的组合逻辑门电路的专用集成电路,可编程门阵列(PGA),现场可编程门阵列(FPGA)等。It should be understood that various parts of the present invention may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, various steps or methods may be implemented in software or firmware stored in a memory and executed by a suitable instruction execution system. For example, if it is implemented in hardware, as in another embodiment, it can be implemented by any one or a combination of the following technologies known in the art: a logic gate circuit with a logic gate circuit for implementing a logic function on a data signal. Discrete logic circuits, application specific integrated circuits with suitable combinational logic gates, programmable gate arrays (PGA), field programmable gate arrays (FPGA), etc.
在本说明书的上述描述中,参考术语“一个实施方式/实施例”、“另一实施方式/实施例”或“某些实施方式/实施例”等的描述意指结合实施方式或示例描述的具体特征、结构、材料或者特点包含于本发明的至少一个实施方式或示例中。在本说明书中,对上述术语的示意性表述不一定指的是相同的实施方式或示例。而且,描述的具体特征、结构、材料或者特点可以在任何的一个或多个实施方式或示例中以合适的方式结合。In the above description of this specification, reference to the description of the terms "one embodiment/example", "another embodiment/example" or "certain embodiments/examples" etc. is meant to be described in connection with the embodiment or example Specific features, structures, materials, or characteristics are included in at least one embodiment or example of the invention. In this specification, schematic representations of the above terms do not necessarily refer to the same embodiment or example. Furthermore, the specific features, structures, materials or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
尽管已经示出和描述了本发明的实施方式,本领域的普通技术人员可以理解:在不脱离本发明的原理和宗旨的情况下可以对这些实施方式进行多种变化、修改、替换和变型,本发明的范围由权利要求及其等同物限定。Although the embodiments of the present invention have been shown and described, those of ordinary skill in the art will understand that various changes, modifications, substitutions and variations can be made to these embodiments without departing from the principles and purposes of the invention. The scope of the invention is defined by the claims and their equivalents.
以上是对本发明的较佳实施进行了具体说明,但本发明并不限于上述实施例,熟悉本领域的技术人员在不违背本发明精神的前提下还可做作出种种的等同变形或替换,这些等同的变形或替换均包含在本申请权利要求所限定的范围内。The above is a detailed description of the preferred implementation of the present invention, but the present invention is not limited to the above embodiments. Those skilled in the art can also make various equivalent modifications or substitutions without violating the spirit of the present invention. Equivalent modifications or substitutions are included within the scope defined by the claims of this application.
Claims (8)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110300341.0A CN113011498B (en) | 2021-03-22 | 2021-03-22 | Feature point extraction and matching methods, systems and media based on color images |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110300341.0A CN113011498B (en) | 2021-03-22 | 2021-03-22 | Feature point extraction and matching methods, systems and media based on color images |
Publications (2)
Publication Number | Publication Date |
---|---|
CN113011498A CN113011498A (en) | 2021-06-22 |
CN113011498B true CN113011498B (en) | 2023-09-26 |
Family
ID=76403930
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202110300341.0A Active CN113011498B (en) | 2021-03-22 | 2021-03-22 | Feature point extraction and matching methods, systems and media based on color images |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN113011498B (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111695498B (en) * | 2020-06-10 | 2023-04-07 | 西南林业大学 | Wood identity detection method |
CN114898128A (en) * | 2022-04-21 | 2022-08-12 | 东声(苏州)智能科技有限公司 | Image similarity comparison method, storage medium and computer |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108010045A (en) * | 2017-12-08 | 2018-05-08 | 福州大学 | Visual pattern characteristic point error hiding method of purification based on ORB |
CN110060199A (en) * | 2019-03-12 | 2019-07-26 | 江苏大学 | A kind of quick joining method of plant image based on colour and depth information |
CN110414533A (en) * | 2019-06-24 | 2019-11-05 | 东南大学 | An Improved ORB Feature Extraction and Matching Method |
CN110675437A (en) * | 2019-09-24 | 2020-01-10 | 重庆邮电大学 | An image matching method and storage medium based on improved GMS-ORB features |
-
2021
- 2021-03-22 CN CN202110300341.0A patent/CN113011498B/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108010045A (en) * | 2017-12-08 | 2018-05-08 | 福州大学 | Visual pattern characteristic point error hiding method of purification based on ORB |
CN110060199A (en) * | 2019-03-12 | 2019-07-26 | 江苏大学 | A kind of quick joining method of plant image based on colour and depth information |
CN110414533A (en) * | 2019-06-24 | 2019-11-05 | 东南大学 | An Improved ORB Feature Extraction and Matching Method |
CN110675437A (en) * | 2019-09-24 | 2020-01-10 | 重庆邮电大学 | An image matching method and storage medium based on improved GMS-ORB features |
Also Published As
Publication number | Publication date |
---|---|
CN113011498A (en) | 2021-06-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110414533B (en) | Feature extraction and matching method for improving ORB | |
CN104268583B (en) | Pedestrian re-recognition method and system based on color area features | |
EP4085369A1 (en) | Forgery detection of face image | |
JP6812086B2 (en) | Training method for reticulated pattern removal system, reticulated pattern removal method, equipment, equipment and media | |
Al-Qershi et al. | Evaluation of copy-move forgery detection: datasets and evaluation metrics | |
CN110232318A (en) | Acupuncture point recognition methods, device, electronic equipment and storage medium | |
CN110008793A (en) | Face identification method, device and equipment | |
CN107248174A (en) | A kind of method for tracking target based on TLD algorithms | |
CN113011498B (en) | Feature point extraction and matching methods, systems and media based on color images | |
Davy et al. | Reducing anomaly detection in images to detection in noise | |
CN103955950B (en) | Image tracking method utilizing key point feature matching | |
CN105160686A (en) | Improved scale invariant feature transformation (SIFT) operator based low altitude multi-view remote-sensing image matching method | |
CN105022989B (en) | A kind of robust extension local binary patterns texture characteristic extracting method | |
Wu et al. | Deep binary codes for large scale image retrieval | |
Diaz-Escobar et al. | Natural Scene Text Detection and Segmentation Using Phase‐Based Regions and Character Retrieval | |
CN105005781B (en) | A kind of robust extension local binary patterns texture characteristic extracting method | |
CN117462242A (en) | A dermatology intelligent laser freckle removal control system | |
CN116092134A (en) | A Fingerprint Liveness Detection Method Based on Deep Learning and Feature Fusion | |
CN112434576A (en) | Face recognition method and system based on depth camera | |
Dammak et al. | Gender estimation based on deep learned and handcrafted features in an uncontrolled environment | |
CN105260739B (en) | Image matching method towards binary features and its system | |
CN105046262B (en) | A kind of robust extension local binary patterns texture characteristic extracting method | |
CN110659680A (en) | Image patch matching method based on multi-scale convolution | |
CN104616300B (en) | The image matching method and device separated based on sampling configuration | |
Srinidhi et al. | A vessel keypoint detector for junction classification |
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 |