CN105741295A - High-resolution remote sensing image registration method based on local invariant feature point - Google Patents

High-resolution remote sensing image registration method based on local invariant feature point Download PDF

Info

Publication number
CN105741295A
CN105741295A CN201610069959.XA CN201610069959A CN105741295A CN 105741295 A CN105741295 A CN 105741295A CN 201610069959 A CN201610069959 A CN 201610069959A CN 105741295 A CN105741295 A CN 105741295A
Authority
CN
China
Prior art keywords
remote sensing
sensing image
matching
feature point
registration
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
CN201610069959.XA
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.)
Fujian Normal University
Original Assignee
Fujian Normal University
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 Fujian Normal University filed Critical Fujian Normal University
Priority to CN201610069959.XA priority Critical patent/CN105741295A/en
Publication of CN105741295A publication Critical patent/CN105741295A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10032Satellite or aerial image; Remote sensing

Landscapes

  • Image Analysis (AREA)

Abstract

The invention relates to a high-resolution remote sensing image registration method based on a local invariant feature point. The high-resolution remote sensing image registration method comprises the following steps: S1: extracting Harris feature points in a benchmark remote sensing image and a remote sensing image to be registered at different time phases in the same area to independently obtain feature point sets P1 and P2; S2: utilizing a SIFT (Scale Invariant Feature Transform) descriptor to independently carry out feature vector description on the feature point sets P1 and P2; S3: searching bidirectional matching point pairs; S4: randomly selecting three groups of matching point pairs PM3 from S3, and obtaining the root-mean-square error RM of the three groups of matching point pairs PM3; S5: judging the threshold value, and returning to S4 or entering S6; S6: calculating an affine transformation relationship matrix Matrix; and S7: utilizing transformation in S6 to obtain a registration image image_R. The high-resolution remote sensing image registration method solves the problem of big registration error of the high-resolution remote sensing image, can realize the high precision and the automation of registration and has a wide application value in the field of the change detection of the remote sensing image.

Description

A kind of high score Remote Sensing Image Matching method based on local invariant feature point
Technical field
The present invention relates to a kind of registration field, specifically a kind of high score Remote Sensing Image Matching method based on local invariant feature point.
Background technology
One good Remote Sensing Image Matching method or scheme should have characteristics that A, robustness are strong, and namely algorithm is not by the impact of the content of input picture and quality;B, wide adaptability, adaptability includes two aspects: be the type of input picture on the one hand, it is possible to be the image of different phase, it is also possible to be the image of different sensors, or even the registration between image and map;It is the type of geometric transformation model on the other hand, it is possible to be similarity transformation, affine transformation or polynomial transformation, even more complicated variation;C, automaticity are high, and algorithm need not operator participate in as far as possible, including the selection of ground control point, parameter and algorithm;D, amount of calculation are less, and this characteristic is particularly important when processing large scale remote sensing images;E, registration accuracy are high, have many applied environment requirement Sub-pixel precisions at present.But, up to the present can be provided simultaneously with above-mentioned five characteristics but without a kind of scheme or method, most method is both for application-specific.
Summary of the invention
The invention provides a kind of high score Remote Sensing Image Matching method based on local invariant feature point, utilize local invariant feature point to carry out extraction and the description of match point, by the calculating of affine transformation relationship matrix, it is possible to achieve the registration accuracy of sub-pixed mapping level.
Target by realizing the present invention be the technical scheme is that method comprises the following steps:
Step 1: extract the Harris characteristic point in the benchmark remote sensing image image1 and remote sensing image image2 subject to registration of areal difference phase, respectively obtain feature point set P1And P2
Step 2: utilize SIFT to describe son respectively to feature point set P1And P2Carry out the description of characteristic vector;
Step 3: search characteristics point set P1To P2In the characteristic point of all Satisfying Matching Conditions C, obtain matching double points set M1, meanwhile, search characteristics point set P2To P1In the characteristic point of all Satisfying Matching Conditions C, obtain matching double points set M2, by M1And M2Common factor as bi-directional matching point to set Mset;
Step 4: the bi-directional matching point from step 3 randomly selects 3 groups of matching double points PM in set Mset3, seek its root-mean-square error RE;
Step 5: judge that whether root-mean-square error RE is more than threshold value TH, if it is, return step 4, otherwise enters step 6;
Step 6: utilize 3 groups of matching double points PM in step 43Calculate affine transformation relationship matrix Matrix;
Step 7: utilize the affine transformation relationship matrix Matrix in step 6 that remote sensing image image2 subject to registration is converted, obtain registration image image_R.
Matching condition C in described step 3 is:
Dn/Dsn< r
Wherein, DnFor the arest neighbors Euclidean distance between characteristic point, DsnFor the secondary neighbour's Euclidean distance between characteristic point, r is threshold value, and value is more big, and the coupling accuracy between characteristic point is more high.
Affine transformation relationship matrix Matrix in described step 6 is:
M a t r i x = t 1 t 2 t 3 t 4 t 5 t 6 0 0 1
And Matrix needs to meet following relation:
x 1 y 1 1 = M a t r i x &CenterDot; x 2 y 2 1
Wherein, (x1,y1) and (x2,y2) respectively 3 groups of matching double points PM in step 43In characteristic point coordinate.
The invention has the beneficial effects as follows: solve the problem that high spatial resolution remote sense image registration error is big, it is possible to realize high accuracy and the automatization of registration, be with a wide range of applications in the change-detection field of remote sensing image.
Accompanying drawing explanation
Fig. 1 is the overall process flow figure of the present invention.
Detailed description of the invention
The specific embodiment of the present invention is described in detail below in conjunction with accompanying drawing.
In step 101, the benchmark remote sensing image image1 and remote sensing image image2 subject to registration of input areal difference phase.
In step 102, extract the Harris characteristic point in image1 and image2, respectively obtain feature point set P1And P2
In step 103, SIFT is utilized to describe son respectively to feature point set P1And P2Carry out the description of characteristic vector.
In step 104, search characteristics point set P1To P2In the characteristic point of all Satisfying Matching Conditions C, obtain matching double points set M1, meanwhile, search characteristics point set P2To P1In the characteristic point of all Satisfying Matching Conditions C, obtain matching double points set M2, by M1And M2Common factor as bi-directional matching point to set Mset.
In step 105, the bi-directional matching point from step 104 randomly selects 3 groups of matching double points PM in set Mset3
3 groups of matching double points PM in step 106, calculation procedure 1053Root-mean-square error RE.
In step 107, it is judged that whether the root-mean-square error RE in step 106 is more than threshold value TH, if it is, return step 105, otherwise enter step 108.
In step 108, utilize 3 groups of matching double points PM in step 1063Calculate affine transformation relationship matrix Matrix.
In step 109, utilize the affine transformation relationship matrix Matrix in step 108 that remote sensing image image2 subject to registration is converted, obtain registration image image_R.
In step 110, export registration result.

Claims (3)

1. the high score Remote Sensing Image Matching method based on local invariant feature point, it is characterised in that comprise the following steps:
Step 1: extract the Harris characteristic point in the benchmark remote sensing image image1 and remote sensing image image2 subject to registration of areal difference phase, respectively obtain feature point set P1And P2
Step 2: utilize SIFT to describe son respectively to feature point set P1And P2Carry out the description of characteristic vector;
Step 3: search characteristics point set P1To P2In the characteristic point of all Satisfying Matching Conditions C, obtain matching double points set M1, meanwhile, search characteristics point set P2To P1In the characteristic point of all Satisfying Matching Conditions C, obtain matching double points set M2, by M1And M2Common factor as bi-directional matching point to set Mset;
Step 4: the bi-directional matching point from step 3 randomly selects 3 groups of matching double points PM in set Mset3, seek its root-mean-square error RE;
Step 5: judge that whether root-mean-square error RE is more than threshold value TH, if it is, return step 4, otherwise enters step 6;
Step 6: utilize 3 groups of matching double points PM in step 43Calculate affine transformation relationship matrix Matrix;
Step 7: utilize the affine transformation relationship matrix Matrix in step 6 that remote sensing image image2 subject to registration is converted, obtain registration image image_R.
2. a kind of high score Remote Sensing Image Matching method based on local invariant feature point according to claim 1, it is characterised in that the matching condition C in step 3 is:
Dn/Dsn< r
Wherein, DnFor the arest neighbors Euclidean distance between characteristic point, DsnFor the secondary neighbour's Euclidean distance between characteristic point, r is threshold value.
3. a kind of high score Remote Sensing Image Matching method based on local invariant feature point according to claim 1, it is characterised in that the affine transformation relationship matrix Matrix in step 6 is:
M a t r i x = t 1 t 2 t 3 t 4 t 5 t 6 0 0 1
And Matrix needs to meet following relation:
x 1 y 1 1 = M a t r i x &CenterDot; x 2 y 2 1
Wherein, (x1,y1) and (x2,y2) respectively 3 groups of matching double points PM in step 43In characteristic point coordinate.
CN201610069959.XA 2016-02-01 2016-02-01 High-resolution remote sensing image registration method based on local invariant feature point Pending CN105741295A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610069959.XA CN105741295A (en) 2016-02-01 2016-02-01 High-resolution remote sensing image registration method based on local invariant feature point

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610069959.XA CN105741295A (en) 2016-02-01 2016-02-01 High-resolution remote sensing image registration method based on local invariant feature point

Publications (1)

Publication Number Publication Date
CN105741295A true CN105741295A (en) 2016-07-06

Family

ID=56245717

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610069959.XA Pending CN105741295A (en) 2016-02-01 2016-02-01 High-resolution remote sensing image registration method based on local invariant feature point

Country Status (1)

Country Link
CN (1) CN105741295A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106485256A (en) * 2016-10-10 2017-03-08 宋育锋 Double label relative position information construction methods based on SIFT feature point
CN108509870A (en) * 2018-03-14 2018-09-07 安徽工大信息技术有限公司 A kind of Eriocheir sinensis uniqueness recognition methods based on images match
CN111640142A (en) * 2019-12-25 2020-09-08 珠海大横琴科技发展有限公司 Remote sensing image multi-feature matching method and device and electronic equipment
CN111639662A (en) * 2019-12-23 2020-09-08 珠海大横琴科技发展有限公司 Remote sensing image bidirectional matching method and device, electronic equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104794678A (en) * 2015-05-04 2015-07-22 福建师范大学 Automatic registration method for high-spatial-resolution remote-sensing images based on SIFI feature points
CN104809724A (en) * 2015-04-21 2015-07-29 电子科技大学 Automatic precise registration method for multiband remote sensing images

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104809724A (en) * 2015-04-21 2015-07-29 电子科技大学 Automatic precise registration method for multiband remote sensing images
CN104794678A (en) * 2015-05-04 2015-07-22 福建师范大学 Automatic registration method for high-spatial-resolution remote-sensing images based on SIFI feature points

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
DAVID G.LOWE ET AL.: "Automatic Panoramic Image Stitching using Invariant Features", 《INTERNATIONAL JOURNAL OF COMPUTER VISION》 *
张谦等: "多源遥感影像配准中的SIFT特征匹配改进", 《武汉大学学报•信息科学版》 *
施文灶等: "采用非线性尺度空间滤波和SIFT的遥感影像配准方法", 《华侨大学学报(自然科学版)》 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106485256A (en) * 2016-10-10 2017-03-08 宋育锋 Double label relative position information construction methods based on SIFT feature point
CN108509870A (en) * 2018-03-14 2018-09-07 安徽工大信息技术有限公司 A kind of Eriocheir sinensis uniqueness recognition methods based on images match
CN108509870B (en) * 2018-03-14 2019-07-12 安徽工大信息技术有限公司 A kind of Eriocheir sinensis uniqueness recognition methods based on images match
CN111639662A (en) * 2019-12-23 2020-09-08 珠海大横琴科技发展有限公司 Remote sensing image bidirectional matching method and device, electronic equipment and storage medium
CN111640142A (en) * 2019-12-25 2020-09-08 珠海大横琴科技发展有限公司 Remote sensing image multi-feature matching method and device and electronic equipment

Similar Documents

Publication Publication Date Title
US10807236B2 (en) System and method for multimodal mapping and localization
CN111028277B (en) SAR and optical remote sensing image registration method based on pseudo-twin convolution neural network
WO2022188094A1 (en) Point cloud matching method and apparatus, navigation method and device, positioning method, and laser radar
Misra et al. An automatic satellite image registration technique based on Harris corner detection and Random Sample Consensus (RANSAC) outlier rejection model
CN111199564A (en) Indoor positioning method and device of intelligent mobile terminal and electronic equipment
JP4985166B2 (en) Self-position estimation device
CN105354841B (en) A kind of rapid remote sensing image matching method and system
CN105741295A (en) High-resolution remote sensing image registration method based on local invariant feature point
CN103106667A (en) Motion target tracing method towards shielding and scene change
CN105046684A (en) Image matching method based on polygon generalized Hough transform
CN104050675A (en) Feature point matching method based on triangle description
CN104992431B (en) The method and device of multi-spectral image registration
CN104992433B (en) The method and device of multi-spectral image registration based on line match
Gokhool et al. A dense map building approach from spherical RGBD images
CN104166977B (en) A kind of Image Matching Similarity Measurement Method and its image matching method
CN105184327B (en) A kind of Characteristics of The Remote Sensing Images point matching process dividing strategy based on vertex three
CN105719272B (en) Image feature point matching method for keeping space structure
US9259840B1 (en) Device and method to localize and control a tool tip with a robot arm
CN106651950B (en) Single-camera pose estimation method based on quadratic curve perspective projection invariance
Zhang et al. Known landing area rough locating from far distance based on DDM-SIFT
Liu et al. An RGB‐D‐Based Cross‐Field of View Pose Estimation System for a Free Flight Target in a Wind Tunnel
Sun et al. Performance analysis of SIFT feature extraction algorithm in application to registration of SAR image
Deng et al. Study on application of scale invariant feature transform algorithm on automated geometric correction of remote sensing images
Viswanath et al. A simplified error model for height estimation using a single camera
Han et al. Two-Stage Multi-Camera Constrain Mapping Pipeline for Large-Scale 3D Reconstruction

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20160706

WD01 Invention patent application deemed withdrawn after publication