CN104794723A - Remote-sensing image building location detection method based on probability - Google Patents

Remote-sensing image building location detection method based on probability Download PDF

Info

Publication number
CN104794723A
CN104794723A CN201510220729.4A CN201510220729A CN104794723A CN 104794723 A CN104794723 A CN 104794723A CN 201510220729 A CN201510220729 A CN 201510220729A CN 104794723 A CN104794723 A CN 104794723A
Authority
CN
China
Prior art keywords
sensing image
architectural feature
probability
remote sensing
image building
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
CN201510220729.4A
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.)
Fujian Normal University
Original Assignee
Fujian Normal 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 Fujian Normal University filed Critical Fujian Normal University
Priority to CN201510220729.4A priority Critical patent/CN104794723A/en
Publication of CN104794723A publication Critical patent/CN104794723A/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/10032Satellite or aerial image; Remote sensing
    • G06T2207/10041Panchromatic image
    • 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/20024Filtering details
    • 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

  • Image Analysis (AREA)

Abstract

The invention relates to a remote-sensing image building location detection method based on probability. The remote-sensing image building location detection method includes the steps of (1) performing smoothing filter to acquire the image 2; (2) constructing a controllable filter; (3) convoluting; (4) binaryzating; (5) extracting structure features of twelve directions; (6) classifying straight lines and curves; (7) calculating probability of central points of candidate buildings by means of probability density functions; and (8) defining thresholds to determine location of the central points of the buildings. By determining the location of the central points of the buildings according to the probability density functions, the problem of low building-location detection efficiency caused by the conventional methods which adopt modeling and classifiers and the like is solved, accuracy and efficiency of building detection are both improved, and the effect of full automation is achieved.

Description

A kind of remote sensing image building method for detecting position based on probability
Technical field
The present invention relates to a kind of remote sensing image process field, is a kind of remote sensing image building method for detecting position based on probability specifically.
Background technology
Utilize remote sensing image to detect to carry out buildings change, have the impact of several factors, the difficulty that these changes all determining buildings detect.Influence factor mainly contains the following aspects:
(1) different shooting angle: different shooting angle to cause in aerial image the projections such as atural object to change.
(2) different illumination condition: because the time of image taking is different, therefore different during imaging illumination conditions can cause the difference of the different atural object intensity profile of image, and meanwhile, different sun irradiation angles also can make shadow-casting direction change.
(3) the different moment in season: the simplest example be exactly winter in summer vegetation distribution---summer dense vegetation, relatively dense trees may block buildings, and winter then can not.
(4) some artificial factors: such as, the buildings of non-recurring structure change may be judged to be the change etc. of the change of recurring structure as roof gray scale due to radiation characteristic by different people.
Summary of the invention
The invention provides a kind of remote sensing image building method for detecting position based on probability, utilize the position of probability density function determination buildings, without the need to the support in side information data storehouse, automaticity is high.
The technical scheme adopted for realizing target of the present invention is: method comprises the following steps:
Step 1: to the smoothing filtering of the panchromatic remote sensing image image1 of input, obtain image2;
Step 2: structure controllable filter;
Step 3: carrying out convolution with controllable filter and image2, obtaining the architectural feature with the highest response perpendicular on controllable filter direction, obtaining image3;
Step 4: split image3, obtains binary image image4;
Step 5: the architectural feature SF extracting 12 directions in image4;
Step 6: classification architectural feature SF being carried out to straight line and curve;
Step 7: with the probability of probability density function calculated candidate buildings central point;
Step 8: definition threshold value, determines buildings center position.
The method of described smothing filtering is for adopting bi-linear filter.
Described controllable filter carries out linear combination by two basis filters, and wherein two basis filters ask local derviation to obtain respectively by both direction:
G p 0 = ∂ ∂ x G ( x , y ) = - 2 x e - ( x 2 + y 2 )
G p π 2 = ∂ ∂ y G ( x , y ) = - 2 y e - ( x 2 + y 2 )
Controllable filter G pθ = cos ( θ ) G p 0 + sin ( θ ) G p π 2 .
Described dividing method is: carry out binaryzation using 0.8 of the maximal value of image3 times as threshold value, and utilizes 8 neighborhood concatenate rules to process binary image, deletes short-term.
The architectural feature SF in 12 described directions respectively value is: θ=[0, π/12 ..., 11 π/12].
Described straight line and the sorting technique of curve are: choose each architectural feature SF, and along architectural feature SF search, extract mid point, its coordinate is designated as (x m, y m); Join two endpoints and make straight line, the middle point coordinate of note straight line is (x 0, y 0), ask (x m, y m) and (x 0, y 0) between Euclidean distance, if be 0, be then be judged to be straight line, if be greater than 0, be then judged to be curve.
Described the formula of probability density function is:
p b ( x , y ) = 1 12 Σ i = 1 12 1 2 π σ 0 e - ( x - x ic ) 2 + ( y - y ic ) 2 2 σ 0
Wherein, (x ic, y ic) be the middle point coordinate of the architectural feature in i-th direction, σ 0for the weights of architectural feature, when architectural feature is straight line, σ 0=0.4; When architectural feature is curve, σ 0=1.
The threshold value of described determination buildings center position is set as 40% of probability density function maximal value, and the coordinate being greater than threshold value is defined as the center of buildings.
The invention has the beneficial effects as follows: solve the problem utilizing the method such as modeling and sorter to cause buildings position detection efficiency low in classic method, be conducive to the accuracy and efficiency improving buildings detection, reach full automatic effect.
Accompanying drawing explanation
Fig. 1 is overall process flow figure of the present invention.
Embodiment
The specific embodiment of the present invention is described in detail below in conjunction with accompanying drawing.
In step 101, the pending remote sensing image image1 of input is Quick bird panchromatic image, is of a size of 1000 × 1000, and carries out the pre-service such as radiant correction and geometry correction.
In step 102, adopt bi-linear filter to the smoothing filtering of image1, obtain image2.
In step 103, utilize two basis filters to carry out linear combination structure controllable filter, wherein two basis filters ask local derviation to obtain respectively by both direction:
G p 0 = ∂ ∂ x G ( x , y ) = - 2 x e - ( x 2 + y 2 )
G p π 2 = ∂ ∂ y G ( x , y ) = - 2 y e - ( x 2 + y 2 )
Controllable filter G pθ = cos ( θ ) G p 0 + sin ( θ ) G p π 2 .
In step 104, the controllable filter G utilizing step 103 to obtain p θconvolution is carried out, perpendicular to filter direction obtaining the architectural feature with the highest response to processing the image2 obtained in step 102.
In step 105, carry out binaryzation using 0.8 of the maximal value of image3 times as threshold value, and utilize 8 neighborhood concatenate rules to process binary image, delete the line that length is less than 20.
In step 106, utilize the controllable filter G of structure in step 103 p θ, another θ=0 respectively, π/12 ..., 11 π/12 are totally 12 directions, corresponding extraction architectural feature.
In step 107, utilize step 106 to extract architectural feature, for one of them architectural feature, sorting technique is as follows: along each architectural feature SF search, extract mid point, its coordinate is designated as (x m, y m); Join two endpoints and make straight line, the middle point coordinate of note straight line is (x 0, y 0), ask (x m, y m) and (x 0, y 0) between Euclidean distance, if be 0, be then be judged to be straight line, if be greater than 0, be then judged to be curve.
In step 108, utilize probability density function:
p b ( x , y ) = 1 12 Σ i = 1 12 1 2 π σ 0 e - ( x - x ic ) 2 + ( y - y ic ) 2 2 σ 0
Computing center's point parameter probability valuing.Wherein, (x ic, y ic) be the middle point coordinate of the architectural feature in i-th direction, σ 0for the weights of architectural feature, when architectural feature is straight line, σ 0=0.4; When architectural feature is curve, σ 0=1.
In step 109, export buildings center position.

Claims (8)

1., based on a remote sensing image building method for detecting position for probability, it is characterized in that comprising the following steps:
Step 1: to the smoothing filtering of the panchromatic remote sensing image image1 of input, obtain image2;
Step 2: structure controllable filter;
Step 3: carrying out convolution with controllable filter and image2, obtaining the architectural feature with the highest response perpendicular on controllable filter direction, obtaining image3;
Step 4: split image3, obtains binary image image4;
Step 5: the architectural feature SF extracting 12 directions in image4;
Step 6: classification architectural feature SF being carried out to straight line and curve;
Step 7: with the probability of probability density function calculated candidate buildings central point;
Step 8: definition threshold value, determines buildings center position.
2. a kind of remote sensing image building method for detecting position based on probability according to claim 1, is characterized in that the method for smothing filtering is for adopting bi-linear filter.
3. a kind of remote sensing image building method for detecting position based on probability according to claim 1, it is characterized in that controllable filter carries out linear combination by two basis filters, wherein two basis filters ask local derviation to obtain respectively by both direction:
G p 0 = ∂ ∂ x G ( x , y ) = - 2 x e - ( x 2 + y 2 )
G p π 2 = ∂ ∂ x G ( x , y ) = - 2 y e - ( x 2 + y 2 )
Controllable filter G pθ = cos ( θ ) G p 0 + sin ( θ ) G p π 2 .
4. a kind of remote sensing image building method for detecting position based on probability according to claim 1, it is characterized in that dividing method is: carry out binaryzation using 0.8 of the maximal value of image3 times as threshold value, and utilize 8 neighborhood concatenate rules to process binary image, delete short-term.
5. a kind of remote sensing image building method for detecting position based on probability according to claim 1, the architectural feature SF that it is characterized in that 12 directions respectively value is: θ=[0, π/12 ..., 11 π/12].
6. a kind of remote sensing image building method for detecting position based on probability according to claim 1, it is characterized in that the sorting technique of straight line and curve is: choose each architectural feature SF, along architectural feature SF search, extract mid point, its coordinate is designated as (x m, y m); Join two endpoints and make straight line, the middle point coordinate of note straight line is (x 0, y 0), ask (x m, y m) and (x 0, y 0) between Euclidean distance, if be 0, be then be judged to be straight line, if be greater than 0, be then judged to be curve.
7. a kind of remote sensing image building method for detecting position based on probability according to claim 1, is characterized in that the formula of probability density function is:
p b ( x , y ) = 1 12 Σ i = 1 12 1 2 π σ 0 e - ( x - x ic ) 2 + ( y - y ic ) 2 2 σ 0
Wherein, (x ic, y ic) be the middle point coordinate of the architectural feature in i-th direction, σ 0for the weights of architectural feature, when architectural feature is straight line, σ 0=0.4; When architectural feature is curve, σ 0=1.
8. a kind of remote sensing image building method for detecting position based on probability according to claim 1, it is characterized in that determining that the threshold value of buildings center position is set as 40% of probability density function maximal value, the coordinate being greater than threshold value is defined as the center of buildings.
CN201510220729.4A 2015-05-04 2015-05-04 Remote-sensing image building location detection method based on probability Pending CN104794723A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510220729.4A CN104794723A (en) 2015-05-04 2015-05-04 Remote-sensing image building location detection method based on probability

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510220729.4A CN104794723A (en) 2015-05-04 2015-05-04 Remote-sensing image building location detection method based on probability

Publications (1)

Publication Number Publication Date
CN104794723A true CN104794723A (en) 2015-07-22

Family

ID=53559503

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510220729.4A Pending CN104794723A (en) 2015-05-04 2015-05-04 Remote-sensing image building location detection method based on probability

Country Status (1)

Country Link
CN (1) CN104794723A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105447208A (en) * 2016-02-01 2016-03-30 福建师范大学 Automatic urban geographical database updating method for buildings
CN105719306A (en) * 2016-01-26 2016-06-29 郑州恒正电子科技有限公司 Rapid building extraction method from high-resolution remote sensing image
CN105740873A (en) * 2016-02-01 2016-07-06 福建师范大学 Artificial feature straight line contour detection method of remote-sensing image
CN113313273A (en) * 2021-07-28 2021-08-27 佛山市东信科技有限公司 Public facility detection method, system and storage medium based on big data environment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101110100A (en) * 2006-07-17 2008-01-23 松下电器产业株式会社 Method and device for detecting geometric figure of image
CN101126813A (en) * 2007-09-29 2008-02-20 北京交通大学 High resolution ratio satellite remote-sensing image architecture profile extraction method
CN101599120A (en) * 2009-07-07 2009-12-09 华中科技大学 A kind of identification method of remote sensing image building
US20130194392A1 (en) * 2012-01-26 2013-08-01 Qualcomm Incorporated Mobile Device Configured to Compute 3D Models Based on Motion Sensor Data

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101110100A (en) * 2006-07-17 2008-01-23 松下电器产业株式会社 Method and device for detecting geometric figure of image
CN101126813A (en) * 2007-09-29 2008-02-20 北京交通大学 High resolution ratio satellite remote-sensing image architecture profile extraction method
CN101599120A (en) * 2009-07-07 2009-12-09 华中科技大学 A kind of identification method of remote sensing image building
US20130194392A1 (en) * 2012-01-26 2013-08-01 Qualcomm Incorporated Mobile Device Configured to Compute 3D Models Based on Motion Sensor Data

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
BERIL SMNACEK 等: "Using Structural Features to Detect Buildings In Panchromatic Satellite and Aerial Images", 《2011 5TH INTERNATIONAL CONFERENCE ON RECENT ADVANCES IN SPACE TECHNILOGIES》 *
孙显 等: "基于对象的Boosting方法自动提取高分辨率遥感图像中建筑物目标", 《电子与信息学报》 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105719306A (en) * 2016-01-26 2016-06-29 郑州恒正电子科技有限公司 Rapid building extraction method from high-resolution remote sensing image
CN105719306B (en) * 2016-01-26 2018-09-11 郑州恒正电子科技有限公司 A kind of building rapid extracting method in high-resolution remote sensing image
CN105447208A (en) * 2016-02-01 2016-03-30 福建师范大学 Automatic urban geographical database updating method for buildings
CN105740873A (en) * 2016-02-01 2016-07-06 福建师范大学 Artificial feature straight line contour detection method of remote-sensing image
CN105447208B (en) * 2016-02-01 2019-02-01 福建师范大学 A kind of urban geography database automatic update method towards building
CN113313273A (en) * 2021-07-28 2021-08-27 佛山市东信科技有限公司 Public facility detection method, system and storage medium based on big data environment

Similar Documents

Publication Publication Date Title
CN107154040B (en) Tunnel lining surface image crack detection method
CN109029381B (en) Tunnel crack detection method and system and terminal equipment
CN103077384B (en) A kind of method and system of vehicle-logo location identification
CN102855622B (en) A kind of infrared remote sensing image sea ship detection method based on significance analysis
CN105046235A (en) Lane line recognition modeling method and apparatus and recognition method and apparatus
Yuan et al. Learning to count buildings in diverse aerial scenes
CN101634705B (en) Method for detecting target changes of SAR images based on direction information measure
CN104794723A (en) Remote-sensing image building location detection method based on probability
CN103198319B (en) For the blurred picture Angular Point Extracting Method under the wellbore environment of mine
CN114488194A (en) Method for detecting and identifying targets under structured road of intelligent driving vehicle
CN109711256B (en) Low-altitude complex background unmanned aerial vehicle target detection method
CN110717496B (en) Complex scene tree detection method based on neural network
CN107729853A (en) A kind of automatic identifying method suitable for the narrow tuning drive gear formula instrument of transformer station
CN101916373A (en) Road semiautomatic extraction method based on wavelet detection and ridge line tracking
CN102819841A (en) Global threshold partitioning method for partitioning target image
CN103971377A (en) Building extraction method based on prior shape level set segmentation
CN104881561A (en) Hough transform-based track-before-detect method of multidimensional parameters
CN110619368A (en) Planet surface navigation feature imaging matching detection method
Wei et al. A concentric loop convolutional neural network for manual delineation-level building boundary segmentation from remote-sensing images
CN104391966A (en) Typical car logo searching method based on deep learning
CN104282001A (en) Method for enhancing image feature two-value descriptor performance
CN104966091A (en) Strip mine road extraction method based on unmanned plane remote sensing images
CN109543498A (en) A kind of method for detecting lane lines based on multitask network
Tong et al. Transmission line extraction and recognition from natural complex background
CN103246887A (en) Airport object multithreading detection method based on optical remote sensing images with geometrical characteristics

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
EXSB Decision made by sipo to initiate substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20150722

WD01 Invention patent application deemed withdrawn after publication