CN105869168A - Multi-source remote sensing image shape registering method based on polynomial fitting - Google Patents

Multi-source remote sensing image shape registering method based on polynomial fitting Download PDF

Info

Publication number
CN105869168A
CN105869168A CN201610203221.8A CN201610203221A CN105869168A CN 105869168 A CN105869168 A CN 105869168A CN 201610203221 A CN201610203221 A CN 201610203221A CN 105869168 A CN105869168 A CN 105869168A
Authority
CN
China
Prior art keywords
point
points
image
remote sensing
fitting
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
CN201610203221.8A
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.)
Nanjing University of Science and Technology
Original Assignee
Nanjing University of Science and Technology
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 Nanjing University of Science and Technology filed Critical Nanjing University of Science and Technology
Priority to CN201610203221.8A priority Critical patent/CN105869168A/en
Publication of CN105869168A publication Critical patent/CN105869168A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • G06V10/44Local 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
    • G06V10/443Local 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 by matching or filtering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/40Scaling of whole images or parts thereof, e.g. expanding or contracting
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30181Earth observation

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Multimedia (AREA)
  • Image Analysis (AREA)

Abstract

The invention provides a multi-source remote sensing image shape registering method based on polynomial fitting. According to the method, first of all, edge contour features of remote sensing images are extracted, main contour edges are reserved, feature points are extracted through a feature point extraction algorithm based on polynomial fitting, and principle directions of the feature points are determined; based on this, through improved shape content descriptors, minimizing coupling cost between the feature points so as to complete coarse registering; and finally, removing wrong coupling so as to finish fine registering. The method provided by the invention can realize automatic registering of multi-source remote sensing images of different landforms and has the advantages of high registering precision, fast calculation speed, high robustness, good applicability and the like.

Description

Multi-source remote sensing image shape registration method based on polynomial fitting
Technical Field
The invention relates to a remote sensing image processing technology, in particular to a multi-source remote sensing image shape registration method based on polynomial fitting.
Background
The remote sensing technology is widely applied to the fields of geography and the like through development of more than half a century, opens up a new way for exploring resources, protecting environment, monitoring disasters, analyzing global changes and the like, and becomes an effective means for people to observe and analyze the global environment. Since remote sensing images obtained by different remote sensing satellites have great difference in resolution, visual angle, scale and the like, the registration of the remote sensing images to eliminate the difference as much as possible is the basis of subsequent analysis and application. Image registration can be divided into a grayscale-based registration method and a feature-based registration method according to the difference in image information utilized in the registration process. The registration method based on gray level mainly comprises a mutual information method, a phase correlation method and the like, wherein the mutual information method is commonly used for registration of multi-mode medical images due to high registration precision and is also commonly used for registration of remote sensing images in recent years, but the development and application of the registration method in the field of remote sensing image registration are limited by the calculation speed; the phase correlation method is easy to implement by hardware, but requires strict linear relation between images, and is very sensitive to noise and has large limitation. The feature-based registration method does not depend on the gray characteristic of the image, converts the analysis of the whole image into the analysis of certain feature of the image, greatly reduces the calculated amount, and is the most used remote sensing image registration method at present. However, when the multi-source remote sensing images obtained by different types of sensors are registered, because more feature-based remote sensing image registration algorithms are used at present, all the obvious features in the images need to be extracted, such as Harris, SIFT feature points or linear features, and the like, the images show large gray scale and noise difference due to different imaging mechanisms and pixel representation forms, or the matching accuracy is low, even the matching fails.
Disclosure of Invention
The invention aims to provide a multi-source remote sensing image shape registration method based on polynomial fitting, and solves the problems of low matching precision, time-consuming operation and applicability limitation when a traditional method is used for registering a multi-source remote sensing image. The method comprises the following steps:
step 1, inputting two multi-source remote sensing images as a reference image and an image to be registered;
step 2, extracting edge contour features of the two images, and eliminating useless edge features of a dense area;
step 3, extracting feature points and determining the main direction of the feature points by a feature point extraction algorithm based on polynomial fitting aiming at pixel points on the contours extracted by the two images;
step 4, obtaining an improved shape content descriptor of each feature point;
step 5, traversing feature points in the image to be registered for each feature point in the reference image based on the improved shape content descriptor of the pixel point, and acquiring the feature point in the image to be registered with the minimum matching cost as a matching point pair;
step 6, removing the mismatching and finishing the fine registration;
step 7, estimating a transformation matrix between the two images according to the matching point pairs, and restoring the image to be registered through the transformation matrix to finish registration;
the characteristic point extraction algorithm based on polynomial fitting in step 3 is as follows:
step 3.1, aiming at each pixel point on the extracted remote sensing image contour boundary, carrying out cubic polynomial fitting on the pixel point and the surrounding boundary points to estimate the coefficient of a fitting curve;
step 3.2, calculating the fitting error of the fitting curve and the curvature of the pixel point;
step 3.3, discarding pixel points with large fitting errors, and screening out points with large curvature from the rest pixel points as characteristic points;
step 3.4, adopting the tangent direction of the curve at the pixel point as the main direction of the characteristic point;
wherein the improved shape content descriptor described in step 4 is a circular template and is assigned a direction that is the same as the principal direction of the feature point.
Compared with the prior art, the invention has the following advantages: (1) the method provides a novel characteristic point extraction algorithm based on polynomial fitting, greatly reduces the calculated amount, and enables a classical shape content descriptor to be applied to an actual complex remote sensing image; (2) the method determines the main direction for each characteristic point by utilizing a polynomial fitting method, improves the classical shape content descriptor to ensure that the classical shape content descriptor has rotation invariance, thereby registering multi-source remote sensing images of different terrains and improving the applicability; (3) the method of the invention carries out registration from coarse to fine, removes mismatching by RANSAC algorithm on the basis of coarse registration, and improves registration accuracy.
The present invention is described in further detail below with reference to the attached drawing figures.
Drawings
FIG. 1 is a flow chart of the method of the present invention.
Fig. 2 is a schematic diagram of a shape content descriptor circular template, wherein fig. 2(a) is a conventional shape content descriptor circular template, and fig. 2(b) is a shape content descriptor circular template with rotation invariance improved in the present method.
FIG. 3 is a diagram of a multi-source remote sensing image to be registered and a registration effect obtained by the method of the present invention. In fig. 3, (a), (d), (g) show the satellite images captured by the satellite detector with a resolution of 1024 × 1024, and (b), (e), (h) show the images in the Google map database with a resolution of 696 × 696. (c) (f) (i) is a registration effect graph obtained by the method of the invention.
Fig. 4 is a graph of the registration effect obtained using the conventional SIFT algorithm.
Detailed Description
With reference to fig. 1, the multi-source remote sensing image shape registration method based on polynomial fitting provided by the invention firstly extracts edge contour features of a reference image and an image to be registered respectively, extracts feature points and determines the main directions of the feature points through a feature point extraction algorithm based on polynomial fitting, and completes coarse registration by utilizing an improved shape content descriptor and minimizing the matching cost between the feature points. Finally, removing the mismatching and finishing the fine registration. And on the basis, a homography transformation matrix H between the reference image and the image to be registered is estimated according to the matching point pairs, and the image to be registered is restored through the transformation matrix to complete registration.
The specific implementation steps of the multi-source remote sensing image shape registration method based on polynomial fitting are as follows:
step 1, inputting two multi-source remote sensing images as a reference image and an image to be registered;
step 2, extracting edge contour features of the two images by adopting a Canny operator, eliminating useless edge features of a dense area through morphological transformation, and leaving main contours of the images;
step 3, extracting feature points and determining the main direction of the feature points by a feature point extraction algorithm based on polynomial fitting aiming at pixel points on the contours extracted by the two images;
step 4, obtaining an improved shape content descriptor of each feature point;
step 5, traversing feature points in the image to be registered for each feature point in the reference image based on the improved shape content descriptor of the pixel point, and acquiring the feature point in the image to be registered with the minimum matching cost as a matching point pair;
step 6, removing the mismatching and finishing the fine registration;
and 7, estimating a transformation matrix between the two images according to the matching point pairs, and restoring the image to be registered through the transformation matrix to finish registration.
Specifically, in step 3, main contour features of the reference image and the image to be registered are respectively extracted, and for each pixel point on the extracted contour boundary of the remote sensing image, a cubic polynomial fitting is performed on the pixel point and surrounding boundary points, so that feature points are extracted and the main direction is determined. The operation is divided into the following four steps:
and 3.1, performing polynomial fitting on the pixel points on the outline.
Let p beiIs a point on the image contour boundary whose coordinates can be expressed as (x)i,yi) Extracting a point p on the boundary of the image contouriThe left and right partial pixel points can be expressed as pi-m,…,pi-1,pi,pi+1,…,pi+nThe pixel point correspondence coordinate can be expressed as (x)i-m,yi-m),…,(xi,yi),…,(xi+n,yi+n). Assuming the fitted curve is a cubic polynomial, the fitted curve is expressed as:
y=ax3+bx2+cx+d (1)
in the formula, a, b, c and d represent coefficients of a fitting curve, and x and y are coordinates of pixel points for fitting.
Since the fitted cubic polynomial curve must be guaranteed to pass through the current point Pi. In the method, a Lagrange multiplier method is adopted to convert the Lagrange multiplier method into a multivariate function extremum solving problem, so that the coefficient of the fitting curve is estimated.
With the coefficients a, b, c, d of the fitted curve as arguments, the problem of estimating the coefficients of the fitted curve can be translated into solving the function z ═ f (a, b, c, d) under additional conditionsThe following extreme value problem. f (a, b, c, d) andthe concrete formula is as follows:
f ( a , b , c , d ) = Σ u = i - m i + n ( ax u 3 + bx u 2 + cx u + d - y u ) 2 - - - ( 2 )
lambda is a coefficient, u is from i-m to i + n, namely the Lagrange function formula of the selected pixel point is as follows:
the coefficients a, b, c, d and the parameter λ can be calculated as follows:
[a,b,c,d,λ]=(XTX)-1XTY (5)
wherein,
step 3.2, further calculating the fitting error of the fitting curve and the point PiThe curvature of the point P is determinediWhether or not to be a feature point. Fitting errors D (i) and points PiThe curvature k (i) is specifically expressed as:
D ( i ) = 1 m + n + 1 Σ u = i - m i + n ( ax u 3 + bx u 2 + cx u + d - y u ) 2 - - - ( 8 )
k ( i ) = | y ′ ′ | ( 1 + y ′ 2 ) 3 2 - - - ( 9 )
step 3.3, the smaller the fitting error D (i), the smaller the curve and the current point P are representediThe surrounding real contour boundary has higher consistency. For contoured shape features, the greater the curvature of the contour curve, i.e., the greater the curvature, the more pronounced the feature. Therefore, in order to extract the feature points with more obvious features, the points with large fitting errors D (i) are discarded, and the points with large curvature are screened out from the remaining points with small fitting errors to be used as the feature points. Namely, a first threshold value is set, and if the fitting error is greater than the first threshold value, the pixel point is abandoned. And setting a second threshold, and if the curvature of the pixel point is larger than the second threshold after discarding the point with large fitting error, taking the pixel point as the characteristic point. The first threshold and the second threshold are valued according to the number of the characteristic points to be acquired, the number of the characteristic points is large, the first threshold is large, and the second threshold is small.
And 3.4, calculating the main direction of the characteristic points. The method adopts the tangential direction as the main direction of the characteristic point, and the specific formula is as follows:
Q = 3 ax i 2 + 2 bx i + c - - - ( 10 )
in step 5, an improved shape content descriptor is calculated for the extracted feature points and a coarse registration is achieved by minimizing the matching cost. In conjunction with fig. 2, fig. 2(a) is a classical shape content descriptor circular template. Suppose there are n points on the image contour boundary, for one of which piThe structural relationship between the sampling point and other n-1 sampling points on the boundary can be used as a histogram hiTo show that:
hi(k)=#{q≠pi;(q-pi)∈bin(k)} (11)
wherein h isi(k) I.e. as point piIn order to make the descriptor more robust, the shape content descriptor is aligned to the distance reference point p using a log-polar coordinate system as shown in fig. 2(a)iThe closer the sampling point the more sensitive the change. In the above formula, bin represents segmentation in polar coordinates, k represents the number of segments, and in the method, 5bin is used in the lgr direction and 12bin is used in the theta direction to form a 60-dimensional feature histogram.
The method improves the original circular template of the shape content descriptor, and in the process of calculating the shape content descriptor for the characteristic points, the main direction, namely the tangential direction of the characteristic points is taken as the positive axis of the circular template, so that the circular template is rotated, and the specific formula of the rotation angle alpha is as follows:
α=arctan Q (12)
in order to determine the corresponding relationship between the boundary characteristic points of two images to be registered, C is adoptedij≡C(pi,qj) The matching cost between the two characteristic points is represented by the following specific formula:
C i j = 1 2 Σ k = 1 K [ h i ( k ) - h j ( k ) ] 2 h i ( k ) + h j ( k ) - - - ( 13 )
wherein h isi(k) And hj(k) Respectively represent points piAnd point qjK-bin of (a) normalizes the histogram. Calculating the matching cost C of all characteristic point pairs in the two imagesijAnd obtaining the one-to-one corresponding relation of the feature points by minimizing the matching cost.
And 6, removing mismatching by using a RANSAC algorithm for the matching point pair obtained by the coarse registration to finish the fine registration.
The effect of the present invention can be further illustrated by the following simulation results:
fig. 3(a) (d) (g) shows the satellite images from the satellite detector with a resolution of 1024 × 1024, and (b) (e) (h) shows the images in the Google map database with a resolution of 696 × 696. The registration result obtained by the multi-source remote sensing image shape registration method based on polynomial fitting is shown as (c) (f) (i). The locations of the map are from top to bottom, respectively, the Albarya coast, the latitude and longitude of the center point are respectively 40 degrees, 19.60 degrees, north and 19 degrees, 18 degrees, 57.43 degrees; the israzazza lake with a center point latitude and longitude of 32 deg. 51'1.66 "north, 43 deg. 20'15.47" east and indian rhesus (near alaabad), 25 deg. 20'23.27 "north, 82 deg. 14'49.36" east, respectively.
In order to illustrate the advantages of the method in registration accuracy, applicability and calculation speed, the method and the traditional SIFT registration method are used for respectively carrying out registration simulation experiments on the same multi-source remote sensing images. The registration result of the SIFT registration method is shown in fig. 4. In order to further quantitatively evaluate the performance of the remote sensing image registration method, the registration effect is comprehensively evaluated by cross-correlation coefficients, root mean square errors and algorithm operation time. The precision evaluation results are shown in the following table, which shows the registration effect and the operation time comparison of the methods when the method and the SIFT registration method are used for simulation experiments. The cross-correlation coefficient is in the range of (0, 1), and the larger the value is, the larger the correlation between the registered image and the target image is, and the better the registration effect is. The root mean square error measures the distance dispersion between the registered image and the target image, and the smaller the root mean square value is, the smaller the distance between the registered image and the target image is, namely the better the registration effect is. Compared with the SIFT algorithm, the method provided by the invention has the advantages that the adaptability is wider, the obtained registration precision is higher, the calculation speed is increased by 2 times compared with the registration speed of the SIFT algorithm, and the method can be applied to the registration of the multi-source remote sensing image.

Claims (7)

1. A multi-source remote sensing image shape registration method based on polynomial fitting is characterized by comprising the following steps:
step 1, inputting two multi-source remote sensing images as a reference image and an image to be registered,
step 2, extracting edge contour characteristics of the two images, eliminating useless edge characteristics of a dense area,
step 3, extracting characteristic points and determining the main direction of the characteristic points by a characteristic point extraction algorithm based on polynomial fitting aiming at pixel points on the contours extracted by the two images,
step 4, obtaining the improved shape content descriptor of each feature point,
step 5, traversing the feature points in the image to be registered for each feature point in the reference image based on the improved shape content descriptor of the pixel point, acquiring the feature point in the image to be registered with the minimum matching cost as a matching point pair,
step 6, removing the mismatching, finishing the fine registration,
step 7, estimating a transformation matrix between the two images according to the matching point pairs, and restoring the image to be registered through the transformation matrix to finish registration;
the characteristic point extraction algorithm based on polynomial fitting in step 3 is as follows:
step 3.1, aiming at each pixel point on the extracted remote sensing image contour boundary, carrying out cubic polynomial fitting on the pixel point and the surrounding boundary points to estimate the coefficient of a fitting curve;
step 3.2, calculating the fitting error of the fitting curve and the curvature of the pixel point;
step 3.3, discarding pixel points with large fitting errors, and screening out points with large curvature from the rest pixel points as characteristic points;
step 3.4, adopting the tangent direction of the curve at the pixel point as the main direction of the characteristic point;
wherein the improved shape content descriptor described in step 4 is a circular template and is assigned a direction that is the same as the principal direction of the feature point.
2. The method according to claim 1, characterized in that the coefficients of the fitted curve are estimated in step 3.1 using the Lagrangian multiplier method.
3. The method of claim 1 wherein a first threshold is set in step 3.3, and if the fitting error is greater than the first threshold, the pixel is discarded.
4. The method according to claim 3, wherein a second threshold is set in step 3.3, and if the curvature of the pixel point is larger than the second threshold after discarding the point with large fitting error, the pixel point is the feature point.
5. The method according to claim 1, wherein the improved shape content descriptor in step 4 is rotated by an angle α (arctan Q), where Q is the main direction of the feature point.
6. The method according to claim 1, wherein the matching cost between two feature points in step 5 is obtained by using the following formula
C i j = 1 2 Σ k = 1 K [ h i ( k ) - h j ( k ) ] 2 h i ( k ) + h j ( k )
Wherein i is the index value of the feature point in the reference image, j is the index value of the feature point in the image to be registered, K is the number of bins in the improved shape content descriptor histogram, hi(k) And hj(k) Respectively represent characteristic points piAnd a feature point qjK-bin of (a) normalizes the histogram.
7. The method of claim 1, wherein the RANSAC algorithm is used to remove the mismatch in step 6.
CN201610203221.8A 2016-04-01 2016-04-01 Multi-source remote sensing image shape registering method based on polynomial fitting Pending CN105869168A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610203221.8A CN105869168A (en) 2016-04-01 2016-04-01 Multi-source remote sensing image shape registering method based on polynomial fitting

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610203221.8A CN105869168A (en) 2016-04-01 2016-04-01 Multi-source remote sensing image shape registering method based on polynomial fitting

Publications (1)

Publication Number Publication Date
CN105869168A true CN105869168A (en) 2016-08-17

Family

ID=56627894

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610203221.8A Pending CN105869168A (en) 2016-04-01 2016-04-01 Multi-source remote sensing image shape registering method based on polynomial fitting

Country Status (1)

Country Link
CN (1) CN105869168A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107240128A (en) * 2017-05-09 2017-10-10 北京理工大学 A kind of X-ray film and photochrome method for registering based on contour feature
CN108269262A (en) * 2017-12-01 2018-07-10 兰州交通大学 High-resolution remote sensing image shade automatic Extraction Algorithm based on fitting of a polynomial
CN110910432A (en) * 2019-12-09 2020-03-24 珠海大横琴科技发展有限公司 Remote sensing image matching method and device, electronic equipment and readable storage medium
CN113393506A (en) * 2021-06-25 2021-09-14 浙江商汤科技开发有限公司 Image registration method and related device and equipment
CN114445472A (en) * 2022-03-04 2022-05-06 山东胜算软件科技有限公司 Multi-step image registration algorithm based on affine transformation and template matching
CN117029804A (en) * 2023-08-07 2023-11-10 自然资源部重庆测绘院 Mining area topography automatic updating method based on vehicle positioning information

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103544711A (en) * 2013-11-08 2014-01-29 国家测绘地理信息局卫星测绘应用中心 Automatic registering method of remote-sensing image
WO2015042772A1 (en) * 2013-09-24 2015-04-02 中国科学院自动化研究所 Remote sensing image salient object change detection method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015042772A1 (en) * 2013-09-24 2015-04-02 中国科学院自动化研究所 Remote sensing image salient object change detection method
CN103544711A (en) * 2013-11-08 2014-01-29 国家测绘地理信息局卫星测绘应用中心 Automatic registering method of remote-sensing image

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
YUJIE GU ET AL: "Polynomial fitting-based shape matching algorithm for multi-sensors remote sensing images", 《INFRARED PHYSICS & TECHNOLOGY》 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107240128A (en) * 2017-05-09 2017-10-10 北京理工大学 A kind of X-ray film and photochrome method for registering based on contour feature
CN107240128B (en) * 2017-05-09 2020-09-11 北京理工大学 X-ray and color photo registration method based on contour features
CN108269262A (en) * 2017-12-01 2018-07-10 兰州交通大学 High-resolution remote sensing image shade automatic Extraction Algorithm based on fitting of a polynomial
CN110910432A (en) * 2019-12-09 2020-03-24 珠海大横琴科技发展有限公司 Remote sensing image matching method and device, electronic equipment and readable storage medium
CN113393506A (en) * 2021-06-25 2021-09-14 浙江商汤科技开发有限公司 Image registration method and related device and equipment
CN114445472A (en) * 2022-03-04 2022-05-06 山东胜算软件科技有限公司 Multi-step image registration algorithm based on affine transformation and template matching
CN117029804A (en) * 2023-08-07 2023-11-10 自然资源部重庆测绘院 Mining area topography automatic updating method based on vehicle positioning information
CN117029804B (en) * 2023-08-07 2024-04-26 自然资源部重庆测绘院 Mining area topography automatic updating method based on vehicle positioning information

Similar Documents

Publication Publication Date Title
WO2019042232A1 (en) Fast and robust multimodal remote sensing image matching method and system
CN111028277B (en) SAR and optical remote sensing image registration method based on pseudo-twin convolution neural network
CN105869168A (en) Multi-source remote sensing image shape registering method based on polynomial fitting
CN104574421B (en) Large-breadth small-overlapping-area high-precision multispectral image registration method and device
Zamir et al. Accurate image localization based on google maps street view
CN104200461B (en) The remote sensing image registration method of block and sift features is selected based on mutual information image
CN104077760A (en) Rapid splicing system for aerial photogrammetry and implementing method thereof
CN105354841B (en) A kind of rapid remote sensing image matching method and system
CN102722731A (en) Efficient image matching method based on improved scale invariant feature transform (SIFT) algorithm
CN104331899B (en) A kind of SAR image registration method and device
CN101916445A (en) Affine parameter estimation-based image registration method
CN107909018B (en) Stable multi-mode remote sensing image matching method and system
CN111797744B (en) Multimode remote sensing image matching method based on co-occurrence filtering algorithm
CN102236798A (en) Image matching method and device
CN107862319B (en) Heterogeneous high-light optical image matching error eliminating method based on neighborhood voting
CN106709499A (en) SIFT image feature point extraction method based on Canny operator and Hilbert-Huang transform
Yuan et al. Combining maps and street level images for building height and facade estimation
Lee et al. Accurate registration using adaptive block processing for multispectral images
CN114897705A (en) Unmanned aerial vehicle remote sensing image splicing method based on feature optimization
CN104966283A (en) Imaging layered registering method
Huang et al. SAR and optical images registration using shape context
Xia et al. A table method for coded target decoding with application to 3-D reconstruction of soil specimens during triaxial testing
JP5928010B2 (en) Road marking detection apparatus and program
Jin et al. Registration of UAV images using improved structural shape similarity based on mathematical morphology and phase congruency
Gu et al. Polynomial fitting-based shape matching algorithm for multi-sensors remote sensing images

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: 20160817

WD01 Invention patent application deemed withdrawn after publication