CN102288945A - Image enhancing method for ship radar - Google Patents

Image enhancing method for ship radar Download PDF

Info

Publication number
CN102288945A
CN102288945A CN2011101205679A CN201110120567A CN102288945A CN 102288945 A CN102288945 A CN 102288945A CN 2011101205679 A CN2011101205679 A CN 2011101205679A CN 201110120567 A CN201110120567 A CN 201110120567A CN 102288945 A CN102288945 A CN 102288945A
Authority
CN
China
Prior art keywords
cfar
result
num
data
carry out
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
CN2011101205679A
Other languages
Chinese (zh)
Other versions
CN102288945B (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.)
Chengdu Electronic & Information Technology Engineering Co Ltd
Original Assignee
Chengdu Electronic & Information Technology Engineering Co Ltd
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 Chengdu Electronic & Information Technology Engineering Co Ltd filed Critical Chengdu Electronic & Information Technology Engineering Co Ltd
Priority to CN2011101205679A priority Critical patent/CN102288945B/en
Publication of CN102288945A publication Critical patent/CN102288945A/en
Application granted granted Critical
Publication of CN102288945B publication Critical patent/CN102288945B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Radar Systems Or Details Thereof (AREA)

Abstract

The invention discloses an image enhancing method for a ship radar. Due to the noise interference in radar image data, certain isolated points, isolated regions, small gaps and holes exist apart from a needed target, which influence the post-processing accuracy. The method is disclosed specific to the defect and requirement. By performing quick time accumulation, CFAR (Constant False Alarm Rate) processing and slow time accumulation, signal attenuation is avoided as much as possible while noise is removed, an appropriate morph operator and an appropriate filtering window are selected, isolated noise generated after binaryzation is suppressed, fine gaps inside an object are eliminated, radar image display is more clear and definite, noise can be suppressed effectively, a displayed object is more mellow and full, source data with higher quality are provided for post-processing, and the post-processing performance is finally enhanced. The method comprises the following specific steps of: parameter initializing, quick time accuracy, CFAR processing, slow time accumulation, binaryzation, corroding and expanding.

Description

A kind of marine radar image enchancing method
Technical field
The invention belongs to the marine radar technical field, particularly image enchancing method wherein.
Background technology
Marine radar is one of indispensable navigator of boats and ships; but the detection of marine radar and tracking performance usually can be subjected to wave surface scattering electromagnetic wave (being extra large clutter) and various The noise; in interference of noise; in the image of cutting apart except the target of needs; also there are some isolated points; isolated zonule; little gap and hole; need give prominence to marine object when marine radar shows exists; prompting is controlled personnel and is dodged; and there are interference in these points and zone to the judgement of target location from now on; cause next following the tracks of and lose or trail-and-error, therefore need strengthen the marine radar view data.At present, reasonable method does not also appear addressing these problems.
Summary of the invention
The objective of the invention is to handle the problem that occurs, proposed a kind of Enhancement Method of marine radar image in order to solve existing marine radar technical field view data.
To achieve these goals, technical scheme of the present invention is: a kind of Enhancement Method of marine radar image comprises the steps:
S1. the initialization setting of key control parameter is finished in initialization, specifically comprises following parameter:
The window size of fast time filtering: wf, the window size that CFAR handles: wc, the adjustability coefficients that CFAR handles: α, CFAR threshold value: Threshold, the window size of slow time filtering: ws, binary-state threshold: T b, echo growth intensity: s; Sweep trace counter: i=0;
S2. import i bar radar scanning line data, be designated as { T i(k), k=1,2 ..., Num}, simultaneously the sweep trace counter adds 1, i.e. i++, wherein Num is the number of data on the sweep trace, i is the sweep trace counter;
S3. fast time integral is to scan-line data T i(k) carry out fast time integral, specific as follows:
{ TF i ( k ) = 1 wf Σ p = - [ wf / 2 ] [ wf / 2 ] T i ( k + p ) , k = [ wf / 2 ] + 1 , [ wf / 2 ] + 2 , . . . , Num - [ wf / 2 ] }
Wherein [] is rounding operation symbol, TF i(k) be fast time result;
S4.CFAR handles, to fast time result TF i(k) carry out CFAR and handle, guarantee that promptly the data point of sweep trace and the difference of its each [wc/2] individual data point of front and back are not more than CFAR threshold value Threshold, specific as follows:
{ TR i ( k ) = TF i ( k ) - α Σ p = - [ wc / 2 ] [ wc / 2 ] TF i ( k + p ) , k = [ wc / 2 ] + 1 , [ wc / 2 ] + 2 , . . . , Num - [ wc / 2 ] }
{TFR i(k)=max(TR i(k),Threshold),k=1,2,...,Num}
Wherein [] is rounding operation, TFR i(k) be the CFAR result;
S5. slow time integral is to CFAR result TFR i(k) carry out slow time integral, specific as follows:
TFRS i ( k ) = 1 ws Σ p = i - ws + 1 i TFR p ( k ) , k = 1,2 , . . . , Num if i > ws TFRS i ( k ) = TFR i ( k ) otherwise
TFRS wherein i(k) be slow time result;
S6. binary conversion treatment is to slow time result TFRS i(k) carry out binary conversion treatment:
D i ( k ) = 1 TFRS i ( k ) > T b , k = 1,2 , . . . , Num 0 else
D wherein i(k) be the binary conversion treatment result;
S7. echo expansion, specific as follows:
S71. to the data D of binaryzation i(k) carry out the erosion operation that intensity is s, obtain De as a result i(k);
S72. to De i(k) carry out the dilation operation that intensity is s;
S9. judge whether marine radar range or parameter preset change, if changed, execution in step S1 reinitializes parameter, otherwise, execution in step S2.
Behind step S7, also comprise step S8, show the data that current scan line is handled.
Beneficial effect of the present invention: the Enhancement Method of the marine radar image that the present invention proposes, handle and slow time integral by fast time integral, CFAR, choose the suitable morphological operator and the parameters such as size of spectral window, the good restraining noise spot; Eliminate the small spaces of interior of articles, make target full mellow and full, made things convenient for operating personnel's use; For the marine radar subsequent treatment provides the image source data of better quality, improved the performance of marine radar subsequent treatment.
Description of drawings
Fig. 1 is the schematic flow sheet of marine radar image enchancing method of the present invention.
Fig. 2 is the measured data synoptic diagram of the marine radar of the embodiment of the invention.
Fig. 3 be the embodiment of the invention measured data is directly carried out result schematic diagram after the binaryzation.
Fig. 4 is the result schematic diagram to measured data employing marine radar image enchancing method of the embodiment of the invention.
Embodiment
Below in conjunction with accompanying drawing, provide specific embodiments of the invention.Need to prove: the parameter among the embodiment does not influence generality of the present invention.
The enhancing of marine radar data mainly is to suppress background and noise from the angle analysis of Flame Image Process, highlights target as far as possible, thereby improves signal to noise ratio (S/N ratio).The performance of the enhancement algorithms of marine radar image is most important for Signal and Information Processing algorithms such as design object detection, estimation, tracking and identifications.The schematic flow sheet of the embodiment of the invention as shown in Figure 1, the time 2.5s of the marine radar run-down of this example, one the week 3600 scan-datas, 1000 data points of every sweep trace specifically are unfolded as follows:
S1. the initialization setting of parameter is finished in initialization.Can specifically choose parameter according to actual conditions, in the present embodiment parameter be provided with as follows: the window size of fast time filtering: wf=5, the window size that CFAR handles: wc=32, the adjustable threshold that CFAR handles: α=1, Threshold=32, the window size of slow time filtering: ws=5, the CFAR P of target detection f=0.01, echo growth intensity: s=5; Sweep trace counter: i=0;
S2. read current radar scanning line data, be designated as { T i(k), k=1,2 ..., Num}, Num=1000, the sweep trace counter adds 1 simultaneously, i.e. i++;
S3. fast time integral carries out fast time integral to current scan line data Ti (k), as shown in the formula
{ TF i ( k ) = 1 5 Σ p = - 2 2 T i ( k + p ) , k = 3,4 , . . . , 998 }
TF wherein i(k) be fast time result.
S4. CFAR detection (CFAR, Constant False Alarm Rate) is handled, to scan-line data TF i(k) carry out CFAR and handle, guarantee that promptly the data point of sweep trace and the difference of its each [wc/2]=16 data point of front and back are not more than CFAR threshold value Threshold=32, as shown in the formula:
{ TR i ( k ) = TF i ( k ) - Σ p = - 16 16 TF i ( k + p ) , k = 17,18 , . . . , 986 }
{TFR i(k)=max(TR i(k),32),k=1,2,...,1000}
TFR wherein i(k) be the CFAR result.
S5. slow time integral is to CFAR result TFR i(k) carry out slow time integral, specific as follows:
TFRS i ( k ) = 1 5 Σ p = i - 4 i TFR p ( k ) , k = 1,2 , . . . , 1000 if i > 15 TFRS i ( k ) = TFR i ( k ) otherwise
TFRS wherein i(k) be slow time result.
S6. binary conversion treatment is to slow time result TFR i(k) carry out binary conversion treatment, as shown in the formula:
D i ( k ) = 1 TFRS i ( k ) > Thresh , k = 1,2 , . . . , 1000 0 else
D wherein i(k) be the binary conversion treatment result.
S7. echo expansion, specific as follows:
S71: to the data D of binaryzation i(k) carrying out intensity is 5 erosion operation, obtains De as a result i(k);
S72: to De i(k) carrying out intensity is 5 dilation operation; Promptly finished the enhancing of the view data of current scan line.
S8: show the data that current scan line is handled;
The time 2.5s of the marine radar run-down of this example, all 3600 scan-datas, the time of display delay is 0.00348s, visible algorithm of the present invention has the high characteristics of real-time.
S9. judge whether radar range or parameter preset change, if changed, execution in step S1, from new initialization, otherwise execution in step S2.
To the employing of this example is a frame radar image data.Fig. 2 is the measured data synoptic diagram of the marine radar of the embodiment of the invention.
Fig. 3 be the embodiment of the invention measured data is directly carried out result schematic diagram after the binaryzation; Fig. 4 is the result schematic diagram to measured data employing marine radar image enchancing method of the embodiment of the invention.Contrast as can be seen from the result of Fig. 3 and Fig. 4,, eliminated a large amount of assorted points, thereby made target more clear and mellow and full, be convenient to operating personnel's identification, dodge timely through the enforcement of this method.
From present embodiment as can be seen, the marine radar image enchancing method that the present invention proposes, the user can choose the suitable morphological operator and the parameters such as size of spectral window according to different sea conditions, thus fine inhibition noise spot; Eliminate the small spaces of interior of articles, make target full mellow and full, the handled easily personnel use; For the marine radar subsequent treatment provides the image source data of better quality, improved marine radar subsequent treatment performance.
Those of ordinary skill in the art will appreciate that embodiment described here is in order to help reader understanding's principle of the present invention, should to be understood that the protection domain of inventing is not limited to such special statement and embodiment.Everyly make various possible being equal to according to foregoing description and replace or change, all be considered to belong to the protection domain of claim of the present invention.

Claims (2)

1. the method for marine radar figure image intensifying is characterized in that, comprises the steps:
S1. the initialization setting of key control parameter is finished in initialization, specifically comprises following parameter:
The window size of fast time filtering: wf, the window size that CFAR handles: wc, the adjustability coefficients that CFAR handles: α, CFAR threshold value: Threshold, the window size of slow time filtering: ws, binary-state threshold: T b, echo growth intensity: s; Sweep trace counter: i=0;
S2. import i bar radar scanning line data, be designated as { T i(k), k=1,2 ..., Num}, simultaneously the sweep trace counter adds 1, i.e. i++, wherein Num is the number of data on the sweep trace, i is the sweep trace counter;
S3. fast time integral is to scan-line data T i(k) carry out fast time integral, specific as follows:
{ TF i ( k ) = 1 wf Σ p = - [ wf / 2 ] [ wf / 2 ] T i ( k + p ) , k = [ wf / 2 ] + 1 , [ wf / 2 ] + 2 , . . . , Num - [ wf / 2 ] }
Wherein [] is rounding operation symbol, TF i(k) be fast time result;
S4.CFAR handles, to fast time result TF i(k) carry out CFAR and handle, guarantee that promptly the data point of sweep trace and the difference of its each [wc/2] individual data point of front and back are not more than CFAR threshold value Threshold, specific as follows:
{ TR i ( k ) = TF i ( k ) - α Σ p = - [ wc / 2 ] [ wc / 2 ] TF i ( k + p ) , k = [ wc / 2 ] + 1 , [ wc / 2 ] + 2 , . . . , Num - [ wc / 2 ] }
{TFR i(k)=max(TR i(k),Threshold),k=1,2,...,Num}
Wherein [] is rounding operation, TFR i(k) be the CFAR result;
S5. slow time integral is to CFAR result TFR i(k) carry out slow time integral, specific as follows:
TFRS i ( k ) = 1 ws Σ p = i - ws + 1 i TFR p ( k ) , k = 1,2 , . . . , Num if i > ws TFRS i ( k ) = TFR i ( k ) otherwise
TFRS wherein i(k) be slow time result;
S6. binary conversion treatment is to slow time result TFRS i(k) carry out binary conversion treatment:
D i ( k ) = 1 TFRS i ( k ) > T b , k = 1,2 , . . . , Num 0 else
D wherein i(k) be the binary conversion treatment result;
S7. echo expansion, specific as follows:
S71. to the data D of binaryzation i(k) carry out the erosion operation that intensity is s, obtain De as a result i(k);
S72. to De i(k) carry out the dilation operation that intensity is s;
S9. judge whether marine radar range or parameter preset change, if changed, execution in step S1 reinitializes parameter, otherwise, execution in step S2.
2. the method for marine radar figure according to claim 1 image intensifying is characterized in that, also comprises step S8 behind step S7, shows the data that current scan line is handled.
CN2011101205679A 2011-05-11 2011-05-11 Image enhancing method for ship radar Expired - Fee Related CN102288945B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011101205679A CN102288945B (en) 2011-05-11 2011-05-11 Image enhancing method for ship radar

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011101205679A CN102288945B (en) 2011-05-11 2011-05-11 Image enhancing method for ship radar

Publications (2)

Publication Number Publication Date
CN102288945A true CN102288945A (en) 2011-12-21
CN102288945B CN102288945B (en) 2012-11-28

Family

ID=45335514

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011101205679A Expired - Fee Related CN102288945B (en) 2011-05-11 2011-05-11 Image enhancing method for ship radar

Country Status (1)

Country Link
CN (1) CN102288945B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106918807A (en) * 2017-02-28 2017-07-04 西安电子科技大学 A kind of Targets Dots condensing method of radar return data
CN109919862A (en) * 2019-02-01 2019-06-21 北京佳格天地科技有限公司 Radar image denoising system, method and computer equipment
CN117368879A (en) * 2023-12-04 2024-01-09 北京海兰信数据科技股份有限公司 Radar diagram generation method and device, terminal equipment and readable storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0794513A1 (en) * 1996-03-09 1997-09-10 Samsung Electronics Co., Ltd. Method and enhancing image using quantized mean-separate histogram equalization and a circuit therefor
US5963665A (en) * 1996-03-09 1999-10-05 Samsung Electronics Co., Ltd. Image enhancing method using mean-separate histogram equalization and a circuit therefor
CN102033224A (en) * 2010-11-30 2011-04-27 电子科技大学 Radar video signal encoding method for ship

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0794513A1 (en) * 1996-03-09 1997-09-10 Samsung Electronics Co., Ltd. Method and enhancing image using quantized mean-separate histogram equalization and a circuit therefor
US5963665A (en) * 1996-03-09 1999-10-05 Samsung Electronics Co., Ltd. Image enhancing method using mean-separate histogram equalization and a circuit therefor
CN102033224A (en) * 2010-11-30 2011-04-27 电子科技大学 Radar video signal encoding method for ship

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
滕惠忠等: "侧扫声纳图像增强技术", 《海洋测绘》 *
陈德元等: "SAR图像多尺度积增强德目标检测算法", 《遥感学报》 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106918807A (en) * 2017-02-28 2017-07-04 西安电子科技大学 A kind of Targets Dots condensing method of radar return data
CN106918807B (en) * 2017-02-28 2019-07-09 西安电子科技大学 A kind of Targets Dots condensing method of radar return data
CN109919862A (en) * 2019-02-01 2019-06-21 北京佳格天地科技有限公司 Radar image denoising system, method and computer equipment
CN109919862B (en) * 2019-02-01 2021-08-20 北京佳格天地科技有限公司 Radar image denoising system and method and computer equipment
CN117368879A (en) * 2023-12-04 2024-01-09 北京海兰信数据科技股份有限公司 Radar diagram generation method and device, terminal equipment and readable storage medium
CN117368879B (en) * 2023-12-04 2024-03-19 北京海兰信数据科技股份有限公司 Radar diagram generation method and device, terminal equipment and readable storage medium

Also Published As

Publication number Publication date
CN102288945B (en) 2012-11-28

Similar Documents

Publication Publication Date Title
CN102176000B (en) Sea clutter suppression method for marine radar
CN106778610B (en) Intra-pulse modulation identification method based on time-frequency image characteristics
De Wind et al. Dataware: Sea clutter and small boat radar reflectivity databases [best of the web]
CN104569948B (en) Sub-band adaptive GLRT LTD detection methods under sea clutter background
Song et al. Adaptive clutter measurement density estimation for improved target tracking
CN102508219B (en) Turbulent current target detection method of wind profiler radar
CN104267388B (en) One is target clutter map detection method at a slow speed
AU715501B2 (en) Improved method of moment estimation and feature extraction for devices which measure spectra as a function of range or time
Thayaparan et al. Detection of a manoeuvring air target in sea-clutter using joint time–frequency analysis techniques
JP5383374B2 (en) Underwater detector
CN102288945B (en) Image enhancing method for ship radar
CN109100696B (en) Slow-speed moving target elimination method based on dot clutter map
Shui et al. Range-spread target detection based on cross time-frequency distribution features of two adjacent received signals
EP3226025A1 (en) Tracking processing device and tracking processing method
CN102879774B (en) Method and apparatus for synthesizing short flight paths
Kim et al. Localization of incipient tip vortex cavitation using ray based matched field inversion method
Celona et al. Automated detection, classification, and tracking of internal wave signatures using X-band radar in the inner shelf
Zhang et al. Fast ship detection with spatial-frequency analysis and ANOVA-based feature fusion
CN104215944A (en) Radar sea clutter adaptive inhibition processing method based on parameter selection
Chen et al. Adaptive detection in compound-Gaussian clutter with inverse Gaussian texture
Li et al. CFAR detection based on adaptive tight frame and weighted group-sparsity regularization for OTHR
EP3153883A1 (en) Detection apparatus, underwater detection apparatus, radar apparatus, and detection method
Zaugg et al. Extraction of pulse repetition intervals from sperm whale click trains for ocean acoustic data mining
Zhang et al. Sea clutter modeling using an autoregressive generalized nonlinear-asymmetric GARCH model
KR101813357B1 (en) Clutter elimination Method and Apparatus for applying variable data map and variable statistic characteristics information for identifying underwater fixed target and clutter

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20121128

Termination date: 20150511

EXPY Termination of patent right or utility model