Nothing Special   »   [go: up one dir, main page]

CN105654479A - Multispectral image registering method and multispectral image registering device - Google Patents

Multispectral image registering method and multispectral image registering device Download PDF

Info

Publication number
CN105654479A
CN105654479A CN201511000876.7A CN201511000876A CN105654479A CN 105654479 A CN105654479 A CN 105654479A CN 201511000876 A CN201511000876 A CN 201511000876A CN 105654479 A CN105654479 A CN 105654479A
Authority
CN
China
Prior art keywords
image
registered
feature point
feature
reference image
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.)
Pending
Application number
CN201511000876.7A
Other languages
Chinese (zh)
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.)
Beijing University of Posts and Telecommunications
Original Assignee
Beijing University of Posts and Telecommunications
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 Beijing University of Posts and Telecommunications filed Critical Beijing University of Posts and Telecommunications
Priority to CN201511000876.7A priority Critical patent/CN105654479A/en
Publication of CN105654479A publication Critical patent/CN105654479A/en
Pending legal-status Critical Current

Links

Landscapes

  • Image Analysis (AREA)

Abstract

本发明提供一种多光谱图像配准方法和装置,其中,多光谱图像配准方法包括:分别根据获取到的参考图像和待配准图像的特征点计算每个特征点对应的EOH描述符;根据EOH描述符计算参考图像的每个特征点和待配准图像的每个特征点之间的欧式距离;根据欧式距离进行参考图像中每个特征点与待配准图像中所有特征点的匹配以及待配准图像中每个特征点与参考图像中所有特征点的匹配,获得参考图像和待配准图像之间的特征点匹配对;根据特征点匹配对将参考图像与待配准图像进行图像配准。本发明提供的多光谱图像配准方法,通过参考图像和待配准图像中特征点的双向匹配,提高了图像配准的准确性。

The present invention provides a multi-spectral image registration method and device, wherein the multi-spectral image registration method includes: calculating the EOH descriptor corresponding to each feature point according to the acquired reference image and the feature points of the image to be registered; Calculate the Euclidean distance between each feature point of the reference image and each feature point of the image to be registered according to the EOH descriptor; match each feature point in the reference image with all feature points in the image to be registered according to the Euclidean distance And the matching of each feature point in the image to be registered with all feature points in the reference image to obtain a matching pair of feature points between the reference image and the image to be registered; according to the matching pair of feature points, the reference image and the image to be registered are matched Image registration. The multispectral image registration method provided by the present invention improves the accuracy of image registration through bidirectional matching of feature points in the reference image and the image to be registered.

Description

多光谱图像配准方法和装置Multispectral image registration method and device

技术领域technical field

本发明涉及图像处理领域,尤其涉及一种多光谱图像配准方法和装置。The invention relates to the field of image processing, in particular to a multi-spectral image registration method and device.

背景技术Background technique

图像配准就是将不同时间、不同传感器(成像设备)或者不同条件下(天候、照度、摄像位置和角度等)获取的两幅或多幅图像进行匹配、叠加的过程。其中,多光谱图像的配准得到了越来越广泛的应用,所谓多光谱图像的配准,是指对由不同频段的传感器(成像设备)所生成的多幅多光谱图像进行配准,例如:将可见光图像与红外光图像进行配准。Image registration is the process of matching and superimposing two or more images acquired at different times, different sensors (imaging devices) or under different conditions (weather, illumination, camera position and angle, etc.). Among them, the registration of multispectral images has been more and more widely used. The so-called registration of multispectral images refers to the registration of multiple multispectral images generated by sensors (imaging devices) in different frequency bands, such as : Register the visible light image with the infrared light image.

目前,基于特征点的配准算法是图像配准中最常见的方法,算法流程如下:首先,对多幅图像进行特征提取得到特征点;然后,通过相似性度量,找到多幅图像中匹配的特征点对;最后,通过匹配的特征点对进行图像配准。其中,对于特征点的匹配,通常采用单向匹配,具体的,定义两幅图像分别为参考图像和待配准图像,计算两幅图像中所有特征点两两之间的欧式距离,对于待配准图像中的每一个特征点T,参考图像中与特征点T之间欧式距离最小的特征点为S1,欧式距离为D1,参考图像中与特征点T之间欧式距离次小的特征点为S2,欧式距离为D2,若D1<α·D2,0<α<1,则特征点S1即为与特征点T相匹配的特征点,构成特征点对(S1,T)。At present, the registration algorithm based on feature points is the most common method in image registration. The algorithm flow is as follows: first, feature extraction is performed on multiple images to obtain feature points; feature point pairs; finally, image registration is performed through the matched feature point pairs. Among them, for the matching of feature points, one-way matching is usually used. Specifically, two images are defined as the reference image and the image to be registered, and the Euclidean distance between all the feature points in the two images is calculated. For each feature point T in the quasi-image, the feature point with the smallest Euclidean distance to the feature point T in the reference image is S 1 , the Euclidean distance is D 1 , and the feature point with the second smallest Euclidean distance to the feature point T in the reference image The point is S 2 , the Euclidean distance is D 2 , if D 1 <α·D 2 , 0<α<1, then the feature point S 1 is the feature point that matches the feature point T, forming a feature point pair (S 1 , T).

但是,在多模图像中,由于成像设备不同,多模图像之间其纹理结构差异以及像素差异都很大,检测出的特征点并不稳定,通过特征点的单向匹配,参考图像中的特征点S1为待配准图像中特征点T的最优匹配点,但是反过来,待配准图像中的特征点T并不一定是参考图像中特征点S1的最优匹配点,这样得到的特征点匹配对(S1,T)将是不准确的,进而,基于准确性较低的特征点匹配对进行图像配准,降低了图像配准的准确性。However, in multi-mode images, due to different imaging devices, the texture structure and pixel differences between multi-mode images are very large, and the detected feature points are not stable. Through the one-way matching of feature points, the reference image The feature point S1 is the optimal matching point of the feature point T in the image to be registered, but conversely, the feature point T in the image to be registered is not necessarily the optimal matching point of the feature point S1 in the reference image, so The obtained matching pair of feature points (S 1 , T) will be inaccurate, and then image registration is performed based on the matching pair of feature points with lower accuracy, which reduces the accuracy of image registration.

发明内容Contents of the invention

本发明提供了一种多光谱图像配准方法和装置,通过参考图像和待配准图像中特征点的双向匹配,提高了特征点匹配对的准确性,进而提高了图像配准的准确性。The present invention provides a multi-spectral image registration method and device, through bidirectional matching of feature points in a reference image and an image to be registered, the accuracy of matching pairs of feature points is improved, thereby improving the accuracy of image registration.

本发明提供的多光谱图像配准方法,包括:The multispectral image registration method provided by the present invention includes:

分别确定参考图像和待配准图像的特征点;Determine the feature points of the reference image and the image to be registered respectively;

分别根据所述参考图像和所述待配准图像的特征点计算所述参考图像和所述待配准图像中每个特征点对应的边缘方向直方图EOH描述符;Calculate the edge orientation histogram EOH descriptor corresponding to each feature point in the reference image and the image to be registered according to the feature points of the reference image and the image to be registered respectively;

根据所述EOH描述符计算所述参考图像中每个特征点与所述待配准图像中每个特征点之间的欧式距离;Calculate the Euclidean distance between each feature point in the reference image and each feature point in the image to be registered according to the EOH descriptor;

根据所述欧式距离进行所述参考图像中每个特征点与所述待配准图像中所有特征点的匹配以及所述待配准图像中每个特征点与所述参考图像中所有特征点的匹配,获得所述参考图像和所述待配准图像之间的特征点匹配对;Matching each feature point in the reference image with all feature points in the image to be registered and matching each feature point in the image to be registered with all feature points in the reference image according to the Euclidean distance Matching, obtaining matching pairs of feature points between the reference image and the image to be registered;

根据所述特征点匹配对将所述参考图像与所述待配准图像进行图像配准。performing image registration on the reference image and the image to be registered according to the feature point matching pair.

本发明提供的多光谱图像配准装置,包括:The multispectral image registration device provided by the present invention includes:

特征点确定模块,用于分别确定参考图像和待配准图像的特征点;A feature point determination module is used to determine the feature points of the reference image and the image to be registered respectively;

描述符生成模块,用于分别根据所述参考图像和所述待配准图像的特征点计算所述参考图像和所述待配准图像中每个特征点对应的边缘方向直方图EOH描述符;A descriptor generating module, configured to calculate an edge direction histogram EOH descriptor corresponding to each feature point in the reference image and the image to be registered according to the feature points of the reference image and the image to be registered, respectively;

计算模块,用于根据所述EOH描述符计算所述参考图像中每个特征点与所述待配准图像中每个特征点之间的欧式距离;A calculation module, configured to calculate the Euclidean distance between each feature point in the reference image and each feature point in the image to be registered according to the EOH descriptor;

第一匹配模块,用于根据所述欧式距离进行所述参考图像中每个特征点与所述待配准图像中所有特征点的匹配以及所述待配准图像中每个特征点与所述参考图像中所有特征点的匹配,获得所述参考图像和所述待配准图像之间的特征点匹配对;A first matching module, configured to match each feature point in the reference image with all feature points in the image to be registered according to the Euclidean distance and match each feature point in the image to be registered with the Matching of all feature points in the reference image to obtain matching pairs of feature points between the reference image and the image to be registered;

第二匹配模块,用于根据所述特征点匹配对将所述参考图像与所述待配准图像进行图像配准。The second matching module is configured to perform image registration on the reference image and the image to be registered according to the feature point matching pair.

本发明提供了一种多光谱图像配准方法和装置,其中,多光谱图像配准方法包括:分别确定参考图像和待配准图像的特征点,分别根据参考图像和待配准图像的特征点计算参考图像和待配准图像中每个特征点对应的EOH描述符,根据EOH描述符计算参考图像中每个特征点与待配准图像中每个特征点之间的欧式距离,根据欧式距离进行参考图像中每个特征点与待配准图像中所有特征点的匹配以及待配准图像中每个特征点与参考图像中所有特征点的匹配,获得参考图像和待配准图像之间的特征点匹配对,根据特征点匹配对将参考图像与待配准图像进行图像配准。本发明提供的多光谱图像配准方法,通过参考图像和待配准图像中特征点之间的双向匹配得到特征点匹配对,保证了对于参考图像和待配准图像来说均是符合条件的最优的匹配关系,提高了特征点匹配对的准确性,进而提高了图像配准的准确性。The present invention provides a multi-spectral image registration method and device, wherein the multi-spectral image registration method includes: respectively determining the feature points of the reference image and the image to be registered, respectively according to the feature points of the reference image and the image to be registered Calculate the EOH descriptor corresponding to each feature point in the reference image and the image to be registered, and calculate the Euclidean distance between each feature point in the reference image and each feature point in the image to be registered according to the EOH descriptor, according to the Euclidean distance Match each feature point in the reference image with all feature points in the image to be registered and match each feature point in the image to be registered with all feature points in the reference image to obtain the distance between the reference image and the image to be registered The feature point matching pair performs image registration on the reference image and the image to be registered according to the feature point matching pair. The multi-spectral image registration method provided by the present invention obtains the matching pair of feature points through bidirectional matching between the feature points in the reference image and the image to be registered, which ensures that both the reference image and the image to be registered are qualified The optimal matching relationship improves the accuracy of feature point matching pairs, thereby improving the accuracy of image registration.

附图说明Description of drawings

为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作一简单地介绍,显而易见地,下面描述中的附图是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions in the embodiments of the present invention or the prior art, the following will briefly introduce the drawings that need to be used in the description of the embodiments or the prior art. Obviously, the accompanying drawings in the following description These are some embodiments of the present invention. For those skilled in the art, other drawings can also be obtained according to these drawings without any creative effort.

图1为本发明实施例一提供的多光谱图像配准方法的流程图;FIG. 1 is a flowchart of a multispectral image registration method provided by Embodiment 1 of the present invention;

图2为本发明实施例二提供的多光谱图像配准方法的流程图;FIG. 2 is a flowchart of a multispectral image registration method provided by Embodiment 2 of the present invention;

图3为本发明实施例一提供的多光谱图像配准装置的结构示意图。FIG. 3 is a schematic structural diagram of a multispectral image registration device provided by Embodiment 1 of the present invention.

具体实施方式detailed description

为使本发明实施例的目的、技术方案和优点更加清楚,下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。In order to make the purpose, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below in conjunction with the drawings in the embodiments of the present invention. Obviously, the described embodiments It is a part of embodiments of the present invention, but not all embodiments. Based on the embodiments of the present invention, all other embodiments obtained by persons of ordinary skill in the art without creative efforts fall within the protection scope of the present invention.

图1为本发明实施例一提供的多光谱图像配准方法的流程图。如图1所示,本发明提供的多光谱图像配准方法,可以包括:FIG. 1 is a flowchart of a multispectral image registration method provided by Embodiment 1 of the present invention. As shown in Figure 1, the multispectral image registration method provided by the present invention may include:

步骤101、分别确定参考图像和待配准图像的特征点。Step 101, respectively determine the feature points of the reference image and the image to be registered.

所谓特征点,是指图像中不易变化的具有一定模式特征的像素点或局部区域,也称为兴趣点、显著点或者关键点。特征点是图像内容最抽象的描述,对图像噪声、灰度变化、图像形变以及遮挡等都有较好的适应能力。The so-called feature points refer to pixel points or local areas with certain pattern characteristics that are not easy to change in the image, and are also called interest points, salient points or key points. Feature points are the most abstract description of image content, and have good adaptability to image noise, grayscale changes, image deformation, and occlusion.

获取图像的特征点可以有多种方式,本实施例不加以限制。There are many ways to obtain the feature points of the image, which are not limited in this embodiment.

可选的,本步骤的一种实现方式可以是:Optionally, an implementation of this step may be:

采用尺度不变特征转换(Scale-invariantfeaturetransform,简称SIFT)算法分别获取参考图像和待配准图像的特征点。Scale-invariant feature transform (SIFT for short) algorithm is used to obtain the feature points of the reference image and the image to be registered respectively.

通过SIFT算法得到的特征点,是基于局部外观的特征点,对尺度缩放、旋转、亮度变化、噪声、视角改变的容忍度相当高,特征点高度显著且容易获取,有利于图像配准的稳定性。The feature points obtained by the SIFT algorithm are feature points based on local appearance, and have a high tolerance to scaling, rotation, brightness changes, noise, and viewing angle changes. The feature points are highly significant and easy to obtain, which is conducive to the stability of image registration. sex.

可选的,本步骤的另一种实现方式可以是:Optionally, another implementation of this step may be:

分别确定参考图像和待配准图像的特征线段。Determine the feature line segments of the reference image and the image to be registered respectively.

分别延长参考图像和待配准图像的特征线段,将参考图像中特征线段的延长线的交点作为参考图像的特征点,以及将待配准图像中特征线段的延长线的交点作为待配准图像的特征点。Extend the feature line segments of the reference image and the image to be registered respectively, take the intersection point of the extension line of the feature line segment in the reference image as the feature point of the reference image, and use the intersection point of the extension line of the feature line segment in the image to be registered as the image to be registered feature points.

由于在多模图像中,图像间的像素和纹理结构差异较大,特征线段相比于单独的特征点将更加稳定,所以,通过特征线段获得的特征点将更加准确,有利于图像配准的准确性。In a multimodal image, the pixel and texture structure differences between images are large, and the feature line segments will be more stable than individual feature points. Therefore, the feature points obtained through the feature line segments will be more accurate, which is conducive to image registration. accuracy.

步骤103、分别根据参考图像和待配准图像的特征点计算参考图像和待配准图像中每个特征点对应的EOH描述符。Step 103: Calculate the EOH descriptor corresponding to each feature point in the reference image and the image to be registered according to the feature points of the reference image and the image to be registered respectively.

所谓描述符,是指对特征点建立的特征描述,也称为描述子。理想的描述符要满足对尺度、旋转、甚至仿射等变换具有一定的不变性,而且不同特征点对应的描述符相关性要小,这样才能有效的区分出不同的特征点。The so-called descriptor refers to a feature description established for a feature point, also called a descriptor. An ideal descriptor should be invariant to transformations such as scale, rotation, and even affine, and the correlation between descriptors corresponding to different feature points should be small, so that different feature points can be effectively distinguished.

在本步骤中,通过图像的特征点计算得到了边缘方向直方图(EdgeOrientationHistogram,简称EOH)描述符,对于多光谱图像来说,相对于图像中的全局区域,图像中的边缘区域对于多光谱图像更加稳定,EOH描述符采用了图像中较为稳定的边缘区域,有利于多光谱图像配准的准确性。In this step, the edge orientation histogram (EdgeOrientationHistogram, referred to as EOH) descriptor is obtained through the calculation of the feature points of the image. More stable, the EOH descriptor uses a more stable edge region in the image, which is conducive to the accuracy of multispectral image registration.

步骤105、根据EOH描述符计算参考图像中每个特征点与待配准图像中每个特征点之间的欧式距离。Step 105. Calculate the Euclidean distance between each feature point in the reference image and each feature point in the image to be registered according to the EOH descriptor.

在本步骤中,需要遍历参考图像和待配准图像中所有的特征点,计算参考图像中的一个特征点与待配准图像中的一个特征点的欧式距离。In this step, it is necessary to traverse all the feature points in the reference image and the image to be registered, and calculate the Euclidean distance between a feature point in the reference image and a feature point in the image to be registered.

例如,参考图像中有3个特征点,待配准图像有2个特征点,则通过本步骤的计算,共得到3×2=6个特征点之间的欧式距离。For example, if there are 3 feature points in the reference image and 2 feature points in the image to be registered, then through the calculation in this step, a total of 3×2=6 Euclidean distances between feature points can be obtained.

步骤107、根据欧式距离进行参考图像中每个特征点与待配准图像中所有特征点的匹配以及待配准图像中每个特征点与参考图像中所有特征点的匹配,获得参考图像和待配准图像之间的特征点匹配对。Step 107: Match each feature point in the reference image with all feature points in the image to be registered and match each feature point in the image to be registered with all feature points in the reference image according to the Euclidean distance, and obtain the reference image and all feature points in the image to be registered. Match pairs of feature points between registered images.

在本步骤中,通过特征点之间的欧式距离将进行参考图像和待配准图像中特征点的双向匹配,即,在进行参考图像中每个特征点与待配准图像中特征点匹配的同时,也进行待配准图像中每个特征点与参考图像中特征点的匹配。In this step, the two-way matching of the feature points in the reference image and the image to be registered is carried out through the Euclidean distance between the feature points, that is, each feature point in the reference image is matched with the feature point in the image to be registered. At the same time, each feature point in the image to be registered is also matched with the feature point in the reference image.

在现有技术中,是通过特征点单向匹配获得特征点匹配对的,通过特征点的单向匹配,参考图像中的特征点S1为待配准图像中特征点T的最优匹配点,但是反过来,待配准图像中的特征点T并不一定是参考图像中特征点S1的最优匹配点。而在本步骤中,通过特征点之间的双向匹配,同时考虑到了参考图像中特征点与待配准图像中特征点的相互匹配,可以保证匹配后得到的特征点匹配对对于参考图像和待配准图像双方来说均是符合条件的最优的匹配关系,提高了特征点匹配对的准确性,进而提高了图像配准的准确性。In the prior art, the matching pair of feature points is obtained through one-way matching of feature points. Through the one-way matching of feature points, the feature point S 1 in the reference image is the optimal matching point of feature point T in the image to be registered , but conversely, the feature point T in the image to be registered is not necessarily the optimal matching point for the feature point S 1 in the reference image. In this step, through the two-way matching between the feature points, taking into account the mutual matching between the feature points in the reference image and the feature points in the image to be registered, it can be ensured that the matching pairs of feature points obtained after matching are suitable for the reference image and the image to be registered. Both sides of the registration image are the optimal matching relationship that meets the conditions, which improves the accuracy of feature point matching pairs, and further improves the accuracy of image registration.

步骤109、根据特征点匹配对将参考图像与待配准图像进行图像配准。Step 109 , performing image registration on the reference image and the image to be registered according to the feature point matching pair.

由于通过特征点的双向匹配得到了准确的特征点匹配对,所以,根据该准确的特征点匹配对对参考图像和待配准图像进行匹配,可以提升参考图像和待配准图像之间的配准精确度。Since an accurate feature point matching pair is obtained through the bidirectional matching of feature points, matching the reference image and the image to be registered according to the accurate feature point matching pair can improve the registration between the reference image and the image to be registered. quasi-accurate.

本实施例提供了一种多光谱图像配准方法,包括:分别确定参考图像和待配准图像的特征点,分别根据参考图像和待配准图像的特征点计算参考图像和待配准图像中每个特征点对应的EOH描述符,根据EOH描述符计算参考图像中每个特征点与待配准图像中每个特征点之间的欧式距离,根据欧式距离进行参考图像中每个特征点与待配准图像中所有特征点的匹配以及待配准图像中每个特征点与参考图像中所有特征点的匹配,获得参考图像和待配准图像之间的特征点匹配对,根据特征点匹配对将参考图像与待配准图像进行图像配准。本实施例提供的多光谱图像配准方法,通过参考图像和待配准图像中特征点之间的双向匹配得到特征点匹配对,保证了对于参考图像和待配准图像来说均是符合条件的最优的匹配关系,提高了特征点匹配对的准确性,进而提高了图像配准的准确性。This embodiment provides a multi-spectral image registration method, including: respectively determining the feature points of the reference image and the image to be registered, and calculating the The EOH descriptor corresponding to each feature point, calculate the Euclidean distance between each feature point in the reference image and each feature point in the image to be registered according to the EOH descriptor, and perform the Euclidean distance between each feature point in the reference image and each feature point in the image to be registered according to the Euclidean distance The matching of all feature points in the image to be registered and the matching of each feature point in the image to be registered with all feature points in the reference image, obtaining the matching pair of feature points between the reference image and the image to be registered, according to the feature point matching Image registration is performed on the reference image and the image to be registered. The multi-spectral image registration method provided in this embodiment obtains the matching pair of feature points through the two-way matching between the feature points in the reference image and the image to be registered, which ensures that both the reference image and the image to be registered meet the conditions The optimal matching relationship improves the accuracy of feature point matching pairs, thereby improving the accuracy of image registration.

图2为本发明实施例二提供的多光谱图像配准方法的流程图,本实施例在实施例一的基础上,提供了实施例一中步骤107的一种具体实现方式。如图2所示,步骤107根据欧式距离进行参考图像中每个特征点与待配准图像中所有特征点的匹配以及待配准图像中每个特征点与参考图像中所有特征点的匹配,获得参考图像和待配准图像之间的特征点匹配对,可以包括:FIG. 2 is a flow chart of the multispectral image registration method provided by Embodiment 2 of the present invention. On the basis of Embodiment 1, this embodiment provides a specific implementation manner of step 107 in Embodiment 1. As shown in Figure 2, step 107 matches each feature point in the reference image with all feature points in the image to be registered and matches each feature point in the image to be registered with all feature points in the reference image according to the Euclidean distance, Obtaining matching pairs of feature points between the reference image and the image to be registered may include:

步骤201、对于参考图像中的每一个特征点Si,将待配准图像中所有特征点Tj与特征点Si之间的欧式距离d(Si,Tj)进行从小到大排序,将前k个欧式距离对应的特征点对(Si,Tj)作为第一特征点对集。Step 201. For each feature point S i in the reference image, sort the Euclidean distance d(S i , T j ) between all feature points T j and feature point S i in the image to be registered from small to large, The feature point pairs (S i , T j ) corresponding to the first k Euclidean distances are used as the first set of feature point pairs.

其中,Si为参考图像中的特征点,Tj为待配准图像中的特征点,1≤k≤min(m,n),m为参考图像中特征点的个数,n为待配准图像中特征点的个数。Among them, S i is the feature point in the reference image, T j is the feature point in the image to be registered, 1≤k≤min(m,n), m is the number of feature points in the reference image, and n is the feature point to be registered The number of feature points in the quasi-image.

对于参考图像中的每个特征点Si,1≤i≤m,其与待配准图像中所有特征点的欧式距离为Di={d(Si,T1),d(Si,T2),…,d(Si,Tn)},对Di从小到大进行排序,选择前k个欧式距离对应的特征点对组成的集合Ci={(Si,Tj_1),(Si,Tj_2),…,(Si,Tj_k)}为可能与特征点Si相匹配的特征点集,其中,1≤j_k≤k,参考图像中所有特征点Si对应的特征点集Ci组成了第一特征点对集。For each feature point S i in the reference image, 1≤i≤m, its Euclidean distance to all feature points in the image to be registered is D i ={d(S i ,T 1 ),d(S i , T 2 ),...,d(S i ,T n )}, sort D i from small to large, and select the set C i ={(S i ,T j_1 ) consisting of feature point pairs corresponding to the first k Euclidean distances ,(S i ,T j_2 ),…,(S i ,T j_k )} is the feature point set that may match the feature point S i , where, 1≤j_k≤k, all feature points S i in the reference image correspond to The set of feature points Ci constitutes the first set of feature point pairs.

通过本步骤,得到了所有与参考图像中特征点Si相匹配的特征点匹配对,实际上完成了参考图像一侧的单向特征点匹配。Through this step, all matching pairs of feature points that match the feature points S i in the reference image are obtained, and the one-way feature point matching on one side of the reference image is actually completed.

步骤203、对于待配准图像中的每一个特征点Tj,将参考图像中所有特征点Si与特征点Tj之间的欧式距离d(Si,Tj)进行从小到大的排序,将前k个欧式距离对应的特征点对(Si,Tj)作为第二特征点对集。Step 203. For each feature point T j in the image to be registered, sort the Euclidean distance d(S i , T j ) between all feature points S i and feature point T j in the reference image in ascending order , taking the feature point pairs (S i , T j ) corresponding to the first k Euclidean distances as the second set of feature point pairs.

对于待配准图像中的每个特征点Tj,1≤j≤n,其与待配准图像中所有特征点的欧式距离为Dj={d(S1,Tj),d(S2,Tj),…,d(Sm,Tj)},对Dj从小到大进行排序,选择前k个欧式距离对应的特征点对组成的集合Cj={(Si_1,Tj),(Si_2,Tj),…,(Si_k,Tj)}为可能与特征点Tj相匹配的特征点集,其中,1≤i_k≤k,待配准图像中所有特征点Tj对应的特征点集Cj组成了第二特征点对集。、For each feature point T j in the image to be registered, 1≤j≤n, its Euclidean distance to all feature points in the image to be registered is D j ={d(S 1 ,T j ),d(S 2 ,T j ),...,d(S m ,T j )}, sort D j from small to large, and select the set C j ={(S i_1 ,T j ),(S i_2 ,T j ),…,(S i_k ,T j )} are feature point sets that may match feature point T j , where, 1≤i_k≤k, all features in the image to be registered The feature point set C j corresponding to the point T j forms the second feature point pair set. ,

通过本步骤,得到了所有与待配准图像中特征点Tj相匹配的特征点匹配对,实际上完成了待配准图像一侧的单向特征点匹配。Through this step, all matching pairs of feature points that match the feature points T j in the image to be registered are obtained, and the one-way feature point matching on one side of the image to be registered is actually completed.

需要说明的是,步骤203也可以在步骤201之前,本实施例对于步骤201和步骤203的顺序不加以限制。It should be noted that step 203 may also be before step 201, and the order of step 201 and step 203 is not limited in this embodiment.

步骤205、将第一特征点对集与第二特征点对集的交集作为参考图像和待配准图像之间的特征点匹配对。Step 205, taking the intersection of the first set of feature point pairs and the second set of feature point pairs as a matching pair of feature points between the reference image and the image to be registered.

通过步骤201和步骤203,得到了单向匹配的第一特征点对集和第二特征点对集,将第一特征点对集与第二特征点对集取交集,则同时考虑到了参考图像中特征点与待配准图像中特征点的相互匹配,可以保证匹配后得到的特征点匹配对对于参考图像和待配准图像双方来说均是符合条件的最优的匹配关系,提高了特征点匹配对的准确性,进而提高了图像配准的准确性。Through step 201 and step 203, the first feature point pair set and the second feature point pair set of one-way matching are obtained, and the intersection of the first feature point pair set and the second feature point pair set is taken into account, taking into account the reference image The mutual matching between the feature points in the image to be registered and the feature points in the image to be registered can ensure that the matching pair of feature points obtained after matching is the optimal matching relationship that meets the conditions for both the reference image and the image to be registered, improving the feature The accuracy of point matching pairs is improved, which in turn improves the accuracy of image registration.

优选的,当k=1时,可以得到一一对应的特征点匹配对。Preferably, when k=1, one-to-one matching pairs of feature points can be obtained.

本实施例提供了一种多光谱图像配准方法,包括:对于参考图像中的每一个特征点Si,将待配准图像中所有特征点Tj与特征点Si之间的欧式距离d(Si,Tj)进行从小到大排序,将前k个欧式距离对应的特征点对(Si,Tj)作为第一特征点对集,对于待配准图像中的每一个特征点Tj,将参考图像中所有特征点Si与特征点Tj之间的欧式距离d(Si,Tj)进行从小到大的排序,将前k个欧式距离对应的特征点对(Si,Tj)作为第二特征点对集,将第一特征点对集与第二特征点对集的交集作为参考图像和待配准图像之间的特征点匹配对。本实施例提供的多光谱图像配准方法,通过参考图像和待配准图像中特征点之间的双向匹配得到特征点匹配对,保证了对于参考图像和待配准图像来说均是符合条件的最优的匹配关系,提高了特征点匹配对的准确性,进而提高了图像配准的准确性。This embodiment provides a multispectral image registration method, including: for each feature point S i in the reference image, the Euclidean distance d between all feature points T j and feature point S i in the image to be registered (S i , T j ) are sorted from small to large, and the feature point pairs (S i , T j ) corresponding to the first k Euclidean distances are used as the first feature point pair set. For each feature point in the image to be registered T j , sort the Euclidean distance d(S i , T j ) between all feature points S i and feature point T j in the reference image from small to large, and sort the feature point pairs (S i , T j ) as the second feature point pair set, and the intersection of the first feature point pair set and the second feature point pair set is used as the feature point matching pair between the reference image and the image to be registered. The multi-spectral image registration method provided in this embodiment obtains the matching pair of feature points through the two-way matching between the feature points in the reference image and the image to be registered, which ensures that both the reference image and the image to be registered meet the conditions The optimal matching relationship improves the accuracy of feature point matching pairs, thereby improving the accuracy of image registration.

图3为本发明实施例一提供的多光谱图像配准装置的结构示意图,本实施例提供的多光谱图像配准装置,用以执行图1~图2所示实施例提供的多光谱图像配准方法。本实施例提供的多光谱图像配准装置,可以包括:Fig. 3 is a schematic structural diagram of a multispectral image registration device provided in Embodiment 1 of the present invention. The multispectral image registration device provided in this embodiment is used to perform the multispectral image registration provided in the embodiments shown in Fig. 1 to Fig. 2 standard method. The multispectral image registration device provided in this embodiment may include:

特征点确定模块11,用于分别确定参考图像和待配准图像的特征点。The feature point determination module 11 is used to determine the feature points of the reference image and the image to be registered respectively.

描述符生成模块13,用于分别根据参考图像和待配准图像的特征点计算参考图像和待配准图像中每个特征点对应的EOH描述符。The descriptor generation module 13 is configured to calculate the EOH descriptor corresponding to each feature point in the reference image and the image to be registered according to the feature points of the reference image and the image to be registered.

计算模块15,用于根据EOH描述符计算参考图像中每个特征点与待配准图像中每个特征点之间的欧式距离。The calculation module 15 is used to calculate the Euclidean distance between each feature point in the reference image and each feature point in the image to be registered according to the EOH descriptor.

第一匹配模块17,用于根据欧式距离进行参考图像中每个特征点与待配准图像中所有特征点的匹配以及待配准图像中每个特征点与参考图像中所有特征点的匹配,获得参考图像和待配准图像之间的特征点匹配对。The first matching module 17 is used for matching each feature point in the reference image with all feature points in the image to be registered and matching each feature point in the image to be registered with all feature points in the reference image according to the Euclidean distance, Obtain matching pairs of feature points between the reference image and the image to be registered.

第二匹配模块19,用于根据特征点匹配对将参考图像与待配准图像进行图像配准。The second matching module 19 is configured to perform image registration on the reference image and the image to be registered according to the matching pairs of feature points.

本实施例提供了一种多光谱图像配准装置,包括:特征点确定模块,用于分别确定参考图像和待配准图像的特征点,描述符生成模块,用于分别根据参考图像和待配准图像的特征点计算参考图像和待配准图像中每个特征点对应的EOH描述符,计算模块,用于根据EOH描述符计算参考图像中每个特征点与待配准图像中每个特征点之间的欧式距离,第一匹配模块,用于根据欧式距离进行参考图像中每个特征点与待配准图像中所有特征点的匹配以及待配准图像中每个特征点与参考图像中所有特征点的匹配,获得参考图像和待配准图像之间的特征点匹配对,第二匹配模块,用于根据特征点匹配对将参考图像与待配准图像进行图像配准。本实施例提供的多光谱图像配准装置,通过参考图像和待配准图像中特征点之间的双向匹配得到特征点匹配对,保证了对于参考图像和待配准图像来说均是符合条件的最优的匹配关系,提高了特征点匹配对的准确性,进而提高了图像配准的准确性。This embodiment provides a multi-spectral image registration device, including: a feature point determination module, used to determine the feature points of the reference image and the image to be registered respectively, and a descriptor generation module, used to The feature points of the quasi-image calculate the EOH descriptor corresponding to each feature point in the reference image and the image to be registered, and the calculation module is used to calculate each feature point in the reference image and each feature in the image to be registered according to the EOH descriptor The Euclidean distance between points, the first matching module is used to match each feature point in the reference image with all the feature points in the image to be registered according to the Euclidean distance and each feature point in the image to be registered with the reference image The matching of all feature points is to obtain matching pairs of feature points between the reference image and the image to be registered, and the second matching module is used to perform image registration on the reference image and the image to be registered according to the matching pairs of feature points. The multi-spectral image registration device provided in this embodiment obtains matching pairs of feature points through bidirectional matching between the feature points in the reference image and the image to be registered, which ensures that both the reference image and the image to be registered meet the conditions The optimal matching relationship improves the accuracy of feature point matching pairs, thereby improving the accuracy of image registration.

可选的,特征点确定模块11,具体用于:Optionally, the feature point determination module 11 is specifically used for:

采用SIFT算法分别获取参考图像和待配准图像的特征点。The SIFT algorithm is used to obtain the feature points of the reference image and the image to be registered respectively.

可选的,特征点确定模块11,具体用于:Optionally, the feature point determination module 11 is specifically used for:

分别确定参考图像和待配准图像的特征线段;Determine the feature line segments of the reference image and the image to be registered respectively;

分别延长参考图像和待配准图像的特征线段,将参考图像和待配准图像的特征线段延长线的交点作为参考图像和待配准图像的特征点。The feature line segments of the reference image and the image to be registered are respectively extended, and the intersection points of the extension lines of the feature line segments of the reference image and the image to be registered are used as feature points of the reference image and the image to be registered.

可选的,第一匹配模块17,具体用于:Optionally, the first matching module 17 is specifically used for:

对于参考图像中的每一个特征点Si,将待配准图像中所有特征点Tj与特征点Si之间的欧式距离d(Si,Tj)进行从小到大的排序,将前k个欧式距离对应的特征点对(Si,Tj)作为第一特征点对集。For each feature point S i in the reference image, sort the Euclidean distance d(S i , T j ) between all feature points T j and feature point S i in the image to be registered from small to large, and sort the previous The feature point pairs (S i , T j ) corresponding to k Euclidean distances are used as the first feature point pair set.

对于待配准图像中的每一个特征点Tj,将参考图像中所有特征点Si与特征点Tj之间的欧式距离d(Si,Tj)进行从小到大的排序,将前k个欧式距离对应的特征点对(Si,Tj)作为第二特征点对集。For each feature point T j in the image to be registered, the Euclidean distance d(S i , T j ) between all feature points S i and feature point T j in the reference image is sorted from small to large, and the previous The feature point pairs (S i , T j ) corresponding to k Euclidean distances are used as the second feature point pair set.

将第一特征点对集与第二特征点对集的交集作为参考图像和待配准图像之间的特征点匹配对。The intersection of the first feature point pair set and the second feature point pair set is used as a feature point matching pair between the reference image and the image to be registered.

其中,Si为参考图像中的特征点,Tj为待配准图像中的特征点,1≤k≤min(m,n),m为参考图像中特征点的个数,n为待配准图像中特征点的个数。Among them, S i is the feature point in the reference image, T j is the feature point in the image to be registered, 1≤k≤min(m,n), m is the number of feature points in the reference image, and n is the feature point to be registered The number of feature points in the quasi-image.

最后应说明的是:以上各实施例仅用以说明本发明的技术方案,而非对其限制;尽管参照前述各实施例对本发明进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分或者全部技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本发明各实施例技术方案的范围。Finally, it should be noted that: the above embodiments are only used to illustrate the technical solutions of the present invention, rather than limiting them; although the present invention has been described in detail with reference to the foregoing embodiments, those of ordinary skill in the art should understand that: It is still possible to modify the technical solutions described in the foregoing embodiments, or perform equivalent replacements for some or all of the technical features; and these modifications or replacements do not make the essence of the corresponding technical solutions deviate from the technical solutions of the various embodiments of the present invention. scope.

Claims (8)

1.一种多光谱图像配准方法,其特征在于,包括:1. A multispectral image registration method, characterized in that, comprising: 分别确定参考图像和待配准图像的特征点;Determine the feature points of the reference image and the image to be registered respectively; 分别根据所述参考图像和所述待配准图像的特征点计算所述参考图像和所述待配准图像中每个特征点对应的边缘方向直方图EOH描述符;Calculate the edge orientation histogram EOH descriptor corresponding to each feature point in the reference image and the image to be registered according to the feature points of the reference image and the image to be registered respectively; 根据所述EOH描述符计算所述参考图像中每个特征点与所述待配准图像中每个特征点之间的欧式距离;Calculate the Euclidean distance between each feature point in the reference image and each feature point in the image to be registered according to the EOH descriptor; 根据所述欧式距离进行所述参考图像中每个特征点与所述待配准图像中所有特征点的匹配以及所述待配准图像中每个特征点与所述参考图像中所有特征点的匹配,获得所述参考图像和所述待配准图像之间的特征点匹配对;Matching each feature point in the reference image with all feature points in the image to be registered and matching each feature point in the image to be registered with all feature points in the reference image according to the Euclidean distance Matching, obtaining matching pairs of feature points between the reference image and the image to be registered; 根据所述特征点匹配对将所述参考图像与所述待配准图像进行图像配准。performing image registration on the reference image and the image to be registered according to the feature point matching pair. 2.根据权利要求1所述的多光谱图像配准方法,其特征在于,所述根据所述欧式距离进行所述参考图像中每个特征点与所述待配准图像中所有特征点的匹配以及所述待配准图像中每个特征点与所述参考图像中所有特征点的匹配,获得所述参考图像和所述待配准图像之间的特征点匹配对,包括:2. The multispectral image registration method according to claim 1, wherein the matching of each feature point in the reference image with all feature points in the image to be registered is carried out according to the Euclidean distance And the matching of each feature point in the image to be registered with all the feature points in the reference image, obtaining a matching pair of feature points between the reference image and the image to be registered, including: 对于所述参考图像中的每一个特征点Si,将所述待配准图像中所有特征点Tj与所述特征点Si之间的欧式距离d(Si,Tj)进行从小到大排序,将前k个欧式距离对应的特征点对(Si,Tj)作为第一特征点对集;For each feature point S i in the reference image, the Euclidean distance d(S i , T j ) between all feature points T j in the image to be registered and the feature point S i is calculated from small to Large sorting, using the feature point pairs (S i , T j ) corresponding to the first k Euclidean distances as the first feature point pair set; 对于所述待配准图像中的每一个特征点Tj,将所述参考图像中所有特征点Si与所述特征点Tj之间的欧式距离d(Si,Tj)进行从小到大排序,将前k个欧式距离对应的特征点对(Si,Tj)作为第二特征点对集;For each feature point T j in the image to be registered, the Euclidean distance d(S i , T j ) between all feature points S i in the reference image and the feature point T j is calculated from small to Large sorting, using the feature point pairs (S i , T j ) corresponding to the first k Euclidean distances as the second feature point pair set; 将第一特征点对集与第二特征点对集的交集作为所述参考图像和所述待配准图像之间的特征点匹配对;Using the intersection of the first feature point pair set and the second feature point pair set as a matching pair of feature points between the reference image and the image to be registered; 其中,Si为参考图像中的特征点,Tj为待配准图像中的特征点,1≤k≤min(m,n),m为参考图像中特征点的个数,n为待配准图像中特征点的个数。Among them, S i is the feature point in the reference image, T j is the feature point in the image to be registered, 1≤k≤min(m,n), m is the number of feature points in the reference image, and n is the feature point to be registered The number of feature points in the quasi-image. 3.根据权利要求1或2所述的多光谱图像配准方法,其特征在于,所述分别确定参考图像和待配准图像的特征点,包括:3. The multispectral image registration method according to claim 1 or 2, wherein said determining the feature points of the reference image and the image to be registered respectively comprises: 采用尺度不变特征转换SIFT算法分别获取所述参考图像和所述待配准图像的特征点。The feature points of the reference image and the image to be registered are obtained respectively by adopting a scale-invariant feature transformation SIFT algorithm. 4.根据权利要求1或2所述的多光谱图像配准方法,其特征在于,所述分别确定参考图像和待配准图像的特征点,包括:4. The multispectral image registration method according to claim 1 or 2, wherein said determining the feature points of the reference image and the image to be registered respectively comprises: 分别确定所述参考图像和所述待配准图像的特征线段;Determining the feature line segments of the reference image and the image to be registered respectively; 分别延长所述参考图像和所述待配准图像的特征线段,将所述参考图像中特征线段的延长线的交点作为所述参考图像的特征点,以及将所述待配准图像中特征线段的延长线的交点作为所述待配准图像的特征点。Prolonging the feature line segments of the reference image and the image to be registered respectively, using the intersection point of the extension line of the feature line segment in the reference image as a feature point of the reference image, and taking the feature line segment in the image to be registered The intersection of the extension lines of is used as the feature point of the image to be registered. 5.一种多光谱图像配准装置,其特征在于,包括:5. A multi-spectral image registration device, characterized in that, comprising: 特征点确定模块,用于分别确定参考图像和待配准图像的特征点;A feature point determination module is used to determine the feature points of the reference image and the image to be registered respectively; 描述符生成模块,用于分别根据所述参考图像和所述待配准图像的特征点计算所述参考图像和所述待配准图像中每个特征点对应的边缘方向直方图EOH描述符;A descriptor generating module, configured to calculate an edge direction histogram EOH descriptor corresponding to each feature point in the reference image and the image to be registered according to the feature points of the reference image and the image to be registered, respectively; 计算模块,用于根据所述EOH描述符计算所述参考图像中每个特征点与所述待配准图像中每个特征点之间的欧式距离;A calculation module, configured to calculate the Euclidean distance between each feature point in the reference image and each feature point in the image to be registered according to the EOH descriptor; 第一匹配模块,用于根据所述欧式距离进行所述参考图像中每个特征点与所述待配准图像中所有特征点的匹配以及所述待配准图像中每个特征点与所述参考图像中所有特征点的匹配,获得所述参考图像和所述待配准图像之间的特征点匹配对;A first matching module, configured to match each feature point in the reference image with all feature points in the image to be registered according to the Euclidean distance and match each feature point in the image to be registered with the Matching of all feature points in the reference image to obtain matching pairs of feature points between the reference image and the image to be registered; 第二匹配模块,用于根据所述特征点匹配对将所述参考图像与所述待配准图像进行图像配准。The second matching module is configured to perform image registration on the reference image and the image to be registered according to the feature point matching pair. 6.根据权利要求5所述的多光谱图像配准装置,其特征在于,所述第一匹配模块具体用于:6. The multispectral image registration device according to claim 5, wherein the first matching module is specifically used for: 对于所述参考图像中的每一个特征点Si,将所述待配准图像中所有特征点Tj与所述特征点Si之间的欧式距离d(Si,Tj)进行从小到大排序,将前k个欧式距离对应的特征点对(Si,Tj)作为第一特征点对集;For each feature point S i in the reference image, the Euclidean distance d(S i , T j ) between all feature points T j in the image to be registered and the feature point S i is calculated from small to Large sorting, using the feature point pairs (S i , T j ) corresponding to the first k Euclidean distances as the first feature point pair set; 对于所述待配准图像中的每一个特征点Tj,将所述参考图像中所有特征点Si与所述特征点Tj之间的欧式距离d(Si,Tj)进行从小到大排序,将前k个欧式距离对应的特征点对(Si,Tj)作为第二特征点对集;For each feature point T j in the image to be registered, the Euclidean distance d(S i , T j ) between all feature points S i in the reference image and the feature point T j is calculated from small to Large sorting, using the feature point pairs (S i , T j ) corresponding to the first k Euclidean distances as the second feature point pair set; 将第一特征点对集与第二特征点对集的交集作为所述参考图像和所述待配准图像之间的特征点匹配对;Using the intersection of the first feature point pair set and the second feature point pair set as a matching pair of feature points between the reference image and the image to be registered; 其中,Si为参考图像中的特征点,Tj为待配准图像中的特征点,1≤k≤min(m,n),m为参考图像中特征点的个数,n为待配准图像中特征点的个数。Among them, S i is the feature point in the reference image, T j is the feature point in the image to be registered, 1≤k≤min(m,n), m is the number of feature points in the reference image, and n is the feature point to be registered The number of feature points in the quasi-image. 7.根据权利要求5或6所述的多光谱图像配准装置,其特征在于,所述特征点确定模块具体用于:7. The multispectral image registration device according to claim 5 or 6, wherein the feature point determination module is specifically used for: 采用尺度不变特征转换SIFT算法分别获取所述参考图像和所述待配准图像的特征点。The feature points of the reference image and the image to be registered are obtained respectively by adopting a scale-invariant feature transformation SIFT algorithm. 8.根据权利要求5或6所述的多光谱图像配准装置,其特征在于,所述特征点确定模块具体用于:8. The multispectral image registration device according to claim 5 or 6, wherein the feature point determination module is specifically used for: 分别确定所述参考图像和所述待配准图像的特征线段;Determining the feature line segments of the reference image and the image to be registered respectively; 分别延长所述参考图像和所述待配准图像的特征线段,将所述参考图像中特征线段的延长线的交点作为所述参考图像的特征点,以及将所述待配准图像中特征线段的延长线的交点作为所述待配准图像的特征点。Prolonging the feature line segments of the reference image and the image to be registered respectively, using the intersection point of the extension line of the feature line segment in the reference image as a feature point of the reference image, and taking the feature line segment in the image to be registered The intersection of the extension lines of is used as the feature point of the image to be registered.
CN201511000876.7A 2015-12-28 2015-12-28 Multispectral image registering method and multispectral image registering device Pending CN105654479A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201511000876.7A CN105654479A (en) 2015-12-28 2015-12-28 Multispectral image registering method and multispectral image registering device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201511000876.7A CN105654479A (en) 2015-12-28 2015-12-28 Multispectral image registering method and multispectral image registering device

Publications (1)

Publication Number Publication Date
CN105654479A true CN105654479A (en) 2016-06-08

Family

ID=56477759

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201511000876.7A Pending CN105654479A (en) 2015-12-28 2015-12-28 Multispectral image registering method and multispectral image registering device

Country Status (1)

Country Link
CN (1) CN105654479A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106952223A (en) * 2017-03-17 2017-07-14 北京邮电大学 Image registration method and device
CN107680112A (en) * 2017-10-16 2018-02-09 北京邮电大学 Method for registering images
CN108921212A (en) * 2018-06-27 2018-11-30 努比亚技术有限公司 A kind of image matching method, mobile terminal and computer readable storage medium
CN109389628A (en) * 2018-09-07 2019-02-26 北京邮电大学 Method for registering images, equipment and storage medium
CN111504981A (en) * 2020-04-26 2020-08-07 上海交通大学 Method for determination of chemical composition and moisture content in powdered substances

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103383700A (en) * 2013-06-26 2013-11-06 西安电子科技大学 Image retrieval method based on margin directional error histogram
CN104978742A (en) * 2015-06-12 2015-10-14 北京邮电大学 Image registration method and image registration device based on cascade structure
CN104992400A (en) * 2015-06-19 2015-10-21 北京邮电大学 Method and device for multispectral image registration

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103383700A (en) * 2013-06-26 2013-11-06 西安电子科技大学 Image retrieval method based on margin directional error histogram
CN104978742A (en) * 2015-06-12 2015-10-14 北京邮电大学 Image registration method and image registration device based on cascade structure
CN104992400A (en) * 2015-06-19 2015-10-21 北京邮电大学 Method and device for multispectral image registration

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106952223A (en) * 2017-03-17 2017-07-14 北京邮电大学 Image registration method and device
CN107680112A (en) * 2017-10-16 2018-02-09 北京邮电大学 Method for registering images
CN107680112B (en) * 2017-10-16 2021-01-26 北京邮电大学 Image registration method
CN108921212A (en) * 2018-06-27 2018-11-30 努比亚技术有限公司 A kind of image matching method, mobile terminal and computer readable storage medium
CN108921212B (en) * 2018-06-27 2021-11-19 努比亚技术有限公司 Image matching method, mobile terminal and computer readable storage medium
CN109389628A (en) * 2018-09-07 2019-02-26 北京邮电大学 Method for registering images, equipment and storage medium
CN109389628B (en) * 2018-09-07 2021-03-23 北京邮电大学 Image registration method, device and storage medium
CN111504981A (en) * 2020-04-26 2020-08-07 上海交通大学 Method for determination of chemical composition and moisture content in powdered substances
CN111504981B (en) * 2020-04-26 2021-10-22 上海交通大学 Method for determination of chemical composition and moisture content in powdered substances

Similar Documents

Publication Publication Date Title
WO2022002150A1 (en) Method and device for constructing visual point cloud map
WO2019071664A1 (en) Human face recognition method and apparatus combined with depth information, and storage medium
CN109117773B (en) An image feature point detection method, terminal device and storage medium
JP6688277B2 (en) Program, learning processing method, learning model, data structure, learning device, and object recognition device
CN104036480B (en) Quick elimination Mismatching point method based on surf algorithm
JP2018505495A (en) Method for calculating area of fingerprint overlap area, electronic device performing the same, computer program, and recording medium
CN105654479A (en) Multispectral image registering method and multispectral image registering device
CN104751465A (en) ORB (oriented brief) image feature registration method based on LK (Lucas-Kanade) optical flow constraint
CN103870597B (en) A kind of searching method and device of no-watermark picture
CN111160291B (en) Human eye detection method based on depth information and CNN
CN106408597A (en) Neighborhood entropy and consistency detection-based SAR (synthetic aperture radar) image registration method
CN104992400B (en) Multi-spectrum image registration method and device
CN110546651A (en) object recognition
WO2018082308A1 (en) Image processing method and terminal
CN103577840B (en) Item identification method
CN108346162A (en) Remote sensing image registration method based on structural information and space constraint
CN105654423A (en) Area-based remote sensing image registration method
CN103077528A (en) Rapid image matching method based on DCCD (Digital Current Coupling)-Laplace and SIFT (Scale Invariant Feature Transform) descriptors
CN105354550B (en) A kind of list method for extracting content based on image local feature point registration
CN111488766A (en) Object detection method and device
CN105160686A (en) Improved scale invariant feature transformation (SIFT) operator based low altitude multi-view remote-sensing image matching method
CN111597933A (en) Face recognition method and device
CN116664892A (en) Multi-temporal remote sensing image registration method based on cross attention and deformable convolution
CN111242925A (en) Target detection method, device and electronic device for CT image data
CN101833763A (en) A Method for Detection of Water Surface Reflection Image

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20160608