CN102800101A - Satellite-borne infrared remote sensing image airport ROI rapid detection method - Google Patents

Satellite-borne infrared remote sensing image airport ROI rapid detection method Download PDF

Info

Publication number
CN102800101A
CN102800101A CN2012102807779A CN201210280777A CN102800101A CN 102800101 A CN102800101 A CN 102800101A CN 2012102807779 A CN2012102807779 A CN 2012102807779A CN 201210280777 A CN201210280777 A CN 201210280777A CN 102800101 A CN102800101 A CN 102800101A
Authority
CN
China
Prior art keywords
remote sensing
image
sensing image
airport
color space
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
CN2012102807779A
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.)
Northwestern Polytechnical University
Original Assignee
Northwestern Polytechnical University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Northwestern Polytechnical University filed Critical Northwestern Polytechnical University
Priority to CN2012102807779A priority Critical patent/CN102800101A/en
Publication of CN102800101A publication Critical patent/CN102800101A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention relates to a satellite-borne infrared remote sensing image airport ROI rapid detection method which comprises the following steps of: firstly, converting a remote sensing image from an RGB color space into a Lab color space; then, performing Gaussian filtering of the remote sensing image to avoid noise influence; obtaining the difference between each pixel value and the image pixel average for the filtered image to obtain a remote sensing image differential chart; and finally, performing k-mean clustering segmentation on the remote sensing image differential chart to obtain airport ROI. The experimental result indicates that the method has high speed and high robustness, effectively reduces the difficulty in processing the remote sensing image, and has relatively great value and significance to the real-time detection of a remote sensing image airport target.

Description

A kind of spaceborne infrared remote sensing image airport ROI method for quick
Technical field
The invention belongs to the infrared remote sensing technical field of image processing, be specifically related to a kind of spaceborne infrared remote sensing image airport ROI method for quick,
Background technology
Increasing along with the fast development of satellite remote sensing technology and imaging data, people press for and can carry out Intelligent treatment to remote sensing images, therefrom detect interesting target quickly and accurately.The airport is as one type of specific objective, and its automatic detection has important practical value in fields such as aircraft navigation, military surveillance and precision strikes, receives the many concerns of People more and more.At present; Most detection algorithms are attempted to solve the detection problem on airport through the geometric properties of the linear feature that detects airfield runway, analysis runway; But exist a large amount of highways, river, artificial structure edge etc. to have and the similar linear feature in airport in the remote sensing images, only rely on linear feature can cause a large amount of flase drops, omission.Airport detection method based on the runway characteristic has certain limitation, and problem is detected on the airport that can't effectively solve in the remote sensing images.Also have one type of algorithm directly to adopt the method for image segmentation to obtain the candidate region on doubtful airport, then identification is carried out in the candidate region, further confirm the airport target zone original remote sensing images.Algorithm performance seriously relies on the effect of image segmentation, and speed is slow, efficient is low.
Summary of the invention
The technical matters that solves
For fear of the weak point of prior art, the present invention proposes a kind of spaceborne infrared remote sensing image airport ROI method for quick.
Technical scheme
A kind of spaceborne infrared remote sensing image airport ROI method for quick is characterized in that may further comprise the steps:
Step 1: with the infrared remote sensing image from the RGB color space conversion to the Lab color space, each locations of pixels is [L, a, b] in the Lab color space after the conversion TVector;
Step 2: the remote sensing images to the Lab color space after the conversion adopt Gauss operator to carry out convolution algorithm, obtain the image behind the gaussian filtering; The computing formula of said Gauss operator does
G i , j = 1 2 πσ 2 e - ( i - n + 1 2 ) 2 + ( j - n + 1 2 ) 2 2 σ 2
Wherein σ is a variance, and n is the dimension of Gauss operator nuclear matrix;
Step 3: each pixel value of the image behind the calculating gaussian filtering and the difference of image pixel mean value obtain the remote sensing images differential chart
S(x,y)=||I μ-I G(x,y)||
Wherein, I μBe the average of image pixel proper vector, I G(x y) is corresponding pixel characteristic vector behind the gaussian filtering, || || be Euclidean distance;
Step 4: on the remote sensing images differential chart, make the k mean cluster and cut apart, the result of cutting apart according to the k mean cluster is partitioned on the remote sensing images differential chart and obtains airport ROI.
Said σ=3, n=3, k=2.
Beneficial effect
A kind of spaceborne infrared remote sensing image airport ROI method for quick that the present invention proposes at first transfers remote sensing images to the Lab color space from the RGB color space, then in the Lab color space; Remote sensing images are carried out gaussian filtering; Remove The noise, then ask for the difference of each pixel value and image pixel average in the image, obtain error image; Adopt the k mean cluster to cut apart to error image at last, obtain airport ROI.
Compared with prior art, the present invention is not directly cut apart original remote sensing images and is obtained the airport target candidate region, but it has been carried out some pre-service, cuts apart on the image after pre-service again, obtains airport ROI.The present invention has reduced calculated amount, has improved processing speed and accuracy of detection greatly, and practicality is very strong.
Description of drawings
Fig. 1 is realization flow figure of the present invention;
Fig. 2 is original infrared remote sensing image;
Fig. 3 is the figure as a result after the remote sensing images gaussian filtering among the present invention;
Fig. 4 carries out difference result calculated figure to Fig. 3;
Fig. 5 is the figure as a result that Fig. 4 is cut apart.
Embodiment
Combine embodiment, accompanying drawing that the present invention is further described at present:
The step of a kind of spaceborne infrared remote sensing image airport ROI method for quick is following:
Step 1: with the infrared remote sensing image from the RGB color space conversion to the Lab color space, each locations of pixels of the image of conversion is [L, a, b] TVector.Concrete steps are following:
Step a: to the XYZ color space, conversion formula does from the RGB color space conversion
X Y Z = 0.412 0.358 0.180 0.213 0.715 0.072 0.019 0.119 0.950 R G B
Step b: to the Lab color space, conversion formula does from the XYZ color space conversion
L = 166 * ( Y / Y n ) 1 / 3 - 16 Y / Y n > 0.008856 903.3 * ( Y / Y n ) Y / Y n ≤ 0.008856
a=500*(f(X/X n)-f(Y/Y n))
b=200*(f(Y/Y n)-f(Z/Z n))
Wherein: X n, Y n, Z nBe the tristimulus values of white light;
f ( t ) = t 1 / 3 t > 0.008856 7.787 t + 16 / 116 t ≤ 0.008856
Step 2: adopt Gauss operator to carry out convolution algorithm to the remote sensing images that convert the Lab color space into, obtain the image behind the gaussian filtering, discrete Gauss operator nuclear matrix computing formula does
G i , j = 1 2 πσ 2 e - ( i - n + 1 2 ) 2 + ( j - n + 1 2 ) 2 2 σ 2
Wherein σ is a variance, and n is the dimension of gaussian kernel matrix;
Step 3: for the image behind the Gaussian Blur, ask the difference of each pixel value and image pixel mean value, obtain the remote sensing images differential chart;
S(x,y)=||I μ-I G(x,y)||
Wherein, I μBe the average of image pixel proper vector, I G(x y) is corresponding pixel characteristic vector behind the gaussian filtering.|| || be Euclidean distance.
Step 4: on the remote sensing images differential chart, make the k mean cluster and cut apart, concrete steps are following:
Step a: set 2 initial barycenter arbitrarily and promptly cut apart gray-scale value f 1, f 2
Step b: be assigned to gray-scale value to each pixel p of remote sensing images differential chart with it in the cluster of nearest that barycenter representative, the background assignment is 0, and the target assignment is 255;
Step c: according to formula New barycenter f after the dispensed 1, f 2, N wherein jBe number of pixels in the j class, the gray-scale value of g (x) representation class interior pixel p, j=1,2;
Steps d: repeating step b and step c are up to f 1And f 2No longer change, just can on the remote sensing images differential chart, be partitioned into airport ROI.
The hardware environment of specific embodiment is: Intel Duo 2 double-core 2.93G computing machines, 2.0GB internal memory, 512M video card, the software environment of operation is: Matlab R2011a, Windows XP.We have realized the method that the present invention proposes with Matlab software.Original remote sensing images have been selected an infrared remote sensing image that resolution is 400*400 for use.
Practical implementation of the present invention is following:
1, color space conversion: to the Lab color space, each locations of pixels of the image of conversion is [L, a, b] to just original infrared remote sensing image 2 from the RGB color space conversion TVector.Concrete switch process is:
1) from the RGB color space conversion to the XYZ color space, conversion formula does
X Y Z = 0.412 0.358 0.180 0.213 0.715 0.072 0.019 0.119 0.950 R G B
2) from the XYZ color space conversion to the Lab color space, conversion formula does
L = 166 * ( Y / Y n ) 1 / 3 - 16 Y / Y n > 0.008856 903.3 * ( Y / Y n ) Y / Y n ≤ 0.008856
a=500*(f(X/X n)-f(Y/Y n))
b=200*(f(Y/Y n)-f(Z/Z n))
Wherein: X n, Y n, Z nBe the tristimulus values of white light.
f ( t ) = t 1 / 3 t > 0.008856 7.787 t + 16 / 116 t ≤ 0.008856
2, gaussian filtering: adopt Gauss operator that the remote sensing images that convert the Lab color space into are carried out the convolutional filtering computing, discrete gaussian kernel matrix computations formula does
G i , j = 1 2 πσ 2 e - ( i - n + 1 2 ) 2 + ( j - n + 1 2 ) 2 2 σ 2
Wherein σ is a variance, and n is the dimension of gaussian kernel matrix.Select σ=3 in this example for use, n=3 calculates the gaussian kernel matrix and it is carried out normalization, and the discrete gaussian kernel matrix that obtains after the normalization does
0.1070 0.1131 0.1070 0.1131 0.1196 0.1131 0.1070 0.1131 0.1070
Fig. 3 is Fig. 2 is adopted the figure as a result after this gaussian kernel is carried out convolutional filtering.
3, calculated difference figure: for the image behind the gaussian filtering 3, ask the difference of each pixel value and image pixel mean value, obtain the remote sensing images differential chart.
S(x,y)=||I μ-I G(x,y)||
Wherein, I μBe the average of image pixel proper vector, I G(x y) is corresponding pixel characteristic vector behind the gaussian filtering.|| || be Euclidean distance.In this example, Fig. 4 carries out difference result calculated figure to Fig. 3.
4, cut apart: on remote sensing images differential chart 4, make the k mean cluster and cut apart, concrete steps are following:
Step a: set 2 initial barycenter arbitrarily and promptly cut apart gray-scale value f 1, f 2
Step b: be assigned to gray-scale value to each pixel p of remote sensing images differential chart with it in the cluster of nearest that barycenter representative, the background assignment is 0, and the target assignment is 255.
Step c: according to formula New barycenter f after the dispensed 1, f 2, N wherein jBe number of pixels in the j class, the gray-scale value of g (x) representation class interior pixel p, j=1,2.
Steps d: repeating step b and step c are up to f 1And f 2No longer change, just can on the remote sensing images differential chart, be partitioned into airport ROI, obtain Fig. 5 as a result.

Claims (2)

1. spaceborne infrared remote sensing image airport ROI method for quick is characterized in that may further comprise the steps:
Step 1: with the infrared remote sensing image from the RGB color space conversion to the Lab color space, each locations of pixels is [L, a, b] in the Lab color space after the conversion TVector;
Step 2: the remote sensing images to the Lab color space after the conversion adopt Gauss operator to carry out convolution algorithm, obtain the image behind the gaussian filtering; The computing formula of said Gauss operator does
G i , j = 1 2 πσ 2 e - ( i - n + 1 2 ) 2 + ( j - n + 1 2 ) 2 2 σ 2
Wherein σ is a variance, and n is the dimension of Gauss operator nuclear matrix;
Step 3: each pixel value of the image behind the calculating gaussian filtering and the difference of image pixel mean value obtain the remote sensing images differential chart
S(x,y)=||I μ-I G(x,y)||
Wherein, I μBe the average of image pixel proper vector, I G(x y) is corresponding pixel characteristic vector behind the gaussian filtering, || || be Euclidean distance;
Step 4: on the remote sensing images differential chart, make the k mean cluster and cut apart, the result of cutting apart according to the k mean cluster is partitioned on the remote sensing images differential chart and obtains airport ROI.
2. a kind of spaceborne infrared remote sensing image according to claim 1 airport ROI method for quick is characterized in that: said σ=3, n=3, k=2.
CN2012102807779A 2012-08-09 2012-08-09 Satellite-borne infrared remote sensing image airport ROI rapid detection method Pending CN102800101A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2012102807779A CN102800101A (en) 2012-08-09 2012-08-09 Satellite-borne infrared remote sensing image airport ROI rapid detection method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2012102807779A CN102800101A (en) 2012-08-09 2012-08-09 Satellite-borne infrared remote sensing image airport ROI rapid detection method

Publications (1)

Publication Number Publication Date
CN102800101A true CN102800101A (en) 2012-11-28

Family

ID=47199199

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2012102807779A Pending CN102800101A (en) 2012-08-09 2012-08-09 Satellite-borne infrared remote sensing image airport ROI rapid detection method

Country Status (1)

Country Link
CN (1) CN102800101A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103258333A (en) * 2013-04-17 2013-08-21 东北林业大学 Bamboo cross section extraction algorithm based on Lab color space
CN103729832A (en) * 2014-01-21 2014-04-16 厦门美图网科技有限公司 Lab color pattern based color noise removed image enhancing method
CN104125405A (en) * 2014-08-12 2014-10-29 罗天明 Image interest area extraction method based on eyeball tracking and automatic focus system
CN105069757A (en) * 2015-08-17 2015-11-18 长安大学 Bidirectional iteration bilateral filtering method for asphalt images obtained through UAV-borne infrared imaging device
CN110874821A (en) * 2018-08-31 2020-03-10 赛司医疗科技(北京)有限公司 Image processing method for automatically filtering non-sperm components in semen

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030059090A1 (en) * 2001-07-11 2003-03-27 Yupeng Zhang System for cotton trash measurement
CN101510309A (en) * 2009-03-30 2009-08-19 西安电子科技大学 Segmentation method for improving water parting SAR image based on compound wavelet veins region merge

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030059090A1 (en) * 2001-07-11 2003-03-27 Yupeng Zhang System for cotton trash measurement
CN101510309A (en) * 2009-03-30 2009-08-19 西安电子科技大学 Segmentation method for improving water parting SAR image based on compound wavelet veins region merge

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
SANJEEV S SANNAKKI ET AL.: "Leaf Disease Grading by Machine Vision and Fuzzy Logic", 《INTERNATIONAL JOURNAL OF COMPUTER TECHNOLOGY AND APPLICATIONS》 *
李光 等: "基于K均值聚类与区域合并的彩色图像分割算法", 《计算机应用》 *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103258333A (en) * 2013-04-17 2013-08-21 东北林业大学 Bamboo cross section extraction algorithm based on Lab color space
CN103729832A (en) * 2014-01-21 2014-04-16 厦门美图网科技有限公司 Lab color pattern based color noise removed image enhancing method
CN104125405A (en) * 2014-08-12 2014-10-29 罗天明 Image interest area extraction method based on eyeball tracking and automatic focus system
CN104125405B (en) * 2014-08-12 2018-08-17 罗天明 Interesting image regions extracting method based on eyeball tracking and autofocus system
CN105069757A (en) * 2015-08-17 2015-11-18 长安大学 Bidirectional iteration bilateral filtering method for asphalt images obtained through UAV-borne infrared imaging device
CN105069757B (en) * 2015-08-17 2017-12-19 长安大学 The bidirectional iteration bilateral filtering method of the infrared acquisition pitch image of UAV system
CN110874821A (en) * 2018-08-31 2020-03-10 赛司医疗科技(北京)有限公司 Image processing method for automatically filtering non-sperm components in semen

Similar Documents

Publication Publication Date Title
CN108510467B (en) SAR image target identification method based on depth deformable convolution neural network
CN107358258B (en) SAR image target classification based on NSCT double CNN channels and selective attention mechanism
CN102722891B (en) Method for detecting image significance
CN105427314A (en) Bayesian saliency based SAR image target detection method
Huang et al. Vehicle detection and inter-vehicle distance estimation using single-lens video camera on urban/suburb roads
CN109615008B (en) Hyperspectral image classification method and system based on stack width learning
CN106128121B (en) Vehicle queue length fast algorithm of detecting based on Local Features Analysis
CN109934224B (en) Small target detection method based on Markov random field and visual contrast mechanism
CN104361340A (en) SAR image target fast detecting method based on significance detecting and clustering
CN108960190B (en) SAR video target detection method based on FCN image sequence model
CN103413303A (en) Infrared target segmentation method based on joint obviousness
CN110070545B (en) Method for automatically extracting urban built-up area by urban texture feature density
CN102800101A (en) Satellite-borne infrared remote sensing image airport ROI rapid detection method
Xiang et al. Lightweight fully convolutional network for license plate detection
CN110110618B (en) SAR target detection method based on PCA and global contrast
Sugiharto et al. Traffic sign detection based on HOG and PHOG using binary SVM and k-NN
CN109034213B (en) Hyperspectral image classification method and system based on correlation entropy principle
CN105512622A (en) Visible remote-sensing image sea-land segmentation method based on image segmentation and supervised learning
CN111462140A (en) Real-time image instance segmentation method based on block splicing
Kowkabi et al. A fast spatial–spectral preprocessing module for hyperspectral endmember extraction
CN104732552A (en) SAR image segmentation method based on nonstationary condition field
CN109241932B (en) Thermal infrared human body action identification method based on motion variance map phase characteristics
CN106971402B (en) SAR image change detection method based on optical assistance
CN102509308A (en) Motion segmentation method based on mixtures-of-dynamic-textures-based spatiotemporal saliency detection
Wu et al. Research on crack detection algorithm of asphalt pavement

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20121128