CN111652894A - Aircraft-oriented annular target self-adaptive detection method - Google Patents

Aircraft-oriented annular target self-adaptive detection method Download PDF

Info

Publication number
CN111652894A
CN111652894A CN202010341673.9A CN202010341673A CN111652894A CN 111652894 A CN111652894 A CN 111652894A CN 202010341673 A CN202010341673 A CN 202010341673A CN 111652894 A CN111652894 A CN 111652894A
Authority
CN
China
Prior art keywords
target
edge
annular
ellipse
detection method
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.)
Granted
Application number
CN202010341673.9A
Other languages
Chinese (zh)
Other versions
CN111652894B (en
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.)
Rocket Force University of Engineering of PLA
Original Assignee
Rocket Force University of Engineering of PLA
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 Rocket Force University of Engineering of PLA filed Critical Rocket Force University of Engineering of PLA
Priority to CN202010341673.9A priority Critical patent/CN111652894B/en
Publication of CN111652894A publication Critical patent/CN111652894A/en
Application granted granted Critical
Publication of CN111652894B publication Critical patent/CN111652894B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/13Edge detection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/20Image enhancement or restoration by the use of local operators
    • G06T5/30Erosion or dilatation, e.g. thinning
    • G06T5/70
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/155Segmentation; Edge detection involving morphological operators
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/168Segmentation; Edge detection involving transform domain methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/187Segmentation; Edge detection involving region growing; involving region merging; involving connected component labelling
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20048Transform domain processing
    • G06T2207/20061Hough transform
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20172Image enhancement details
    • G06T2207/20192Edge enhancement; Edge preservation

Abstract

The invention relates to an aircraft-oriented annular target self-adaptive detection method, in particular to the field of data processing. The method comprises the following steps: s1: acquiring a target image, and obtaining a candidate region according to the target image; s2: carrying out edge detection on the target image to obtain a target edge; s3: performing edge enhancement on the target edge by using morphological filtering; s4: carrying out Hough transform on the candidate region to obtain a candidate annular target; s5: and eliminating interference on the annular target to obtain an optimal fitting annular target. The scheme solves the technical problem of how to enhance the detection and tracking effects of the annular target, and is suitable for the annular target detection of the aircraft.

Description

Aircraft-oriented annular target self-adaptive detection method
Technical Field
The invention relates to the field of data processing, in particular to an aircraft-oriented annular target self-adaptive detection method.
Background
How to detect a ring-shaped target quickly and accurately in a complex image has been a significant problem for researchers to try to find. The method has important application in the fields of biomedical microscopic images, industrial automatic detection, robot vision, space technology, military defense and the like. In the flight process of the miniature flapping rotor wing, effective detection of the annular target is also an extremely important research content, subsequent tracking and control can be directly influenced, and the key of success or failure of visual navigation is realized. The circular rings are mostly elliptical under different viewing angles, and all ring (ellipse) detection methods depend on the unique algebraic geometric properties of the ellipses. Fig. 1 is a diagram of mathematical attributes often used in ellipse detection. The main ellipse parameters include the ellipse center coordinate, the ellipse major and minor axis length, the ellipse focal length and the ellipse deflection angle. The characteristics of the ellipse used for detecting the ellipse generally include symmetry of the ellipse, parallel chord theorem, ellipse chord tangent theorem and the like.
The existing ellipse detection method can be divided into three types based on the structure: the minimum quadratic dependence on algebraic geometry and its optimization method, the clustering-based or voting-based hough transform and its variation method, and related combination methods, such as methods combining techniques of statistical analysis, heuristics, or combinations. The third method is to first fully utilize the basic geometric characteristics of the ellipse to reduce the complex problem into a sub-problem. This method is also referred to as an arc-based ellipse detection method. Generally, the method extracts an elliptical arc and then fits the ellipse by using the elliptical arc.
In the circular ring detection under the condition of the aircraft, due to the change of the visual angle, the dynamic motion of the aircraft and the interference of complex backgrounds, the performance of the traditional detection algorithm is poor, and the false detection is easy to occur.
Disclosure of Invention
The invention aims to solve the technical problem of how to enhance the detection and tracking effects of the annular target.
The technical scheme for solving the technical problems is as follows: an adaptive detection method for an annular target facing an aircraft comprises the following steps:
s1: acquiring a target image, and obtaining a candidate region according to the target image;
s2: carrying out edge detection on the target image to obtain a target edge;
s3: performing edge enhancement on the target edge by using morphological filtering;
s4: carrying out Hough transform on the candidate region to obtain a candidate annular target;
s5: and eliminating interference on the annular target to obtain an optimal fitting annular target.
The invention has the beneficial effects that: the invention designs a rapid ellipse detection method based on edge detection and Hough transform aiming at the defects of poor detection performance and poor robustness of the traditional Hough detection method in a complex dynamic environment. Firstly, an improved Canny edge detection method is provided, and the noise is removed while the edge information is effectively retained; then, the edges of the target are enhanced by using morphological filtering, so that the robustness of the method is improved; carrying out Hough transformation on the candidate region and extracting a candidate annular target; and finally, effectively eliminating the interference target based on a voting mechanism of fitting degree, and detecting the optimal annular target. Experimental results show that the method has good robustness for complex backgrounds and motion scenes, and can reliably detect and stably track the annular target, so that the technical problem of how to enhance the detection and tracking effects of the annular target is solved.
On the basis of the technical scheme, the invention can be further improved as follows.
Further, step S2 specifically includes:
s21: carrying out image denoising on the target image by using Gaussian filtering;
s22: obtaining the gradient amplitude and the direction of the filtered target image according to the finite difference of the first-order partial derivatives;
s23: performing non-maximum suppression on the gradient amplitude;
s24: obtaining a high threshold and a low threshold, finding out the outline of the image edge in the target image according to the high threshold, and connecting the edge break points of the outline according to the low threshold until the whole outline is closed to obtain the target edge.
The further scheme has the advantages that in order to better detect edges and reduce the influence of noise on results in the later period, the original image is subjected to Gaussian smooth denoising; the traditional Canny operator only extracts the gradients in the x direction and the y direction and then performs calculation, but still loses some important edge information, especially some information in the oblique direction. Therefore, the gradient information in two oblique directions of the image is calculated, and finally the original gradient information and the information in the oblique direction are integrated to obtain a final edge image; the larger the gradient value of a point in the image, the larger the gradient magnitude corresponding to it. But not necessarily all points with larger gradient magnitudes will be true edge points of the image. Therefore, to determine the edges, local gradient maxima points must be preserved, i.e., non-maxima suppression of gradient magnitudes. By using gradient angle information, a method of comparing local gradient values and reserving a local gradient maximum value is adopted to inhibit a non-maximum value; .
Further, step S3 specifically includes:
s31: acquiring structural elements, and carrying out corrosion operation on the target image according to the structural elements;
s32: and performing expansion operation on the target image by using the structural elements with smaller sizes to obtain a connected domain.
The method has the advantages that isolated noise points can be eliminated after structural elements are corroded, and the target image can be expanded to fill up the cavity to form a connected domain, so that the edge enhancement effect is achieved.
Further, step S4 specifically includes:
s41: selecting the end point of the major axis of the ellipse, and calculating the central coordinate, the semi-major axis and the included angle theta between the major axis of the ellipse and the x axis;
s42: calculating the length of the short shaft to obtain an equation of an ellipse;
s43: and obtaining a candidate annular target according to the equation of the ellipse.
Further, step S42 specifically includes:
s421: taking an edge point in any connected domain, and recording the edge point as an m point;
s422: repeating the step A421, and obtaining a corresponding beta value according to each m point;
s423: counting the occurrence frequency of each calculated beta value, and setting a threshold value T according to the frequency;
s424, obtaining the ellipse { O ] when the β value corresponding to the m point meets the threshold Tx,Oy,α,β,θ}。
The beneficial effect of adopting the above further scheme is that if the point pair selected at the beginning is two end points of the ellipse major axis, and the m points are also points on the ellipse, the calculated beta value is the same each time, and there are many m points on the ellipse, the number of times of occurrence of the beta reaches a peak value, a threshold value T is set, if the accumulation (the number of times of occurrence) of a certain beta exceeds T, the assumed major axis end point is determined to be correct, and the ellipse exists at the position.
Further, step S5 specifically includes:
s51: according to the ellipse { Ox,Oyα, θ } yields the degree of fit dis of the pixeli=exp(-abs(Er1+Er2-1)), wherein:
Er1=((Pix-Oix)·cos(θi)+(Piy-Oiy)·sin(θi))2i 2
Er2=(-(Pix-Oix)·sin(θi)+(Piy-Oiy)·cos(θi))2i 2
s52: for all dis in connected domainiVoting for pixels less than 0.5, and taking the fitting degree as a weight;
s53: the connected domain with the maximum ticket value is used as the optimal fitting annular target
Figure BDA0002468711110000041
Advantages of additional aspects of the invention will be set forth in part in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention.
Drawings
FIG. 1 is a method flow diagram of an embodiment of an adaptive detection method for an annular target of an aircraft according to the present invention;
FIG. 2 is a schematic diagram of elliptical parameters of another embodiment of the adaptive detection method for an annular target of an aircraft according to the present invention;
fig. 3 is a schematic diagram of any point on an ellipse of an other embodiment of the adaptive detection method for the annular target of the aircraft.
Detailed Description
The principles and features of this invention are described below in conjunction with the following drawings, which are set forth by way of illustration only and are not intended to limit the scope of the invention.
The embodiment is basically as shown in the attached figure 1:
the self-adaptive detection method for the annular target facing the aircraft in the embodiment comprises the following steps:
s1: acquiring a target image, and obtaining a candidate region according to the target image;
s2: carrying out edge detection on the target image to obtain a target edge;
s3: performing edge enhancement on the target edge by using morphological filtering;
s4: carrying out Hough transform on the candidate region to obtain a candidate annular target;
s5: and carrying out interference elimination on the annular target to obtain the optimal fitting annular target.
The invention has the beneficial effects that: the invention designs a rapid ellipse detection method based on edge detection and Hough transform aiming at the defects of poor detection performance and poor robustness of the traditional Hough detection method in a complex dynamic environment. Firstly, an improved Canny edge detection method is provided, and the noise is removed while the edge information is effectively retained; then, the edges of the target are enhanced by using morphological filtering, so that the robustness of the method is improved; carrying out Hough transformation on the candidate region and extracting a candidate annular target; and finally, effectively eliminating the interference target based on a voting mechanism of fitting degree, and detecting the optimal annular target. Experimental results show that the method has good robustness for complex backgrounds and motion scenes, and can reliably detect and stably track the annular target, so that the technical problem of how to enhance the detection and tracking effects of the annular target is solved.
On the basis of the technical scheme, the invention can be further improved as follows.
Optionally, in some other embodiments, step S2 specifically includes:
s21: carrying out image denoising on a target image by utilizing Gaussian filtering;
s22: obtaining the gradient amplitude and the direction of the filtered target image according to the finite difference of the first-order partial derivatives;
s23: carrying out non-maximum suppression on the gradient amplitude;
s24: and obtaining a high threshold and a low threshold, finding out the outline of the image edge in the target image according to the high threshold, and connecting the edge breakpoints of the outline according to the low threshold until the whole outline is closed to obtain the target edge.
In order to better detect the edge in the later period and reduce the influence of noise on the result, firstly, Gaussian smooth denoising is carried out on an original image; the traditional Canny operator only extracts gradients in the x direction and the y direction and then carries out calculation, but still loses some important edge information, particularly some information in the oblique direction. Therefore, the gradient information in two oblique directions of the image is calculated, and finally the original gradient information and the information in the oblique directions are integrated to obtain a final edge image; the larger the gradient value of a point in the image, the larger the gradient magnitude corresponding to it. But not necessarily all points with larger gradient magnitudes will be true edge points of the image. Therefore, to determine the edges, local gradient maxima points must be preserved, i.e., non-maxima suppression of gradient magnitudes. By utilizing gradient angle information, a method of comparing local gradient values and reserving a local gradient maximum value is adopted to inhibit a non-maximum value; .
Optionally, in some other embodiments, step S3 specifically includes:
s31: obtaining structural elements, and performing corrosion operation on the target image according to the structural elements, wherein the size of the structural elements in the embodiment may be generally 5 × 5 pixels;
s32: the target image is expanded by using the structural element with the smaller size to obtain the connected domain, and the structural element with the smaller size in this embodiment may be about 3 × 3 pixels with an error of 1 pixel.
Isolated noise points can be eliminated after structural elements are corroded, and cavities can be filled to form connected domains after expansion operation is carried out on the target image, so that the edge enhancement effect is achieved.
As shown in fig. 2 and fig. 3, optionally, in some other embodiments, the step S4 specifically includes:
s41: selecting the end point of the major axis of the ellipse, and calculating the central coordinate, the semi-major axis and the included angle theta between the major axis of the ellipse and the x axis;
s42: calculating the length of the short shaft to obtain an equation of an ellipse;
s43: and obtaining a candidate annular target according to an equation of the ellipse.
Optionally, in some other embodiments, step S42 specifically includes:
s421: taking an edge point in any connected domain, and recording the edge point as an m point;
s422: repeating the step A421, and obtaining a corresponding beta value according to each m point;
s423: counting the occurrence frequency of each calculated beta value, and setting a threshold value T according to the frequency, wherein the threshold value in the embodiment is 60;
s424: m point pairsAn ellipse { O } is obtained when the corresponding β value meets the threshold Tx,Oy,α,β,θ}。
In this embodiment, the β value is the short radius of the ellipse, if the point pair selected at the beginning is two end points of the major axis of the ellipse, and the m points are also points on the ellipse, the β value calculated each time is the same, and there are many m points on the ellipse, the number of times of β occurrence reaches a peak value, a threshold value T is set, and if the accumulation (the number of times of occurrence) of a certain β exceeds T, the assumed major axis end point is determined to be correct, and the ellipse exists at the position.
Optionally, in some other embodiments, step S5 specifically includes:
s51: according to an ellipse { Ox,Oyα, θ } yields the degree of fit dis of the pixeli=exp(-abs(Er1+Er2-1)), wherein:
Er1=((Pix-Oix)·cos(θi)+(Piy-Oiy)·sin(θi))2i 2
Er2=(-(Pix-Oix)·sin(θi)+(Piy-Oiy)·cos(θi))2i 2
s52: for all dis in connected domainiVoting for pixels less than 0.5, and taking the fitting degree as a weight;
s53: the connected domain with the maximum ticket value is used as the optimal fitting annular target
Figure BDA0002468711110000071
On the basis of the technical scheme, the invention can be further improved as follows.
It should be noted that the above embodiments are product embodiments corresponding to the above method embodiments, and for the description of each structural device and the optional implementation in this embodiment, reference may be made to the corresponding description in the above method embodiments, and details are not repeated herein.
The reader should understand that in the description of this specification, reference to the description of the terms "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of various embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
While the invention has been described with reference to specific embodiments, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (6)

1. An adaptive detection method for an annular target facing an aircraft is characterized by comprising the following steps:
s1: acquiring a target image, and obtaining a candidate region according to the target image;
s2: carrying out edge detection on the target image to obtain a target edge;
s3: performing edge enhancement on the target edge by using morphological filtering;
s4: carrying out Hough transform on the candidate region to obtain a candidate annular target;
s5: and eliminating interference on the annular target to obtain an optimal fitting annular target.
2. The adaptive detection method for the annular target facing the aircraft according to claim 1, wherein step S2 specifically includes:
s21: carrying out image denoising on the target image by using Gaussian filtering;
s22: obtaining the gradient amplitude and the direction of the filtered target image according to the finite difference of the first-order partial derivatives;
s23: performing non-maximum suppression on the gradient amplitude;
s24: obtaining a high threshold and a low threshold, finding out the outline of the image edge in the target image according to the high threshold, and then connecting the edge break points of the outline according to the low threshold until the whole outline is closed to obtain the target edge.
3. The adaptive detection method for annular targets facing aircraft according to claim 2, characterized in that: step S3 specifically includes:
s31: obtaining structural elements, and carrying out corrosion operation on the target image according to the structural elements;
s32: and performing expansion operation on the target image by using the structural elements with smaller sizes to obtain a connected domain.
4. The adaptive detection method for annular targets facing aircraft according to claim 3, characterized in that: step S4 specifically includes:
s41: selecting the end point of the major axis of the ellipse, and calculating the central coordinate, the semi-major axis and the included angle theta between the major axis of the ellipse and the x axis;
s42: calculating the length of the short shaft to obtain an equation of an ellipse;
s43: and obtaining a candidate annular target according to the equation of the ellipse.
5. The adaptive detection method for annular targets facing aircraft according to claim 4, characterized in that: step S42 specifically includes:
s421: taking an edge point in any connected domain, and recording the edge point as an m point;
s422: repeating the step A421, and obtaining a corresponding beta value according to each m point;
s423: counting the occurrence frequency of each calculated beta value, and setting a threshold value T according to the frequency;
s424, obtaining the ellipse { O ] when the β value corresponding to the m point meets the threshold Tx,Oy,α,β,θ}。
6. The adaptive detection method for annular targets facing aircraft according to claim 5, characterized in that: step S5 specifically includes:
s51: according to the ellipse { Ox,Oyα, θ } yields the degree of fit dis of the pixeli=exp(-abs(Er1+Er2-1)), wherein:
Er1=((Pix-Oix)·cos(θi)+(Piy-Oiy)·sin(θi))2i 2
Er2=(-(Pix-Oix)·sin(θi)+(Piy-Oiy)·cos(θi))2i 2
s52: for all dis in connected domainiVoting for pixels less than 0.5, and taking the fitting degree as a weight;
s53: the connected domain with the maximum ticket value is used as the optimal fitting annular target
Figure FDA0002468711100000021
CN202010341673.9A 2020-04-27 2020-04-27 Annular target self-adaptive detection method for aircraft Active CN111652894B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010341673.9A CN111652894B (en) 2020-04-27 2020-04-27 Annular target self-adaptive detection method for aircraft

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010341673.9A CN111652894B (en) 2020-04-27 2020-04-27 Annular target self-adaptive detection method for aircraft

Publications (2)

Publication Number Publication Date
CN111652894A true CN111652894A (en) 2020-09-11
CN111652894B CN111652894B (en) 2023-11-14

Family

ID=72342920

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010341673.9A Active CN111652894B (en) 2020-04-27 2020-04-27 Annular target self-adaptive detection method for aircraft

Country Status (1)

Country Link
CN (1) CN111652894B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002183739A (en) * 2000-12-14 2002-06-28 Tsubakimoto Chain Co Ellipse detection method and ellipse detection device
RU2419150C1 (en) * 2010-03-10 2011-05-20 Федеральное Государственное Унитарное Предприятие "Государственный Рязанский Приборный Завод" Method to process sequence of images to detect and follow air objects
AU2016101504A4 (en) * 2016-08-15 2016-09-29 Macau University Of Science And Technology Method for edge detection
US20160283806A1 (en) * 2015-03-26 2016-09-29 Mando Corporation Method and device for detecting elliptical structures in an image
CN106951820A (en) * 2016-08-31 2017-07-14 江苏慧眼数据科技股份有限公司 Passenger flow statistical method based on annular template and ellipse fitting

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002183739A (en) * 2000-12-14 2002-06-28 Tsubakimoto Chain Co Ellipse detection method and ellipse detection device
RU2419150C1 (en) * 2010-03-10 2011-05-20 Федеральное Государственное Унитарное Предприятие "Государственный Рязанский Приборный Завод" Method to process sequence of images to detect and follow air objects
US20160283806A1 (en) * 2015-03-26 2016-09-29 Mando Corporation Method and device for detecting elliptical structures in an image
AU2016101504A4 (en) * 2016-08-15 2016-09-29 Macau University Of Science And Technology Method for edge detection
US20180047167A1 (en) * 2016-08-15 2018-02-15 Macau University Of Science And Technology Method for edge detection
CN106951820A (en) * 2016-08-31 2017-07-14 江苏慧眼数据科技股份有限公司 Passenger flow statistical method based on annular template and ellipse fitting

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
曹姝清等: "空间目标快速轮廓特征提取与跟踪技术", 《飞控与探测》 *
郭宇等: "基于图像边缘提取的油水界面检测算法的比较研究", 《科技视界》 *

Also Published As

Publication number Publication date
CN111652894B (en) 2023-11-14

Similar Documents

Publication Publication Date Title
CN110543837A (en) visible light airport airplane detection method based on potential target point
CN103745236A (en) Texture image identification method and texture image identification device
Wang et al. Hand posture recognition from disparity cost map
Chao-jian et al. Image target identification of UAV based on SIFT
CN112734816B (en) Heterologous image registration method based on CSS-Delaunay
CN105574860A (en) Method for identifying deflection polarity of rudder slice
CN111428624B (en) Optical remote sensing image on-orbit ship target detection method
CN111652894B (en) Annular target self-adaptive detection method for aircraft
Jiao et al. A novel and fast corner detection method for sar imagery
CN115205564B (en) Unmanned aerial vehicle-based hull maintenance inspection method
CN115035326A (en) Method for accurately matching radar image and optical image
Manno-Kovacs Direction selective vector field convolution for contour detection
CN113793372A (en) Optimal registration method and system for different-source images
Yuankui et al. Automatic target recognition of ISAR images based on Hausdorff distance
Yi-Fei et al. Study on Guidance Algorithm of Scene Matching based on Different Source Images for Cruise Missile
Xu Blob detection with the determinant of the Hessian
Fei et al. Robust visual tracking based on improved perceptual hashing for robot vision
Tong et al. Radar target detection based on methods of image pattern matching
Qiu et al. Infrared small target detection based on local multidirectional gradient
Wang et al. HOGHS and zernike moments features-based motion-blurred object tracking
Saidi et al. Pose estimation for ISAR image classification
Jin et al. Robust Visual SLAM systems with Constrained Sub-pixel Corners and High-quality Line Features
Jiao et al. L0 Gradient Smoothing and Bimodal Histogram Analysis: A Robust Method for Sea-sky-line Detection
Song et al. SRDF: Single-Stage Rotate Object Detector via Dense Prediction and False Positive Suppression
Pan et al. Fast vanishing point estimation based on particle swarm optimization

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant