CN105405146A - Feature density clustering and normal distribution transformation based side-scan sonar registration method - Google Patents

Feature density clustering and normal distribution transformation based side-scan sonar registration method Download PDF

Info

Publication number
CN105405146A
CN105405146A CN201510789907.5A CN201510789907A CN105405146A CN 105405146 A CN105405146 A CN 105405146A CN 201510789907 A CN201510789907 A CN 201510789907A CN 105405146 A CN105405146 A CN 105405146A
Authority
CN
China
Prior art keywords
image
point
sigma
sonar
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
CN201510789907.5A
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.)
Ocean University of China
Original Assignee
Ocean University of China
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 Ocean University of China filed Critical Ocean University of China
Priority to CN201510789907.5A priority Critical patent/CN105405146A/en
Publication of CN105405146A publication Critical patent/CN105405146A/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/10028Range image; Depth image; 3D point clouds
    • 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

  • Measurement Of Velocity Or Position Using Acoustic Or Ultrasonic Waves (AREA)

Abstract

The invention relates to the technical field of image registration, and particularly relates to a feature density clustering and normal distribution transformation based side-scan sonar registration method. The method mainly solves the problem that current method can not register sidescan sonar image rapidly and effectively. The method mainly comprises the following steps: firstly, using a mean value filter to carry out filtering on a to-be-registered sidescan sonar image; calculating image gradients based on the filtering; after thresholding a gradient image and getting all feature points, using a density-based spatial clustering of applications with noise (DBSCAN) to carry out clustering on pixel points of the gradient image, so as to obtain image feature points; and finally, using a normal distribution transformation (NDT) algorithm to optimize feature points, so as to obtain a registration relationship of two images. According to the side-scan sonar registration method, the problem that fewer image feature points cause registration failure in the feature-based method is overcome. Registration failure caused by large rotation angle of the two images is prevented. The method can be widely applied to fields of seabed topography and landform probe, AUV autonomous navigation, image processing and so on.

Description

The side scan sonar method for registering of feature based Density Clustering and normal distribution transform
Technical field
The present invention relates to image registration techniques field, particularly the side scan sonar method for registering of feature based Density Clustering and normal distribution transform.
Background technology
Image registration is the technology be transformed at the image that diverse location obtains by sensor under the same coordinate system.The Information Availability obtained by image registration, in submarine navigation device perception surrounding environment, effectively can improve the autonomous perception of submarine navigation device.Underwater environment is because its low visibility, unglazed photograph, meeting are to features such as underwater lighting system generation scatterings, and traditional optical sensor is used for underwater picture acquisition and there is many challenges.Because side scan sonar does not affect by these optical considerations, use it to carry out underwater picture acquisition and more and more come into one's own, side scan sonar registration technology is also corresponding to grow up.
At present, the method for sonar image registration mainly contains two kinds: the method for feature based and the method based on region.The method of feature based is used for the situation that the more and image of unique point in image is successive frame, such as Harris Corner Detection Algorithm (NegahdaripourS, Onprocessingandregistrationofforward-scanacousticvideoim agery, ComputerandRobotVision, 2005) and SIFT (ScaleInvariantFeatureTransform) in conjunction with the algorithm (NegahdaripourS of RANSAC (RANdomSAmpleConsensus), Dynamicsceneanalysisandmosaicingofbenthichabitatsbyfsson arimaging-issuesandcomplexities, InProceedingsofOCEANS, 2011).But these methods feature count less or that the match is successful characteristic number less time registration result poor.In order to the method that the solves feature based Problems existing when registration sonar image, the method for registering based on region is used to sonar image registration.Based on the method for registering in region using entire image as handling object, as phase correlation method.But this method is only applicable to the little situation of rotation angle.
AUV (AutonomousUnderwaterVehicle) carries side scan sonar and extracts ambient condition information, overall topography and geomorphology is under water obtained by registration sonar image, improve AUV to the perception of environment, and how fast and effeciently registration sidescan-sonar image is theme urgently to be resolved hurrily at present.
Summary of the invention
The present invention is directed to deficiency of the prior art, propose the side scan sonar method for registering of a kind of feature based Density Clustering and normal distribution transform.First mean filter is used to carry out filtering to sidescan-sonar image subject to registration, the gradient of computed image on this basis, and use density-based spatial clustering method DBSCAN (Density-BasedSpatialClusteringofApplicationswithNoise) to carry out cluster to the pixel in gradient image to obtain image characteristic point, finally use normal distribution transform NDT algorithm (NormalDistributedTransform) to optimize unique point, obtain the registration relation of two width images.This technical method can be applicable to the fields such as seafloor topography detection, AUV independent navigation and image procossing.
The side scan sonar method for registering of feature based Density Clustering and normal distribution transform specifically comprises the following steps:
Step one, the original sidescan-sonar image of median filter process.
There is noise in original sidescan-sonar image, median filter first will be used sonar image denoising.
Step 2, compute gradient magnitude image.
Sobel operator (Sobeloperator, Sobel Operator) is used to calculate gradient magnitude image.
Step 3, thresholding gradient image obtains whole unique point.
Step 4, uses DBSCAN cluster to obtain image characteristic point.
DBSCAN is a kind of density-based spatial clustering algorithm, this algorithm by the Region dividing with sufficient density for bunch, and find in the noisy spatial database of tool arbitrary shape bunch, it bunch will to be defined as the maximum set of the point that density is connected.The object of DBSCAN algorithm is to filter density regions, finds consistency sample point.
Step 5, uses NDT algorithm (NormalDistributedTransform, normal distribution transform) to obtain the registration result of two width images.
Two dimensional character point is converted to the probability distribution that zonal cooling can be micro-by NDT algorithm.When having the image of cluster feature point to carry out NDT process to a width, first image is divided into the grating image of formed objects, to the grid cell comprising unique point, carrying out zonal cooling with probability density form to it can be micro-, and represents the probability distribution of unique point in each grid cell with normal distribution:
p ( x ) ∝ exp ( - ( x - q ) T Σ - 1 ( x - q ) 2 )
Wherein, x is the two-dimensional coordinate of i point in a grid cell, and q is the mean value of the characteristic point position comprised in grid cell, namely q = 1 n Σ i = 1 n x i ; Σ is the covariance matrix of these points, Σ = 1 n Σ i = 1 n ( x i - q ) ( x i - q ) T .
The spatial transform relation T of two width images can be expressed as:
T : x ′ y ′ = c o s θ - s i n θ sin θ cos θ x y + t x t y
Wherein, t x t y Be the translation relation of two width images, θ is the rotation relationship of two width images.
Wherein, the concrete cluster process of step 4 is as follows:
A. scan whole gradient image, find any one core point, this core point is expanded.The method expanded finds the data point be connected from all density of this core point.
B. travel through all core points in this core point neighborhood, find the point be connected with these pixel point density, until there is no the pixel that can expand.Finally be clustered into bunch boundary node be all non-core data point.
C. after be exactly rescan gradient image (search out before not comprising bunch in any pixel), find not by the core point of cluster, repeat step above again, this core point is expanded until data centralization does not have new core point.The data point that data centralization is not included in any bunch just forms abnormity point.Last data set is exactly the image characteristic point obtained after cluster.
In step 5, the object of registration is exactly these conversion parameters in order to find between two width sonar images.Specifically comprise the steps:
A. the NDT of a width sonar image is calculated;
B. initialization translation parameters and rotation parameter (use 0 or odometer data carry out initialization);
C. for another width sonar image, transformed in the coordinate system of piece image according to initiation parameter;
D. the normal distribution of each point in sonar image after calculating coordinate change;
E. the normal distribution sum by evaluating each point calculates the mark of translation parameters and rotation parameter;
F. use Hessian matrix method to be optimized these marks, calculate new estimates of parameters;
G. step c is returned, until meet convergent requirement.
Parameter t x t y Can be expressed as with the mark of θ:
s c o r e ( p ) = Σ i exp ( - ( x i ′ - q i ) T Σ i - 1 ( x i ′ - q i ) 2 )
Wherein, p=(t x, t y, θ) t, x i' be by the some x in the second width image according to coordinate conversion parameter itransform to coordinate in the first width image coordinate system.Q iwith x ' respectively iaverage and covariance.Be optimized mark in above-mentioned e step, make mark score (p) maximum exactly, namely-score (p) is minimum.The detailed operation of Newton iterative is as follows:
In order to make function f minimum, to solve an equation in each iteration:
HΔp=-g
The Δ p calculated is added with parameter current, obtains new parameter
p←p+Δp
P 0 value initialization, so p=Δ p now.
G is the transposition gradient of f:
g i = ∂ f ∂ p i
H is the Hessian matrix of f:
H i j = ∂ f ∂ p i ∂ p j
Definition: q=x ' i-q i, then one of-score (p) can be written as:
s = - exp - q T Σ - 1 q 2
The then Grad of s for:
g ~ i = - ∂ s ∂ p i = - ∂ s ∂ p ∂ q ∂ p i = q T Σ - 1 ∂ q ∂ p i exp - q T Σ - 1 q 2
Each in Hessian matrix can be expressed as:
H ~ i j = - ∂ s ∂ p j ∂ p j = - exp - q T Σ - 1 q 2 ( ( - q T Σ - 1 ∂ q ∂ p i ) ( - q T Σ - 1 ∂ q ∂ p j ) + ( - q T Σ - 1 ∂ q ∂ p i ∂ p j ) + ( - ∂ q T ∂ p j Σ - 1 ∂ q ∂ p i ) )
The Hessian matrix calculated is optimized mark score (p), obtains new estimates of parameters.New estimates of parameters substitutes into step of registration c, until Δ p meets convergent requirement.
The invention has the beneficial effects as follows: the difficulty overcoming the registration failure because image characteristic point is few in feature based point methods, do not exist when the two width image rotation angle problem of registration failure greatly, the fields such as seafloor topography detection, AUV independent navigation and image procossing can be widely used in yet.
Accompanying drawing explanation
Fig. 1 is schematic flow sheet of the present invention.
Fig. 2 is the results contrast figure of medium filtering image and original image.
Fig. 3 is that Sobel operator calculates gradient magnitude image.
Fig. 4 is that thresholding gradient image obtains whole unique point.
Fig. 5 carries out cluster for using DBSCAN to image characteristic point.
Fig. 6 is registration result image.
Embodiment
Below in conjunction with specific embodiments and the drawings, the present invention will be further described.
As shown in Figure 1, the side scan sonar method for registering of feature based Density Clustering and normal distribution transform specifically comprises the following steps:
Step one, as shown in Figure 2, the original sidescan-sonar image of median filter process:
There is noise in original sidescan-sonar image, median filter first will be used sonar image denoising.Original image is as shown in Fig. 2 (a) (b), and filtered result is as shown in Fig. 2 (c) (d).
Step 2, compute gradient magnitude image:
Use Sobel operator (Sobeloperator, Sobel Operator) to calculate gradient magnitude image, result as shown in Figure 3.
Step 3, as shown in Figure 4, thresholding gradient image obtains whole unique point.
Step 4, uses DBSCAN cluster to obtain image characteristic point.
DBSCAN is a kind of density-based spatial clustering algorithm, this algorithm by the Region dividing with sufficient density for bunch, and find in the noisy spatial database of tool arbitrary shape bunch, it bunch will to be defined as the maximum set of the point that density is connected.The object of DBSCAN algorithm is to filter density regions, finds consistency sample point.Concrete cluster process is as follows:
A. scan whole gradient image, find any one core point, this core point is expanded.The method expanded finds the data point be connected from all density of this core point.
B. travel through all core points in this core point neighborhood, find the point be connected with these pixel point density, until there is no the pixel that can expand.Finally be clustered into bunch boundary node be all non-core data point.
C. after be exactly rescan gradient image (search out before not comprising bunch in any pixel), find not by the core point of cluster, repeat step above again, this core point is expanded until data centralization does not have new core point.The data point that data centralization is not included in any bunch just forms abnormity point.Last data set is exactly the image characteristic point obtained after cluster.Fig. 5 is the experimental result using DBSCAN image characteristic point to be carried out to cluster, by cluster, removes the unique point of mistake.
Step 5, uses NDT algorithm (NormalDistributedTransform, normal distribution transform) to obtain the registration result of two width images.
Two dimensional character point is converted to the probability distribution that zonal cooling can be micro-by NDT algorithm.When having the image of cluster feature point to carry out NDT process to a width, first image is divided into the grating image of formed objects, to the grid cell comprising unique point, carrying out zonal cooling with probability density form to it can be micro-, and represents the probability distribution of unique point in each grid cell with normal distribution:
p ( x ) ∝ exp ( - ( x - q ) T Σ - 1 ( x - q ) 2 )
Wherein, x is the two-dimensional coordinate of i point in a grid cell, and q is the mean value of the characteristic point position comprised in grid cell, namely q = 1 n Σ i = 1 n x i ; Σ is the covariance matrix of these points, Σ = 1 n Σ i = 1 n ( x i - q ) ( x i - q ) T .
The spatial transform relation T of two width images can be expressed as:
T : x ′ y ′ = c o s θ - s i n θ s i n θ cos θ x y + t x t y
Wherein, t x t y Be the translation relation of two width images, θ is the rotation relationship of two width images.
The object of registration is exactly these conversion parameters in order to find between two width sonar images.Specifically comprise the steps:
A. the NDT of a width sonar image is calculated;
B. initialization translation parameters and rotation parameter (use 0 or odometer data carry out initialization);
C. for another width sonar image, transformed in the coordinate system of piece image according to initiation parameter;
D. the normal distribution of each point in sonar image after calculating coordinate change;
E. the normal distribution sum by evaluating each point calculates the mark of translation parameters and rotation parameter;
F. use Hessian matrix method to be optimized these marks, calculate new estimates of parameters;
G. step c is returned, until meet convergent requirement.
Parameter t x t y Can be expressed as with the mark of θ:
s c o r e ( p ) = Σ i exp ( - ( x i ′ - q i ) T Σ i - 1 ( x i ′ - q i ) 2 )
Wherein, p=(t x, t y, θ) t, x i' be by the some x in the second width image according to coordinate conversion parameter itransform to coordinate in the first width image coordinate system.Q iwith x ' respectively iaverage and covariance.Be optimized mark in above-mentioned e step, make mark score (p) maximum exactly, namely-score (p) is minimum.The detailed operation of Newton iterative is as follows:
In order to make function f minimum, to solve an equation in each iteration:
HΔp=-g
The Δ p calculated is added with parameter current, obtains new parameter
p←p+Δp
P 0 value initialization, so p=Δ p now.
G is the transposition gradient of f:
g i = ∂ f ∂ p i
H is the Hessian matrix of f:
H i j = ∂ f ∂ p i ∂ p j
Definition: q=x ' i-q i, then one of-score (p) can be written as:
s = - exp - q T Σ - 1 q 2
The then Grad of s for:
g ~ i = - ∂ s ∂ p j = - ∂ s ∂ q ∂ q ∂ p i = q T Σ - 1 ∂ q ∂ p i exp - q T Σ - 1 q 2
Each in Hessian matrix can be expressed as:
H ~ i j = - ∂ s ∂ p i ∂ p j = - exp - q T Σ - 1 q 2 ( ( - q T Σ - 1 ∂ q ∂ p i ) ( - q T Σ - 1 ∂ q ∂ p j ) + ( - q T Σ - 1 ∂ q ∂ p i ∂ p j ) + ( - ∂ q T ∂ p j Σ - 1 ∂ q ∂ p i ) )
The Hessian matrix calculated is optimized mark score (p), obtains new estimates of parameters.New estimates of parameters substitutes into step of registration c, until Δ p meets convergent requirement.Registration result as shown in Figure 6.
By reference to the accompanying drawings embodiments of the invention are elaborated above, but the present invention is not limited to above-described embodiment, in the ken that those of ordinary skill in the art possess, the various changes made under the prerequisite not departing from present inventive concept, all should belong to patent covering scope of the present invention.

Claims (3)

1. a side scan sonar method for registering for feature based Density Clustering and normal distribution transform, comprises the following steps:
Step one, the original sidescan-sonar image of median filter process: have noise in original sidescan-sonar image, first will use median filter to sonar image denoising;
Step 2, compute gradient magnitude image: use Sobel operator to calculate gradient magnitude image;
Step 3, thresholding gradient image obtains whole unique point;
Step 4, uses DBSCAN cluster to obtain image characteristic point: by the Region dividing with sufficient density for bunch, and find in the noisy spatial database of tool arbitrary shape bunch, it bunch will to be defined as the maximum set of the point that density is connected; The object of DBSCAN algorithm is to filter density regions, finds consistency sample point;
Step 5, uses NDT algorithm to obtain the registration result of two width images:
Two dimensional character point is converted to the probability distribution that zonal cooling can be micro-by NDT algorithm; When having the image of cluster feature point to carry out NDT process to a width, first image is divided into the grating image of formed objects, to the grid cell comprising unique point, carrying out zonal cooling with probability density form to it can be micro-, and represents the probability distribution of unique point in each grid cell with normal distribution:
p ( x ) ∝ exp ( - ( x - q ) T Σ - 1 ( x - q ) 2 )
Wherein, x is the two-dimensional coordinate of i point in a grid cell, and q is the mean value of the characteristic point position comprised in grid cell, namely q = 1 n Σ i = 1 n x i ; Σ is the covariance matrix of these points, Σ = 1 n Σ i = 1 n ( x i - q ) ( x i - q ) T ;
The spatial transform relation T of two width images can be expressed as:
T : x ′ y ′ = c o s θ - s i n θ s i n θ cos θ x y + t x t y
Wherein, t x t y Be the translation relation of two width images, θ is the rotation relationship of two width images.
2. the side scan sonar method for registering of feature based Density Clustering according to claim 1 and normal distribution transform, is characterized in that, in step 4, the concrete cluster process of algorithm is as follows:
A. scan whole gradient image, find any one core point, this core point is expanded; The method expanded finds the data point be connected from all density of this core point;
B. travel through all core points in this core point neighborhood, find the point be connected with these pixel point density, until there is no the pixel that can expand; Finally be clustered into bunch boundary node be all non-core data point;
C. rescan gradient image, scans content search out before not comprising bunch in any pixel, find not by the core point of cluster, then repeat step above, this core point is expanded until data centralization does not have new core point; The data point that data centralization is not included in any bunch just forms abnormity point; Last data set is exactly the image characteristic point obtained after cluster.
3. the side scan sonar method for registering of feature based Density Clustering according to claim 1 and normal distribution transform, is characterized in that, in step 5, the object of registration is exactly these conversion parameters in order to find between two width sonar images; Specifically comprise the steps:
A. the NDT of a width sonar image is calculated;
B. initialization translation parameters and rotation parameter;
C. for another width sonar image, transformed in the coordinate system of piece image according to initiation parameter;
D. the normal distribution of each point in sonar image after calculating coordinate change;
E. the normal distribution sum by evaluating each point calculates the mark of translation parameters and rotation parameter;
F. use Hessian matrix method to be optimized these marks, calculate new estimates of parameters;
G. step c is returned, until meet convergent requirement;
Parameter t x t y Can be expressed as with the mark of θ:
s c o r e ( p ) = Σ i exp ( - ( x i ′ - q i ) T Σ i - 1 ( x i ′ - q i ) 2 )
Wherein, p=(t x, t y, θ) t, x ' iby the some x in the second width image according to coordinate conversion parameter itransform to coordinate in the first width image coordinate system; q iwith x ' respectively iaverage and covariance; Be optimized mark in above-mentioned e step, make mark score (p) maximum exactly, namely-score (p) is minimum; The detailed operation of Newton iterative is as follows:
In order to make function f minimum, to solve an equation in each iteration:
HΔp=-g
The Δ p calculated is added with parameter current, obtains new parameter
p←p+Δp
P 0 value initialization, so p=Δ p now;
G is the transposition gradient of f:
g i = ∂ f ∂ p i
H is the Hessian matrix of f:
H i j = ∂ f ∂ p i ∂ p j
Definition: q=x ' i-q i, then one of-score (p) can be written as:
s = - exp - q T Σ - 1 q 2
The then Grad of s for:
g ~ i = - ∂ s ∂ p i = - ∂ s ∂ q ∂ q ∂ p i = q T Σ - 1 ∂ q ∂ p i exp - q T Σ - 1 q 2
Each in Hessian matrix can be expressed as:
H ~ i j = - ∂ s ∂ p i ∂ p j = - exp - q T Σ - 1 q 2 ( ( - q T Σ - 1 ∂ q ∂ p i ) ( - q T Σ - 1 ∂ q ∂ p j ) + ( - q T Σ - 1 ∂ q ∂ p i ∂ p j ) + ( - ∂ q T ∂ p j Σ - 1 ∂ q ∂ p i ) )
The Hessian matrix calculated is optimized mark score (p), obtains new estimates of parameters; New estimates of parameters substitutes into step of registration c, until Δ p meets convergent requirement.
CN201510789907.5A 2015-11-17 2015-11-17 Feature density clustering and normal distribution transformation based side-scan sonar registration method Pending CN105405146A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510789907.5A CN105405146A (en) 2015-11-17 2015-11-17 Feature density clustering and normal distribution transformation based side-scan sonar registration method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510789907.5A CN105405146A (en) 2015-11-17 2015-11-17 Feature density clustering and normal distribution transformation based side-scan sonar registration method

Publications (1)

Publication Number Publication Date
CN105405146A true CN105405146A (en) 2016-03-16

Family

ID=55470613

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510789907.5A Pending CN105405146A (en) 2015-11-17 2015-11-17 Feature density clustering and normal distribution transformation based side-scan sonar registration method

Country Status (1)

Country Link
CN (1) CN105405146A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108257167A (en) * 2018-01-26 2018-07-06 深圳市唯特视科技有限公司 A kind of method for registering images based on push-broom type high light spectrum image-forming
CN110929741A (en) * 2019-11-22 2020-03-27 腾讯科技(深圳)有限公司 Image feature descriptor extraction method, device, equipment and storage medium
CN113313172A (en) * 2021-05-31 2021-08-27 江苏科技大学 Underwater sonar image matching method based on Gaussian distribution clustering
CN113408569A (en) * 2021-04-27 2021-09-17 中国人民解放军陆军军医大学 Image registration method based on density clustering

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6178261B1 (en) * 1997-08-05 2001-01-23 The Regents Of The University Of Michigan Method and system for extracting features in a pattern recognition system
CN103390273A (en) * 2013-07-19 2013-11-13 哈尔滨工程大学 Multi-beam side-scan sonar image registration method based on GPS (global positioning system) positioning assistance
CN103577826A (en) * 2012-07-25 2014-02-12 中国科学院声学研究所 Target characteristic extraction method, identification method, extraction device and identification system for synthetic aperture sonar image
CN104299248A (en) * 2014-11-04 2015-01-21 哈尔滨工程大学 Method for utilizing foresight sonar image for predicting motion of multiple underwater dynamic targets

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6178261B1 (en) * 1997-08-05 2001-01-23 The Regents Of The University Of Michigan Method and system for extracting features in a pattern recognition system
CN103577826A (en) * 2012-07-25 2014-02-12 中国科学院声学研究所 Target characteristic extraction method, identification method, extraction device and identification system for synthetic aperture sonar image
CN103390273A (en) * 2013-07-19 2013-11-13 哈尔滨工程大学 Multi-beam side-scan sonar image registration method based on GPS (global positioning system) positioning assistance
CN104299248A (en) * 2014-11-04 2015-01-21 哈尔滨工程大学 Method for utilizing foresight sonar image for predicting motion of multiple underwater dynamic targets

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
HORDUR JOHANNSSON等: "Image Sonar-Aided Navigation for Autonomous Underwater Harbor Surveillance", 《THE PROCEEDINGS OF 2010 IEEE/RSJ INTERNATIONAL CONFERENCE ON INTELLIGENT ROBOTS AND SYSTEMS》 *
PETER BIBER: "The Normal Distribution Transform: A New Approach to Laser Scan Matching", 《THE PROCEEDINGS OF 2003 IEEE/RSJ INTERNATIONAL CONFERENCE ON INTELLIGENT ROBOTS AND SYSTEMS》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108257167A (en) * 2018-01-26 2018-07-06 深圳市唯特视科技有限公司 A kind of method for registering images based on push-broom type high light spectrum image-forming
CN110929741A (en) * 2019-11-22 2020-03-27 腾讯科技(深圳)有限公司 Image feature descriptor extraction method, device, equipment and storage medium
CN113408569A (en) * 2021-04-27 2021-09-17 中国人民解放军陆军军医大学 Image registration method based on density clustering
CN113313172A (en) * 2021-05-31 2021-08-27 江苏科技大学 Underwater sonar image matching method based on Gaussian distribution clustering

Similar Documents

Publication Publication Date Title
CN107145874B (en) Ship target detection and identification method in complex background SAR image
CN108242062B (en) Target tracking method, system, terminal and medium based on depth feature flow
EP2249311B1 (en) Systems and methods for extracting planar features, matching the planar features, and estimating motion from the planar features
CN110599537A (en) Mask R-CNN-based unmanned aerial vehicle image building area calculation method and system
CN104200461B (en) The remote sensing image registration method of block and sift features is selected based on mutual information image
CN102209974B (en) Feature value extracting device, object identification device, and feature value extracting method
CN102034101B (en) Method for quickly positioning circular mark in PCB visual detection
JP6111745B2 (en) Vehicle detection method and apparatus
CN101901343A (en) Remote sensing image road extracting method based on stereo constraint
CN103714541A (en) Method for identifying and positioning building through mountain body contour area constraint
CN105389774A (en) Method and device for aligning images
CN105405146A (en) Feature density clustering and normal distribution transformation based side-scan sonar registration method
CN108663026B (en) Vibration measuring method
CN103927758B (en) Saliency detection method based on contrast ratio and minimum convex hull of angular point
Cheng et al. Building boundary extraction from high resolution imagery and lidar data
US20180174328A1 (en) Turning radius-based corner detection algorithm
CN103049906A (en) Image depth extraction method
CN105894521A (en) Sub-pixel edge detection method based on Gaussian fitting
CN101996416A (en) 3D face capturing method and equipment
JP2018088151A (en) Boundary line estimating apparatus
CN102903108A (en) Edge detection method based on underwater image statistical property
CN102542541B (en) Deep image post-processing method
CN108694716B (en) Workpiece detection method, model training method and equipment
CN110852992A (en) Ship trail detection method based on top hat transformation and Radon transformation
WO2015027649A1 (en) Vehicle detection method using multi-scale model

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