CN101968885A - Method for detecting remote sensing image change based on edge and grayscale - Google Patents

Method for detecting remote sensing image change based on edge and grayscale Download PDF

Info

Publication number
CN101968885A
CN101968885A CN2010102928882A CN201010292888A CN101968885A CN 101968885 A CN101968885 A CN 101968885A CN 2010102928882 A CN2010102928882 A CN 2010102928882A CN 201010292888 A CN201010292888 A CN 201010292888A CN 101968885 A CN101968885 A CN 101968885A
Authority
CN
China
Prior art keywords
edge
pixel
gray
scale
remote sensing
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
CN2010102928882A
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 CN2010102928882A priority Critical patent/CN101968885A/en
Publication of CN101968885A publication Critical patent/CN101968885A/en
Pending legal-status Critical Current

Links

Landscapes

  • Image Analysis (AREA)

Abstract

The invention discloses a method for detecting remote sensing image change based on an edge and grayscale, which is used for solving the technical problem of low precision of the conventional remote sensing image change detection method. The technical scheme comprises the following steps of: performing multitemporal image edge characteristic extraction by using a bilateral filtering-based Canny algorithm; performing OTSU threshold segmentation and edge extraction on grayscale interpolation images to obtain grayscale characteristics; and integrating the extracted edge and grayscale characteristics, and detecting change areas of remote sensing images. The linear characteristic of images is fully utilized, and the grayscale interpolation images compensate broken lines caused by registration errors, so the precision of the remote sensing image change detection method is improved to 90.32 percent from 87.75 percent of the prior art, and the detection accuracy is improved.

Description

A kind of method for detecting change of remote sensing image based on edge and gray scale
Technical field
The present invention relates to a kind of method for detecting change of remote sensing image, particularly a kind of method for detecting change of remote sensing image based on edge and gray scale.
Background technology
Document " a kind of new multiband remote sensing image change detecting method, Chinese image graphics journal, 2009, Vol.14 (4), p572-578 " discloses a kind of remote sensing image change detecting method based on fuzzy C-means clustering (FCM) algorithm.Fuzzy C average (FCM) algorithm that this method at first utilizes a kind of improved time complexity to reduce carries out the remote sensing image unsupervised classification to be handled, and introduces the method for multiband comprehensive variation mask then and carries out change-detection.Carry out remote sensing image unsupervised classification processing promptly the carrying out judgement whether each pixel changes, belong to Pixel-level but not the change-detection of feature level, and artificial target comprises road, bridge, airport, railway, house class building etc., is the extremely important linear target of a class.This method is when carrying out change-detection to the remote sensing images that comprise this type of target, because do not consider its linear feature, very easily be subjected to The noise, cause that to detect target imperfect, the overall accuracy of final change-detection only can reach 87.75%, so the document disclosed method has bigger limitation when being applied to handle the remote sensing images that comprise artificial target.
Summary of the invention
In order to overcome the low deficiency of existing method for detecting change of remote sensing image precision, the invention provides a kind of method for detecting change of remote sensing image based on edge and gray scale, this method utilization is carried out the extraction of multidate picture edge characteristic based on the Canny algorithm of bilateral filtering, then the gray scale difference value image is carried out OSTU Threshold Segmentation and edge extracting, obtain gray feature.Again edge and the gray feature that is extracted carried out comprehensively, detect the region of variation of remote sensing images.Owing to when having made full use of the linear characteristic in the image, utilize the gray scale difference value image to remedy the broken string that causes because of registration error, can improve the precision of method for detecting change of remote sensing image.
The technical solution adopted for the present invention to solve the technical problems: a kind of method for detecting change of remote sensing image based on edge and gray scale is characterized in comprising the steps:
(a) establishing the denoising operator is D h, set up the bilateral filtering model
D h ( x ) = ∫ Ω w ( x , y ) X ti ( y ) dy ( i = 1,2 ) - - - ( 1 )
In the formula, X TiThe remote sensing images that expression ti sensor obtains when the ti for same position on the ground, X Ti(y) presentation video X TiThe gray-scale value at y place, position, Ω represents integral domain;
In the low-pass filtering model
LPF ( x ) = ∫ Ω w D ( x , y ) X ti ( y ) dy - - - ( 2 )
Weight function w (x, y) only relevant with space distribution, handle afterwards in the image, the gray-scale value LPF (x) at each pixel x place does the intensity-weighted computing on the pixel in its small neighbourhood Ω to obtain; In the formula, w D(x y) is the weight function of weighing pixel x and y proximity relations on how much;
Based on the low-pass filtering model, the bilateral filtering model has increased the weight factor of the gray-scale value degree of closeness of weighing this pixel and its neighborhood interior pixel:
BF ( x ) = ∫ Ω w D ( x , y ) w R ( x , y ) X ti ( y ) dy - - - ( 3 )
In the formula, w R(x is a weight factor of weighing the close degree of gray-scale value between pixel x and the y y), gets
w D ( x , y ) = 1 Z D ( x ) e - | | x - y | | 2 σ D 2 - - - ( 4 )
w R ( x , y ) = 1 Z R ( x ) e - { X ti ( x ) - X ti ( y ) } 2 2 σ R 2 - - - ( 5 )
In the formula, Ω is an integral domain, is taken as 8 and is communicated with neighborhood;
Figure BSA00000284735500024
With
Figure BSA00000284735500025
Be respectively distance variance and gray variance; Z D(x) and Z R(x) be respectively normalized factor, computing method are
Figure BSA00000284735500027
The edge of phasor was a benchmark in the past, the edge of unanimity and removal with it in the phasor after the neighborhood search, and the edge result that two sub-pictures are kept merges, and obtains the edge variation testing result after the removal of zonule;
(b) be provided with pixel vector X T1And X T2Be respectively the remote sensing images that sensor obtains at t1 and t2 constantly for same position on the ground, the variation of terrain object shows as vectorial X T1And X T2Between difference:
δ=|X t1-X t2| (6)
When gray scale>(the image average * scale-up factor) of δ, think that then the zone of this pixel representative is a region of variation among the current δ, scale-up factor is made as 1.0;
When the gray scale of δ>Thresh, think that then the zone of this pixel representative is a region of variation among the current δ;
The OTSU threshold value adopts
Thresh = max ( Σ i = 1 thresh hist ( i ) * Σ i = thresh + 1 255 hist ( i ) * ( m 1 - m 2 ) 2 ) - - - ( 7 )
Calculate; In the formula, hist is that gray scale is the pixel count of δ in the image, the value when promptly gray scale is i in the histogram;
m 1 = Σ i = 1 thresh i * hist ( i ) Σ i = 1 thresh hist ( i ) m 2 = Σ i = thresh + 1 255 i * hist ( i ) Σ i = thresh + 1 255 hist ( i ) - - - ( 8 )
Utilize morphologic filtering that the gray scale difference value image is carried out rim detection, extract the result as gray feature;
(c) be that benchmark is done the edge tracking with the edge variation testing result, end points for edge that can't be closed, in grey scale change result's outline map, make neighborhood search, adopt " or " logic replenishes edge change-detection result, obtains closed change-detection edge and region of variation.
The invention has the beneficial effects as follows: owing to utilize Canny algorithm to carry out the extraction of multidate picture edge characteristic, then the gray scale difference value image is carried out OSTU Threshold Segmentation and edge extracting, obtain gray feature based on bilateral filtering.Again edge and the gray feature that is extracted carried out comprehensively, detect the region of variation of remote sensing images.Because when having made full use of the linear characteristic in the image, utilize the gray scale difference value image to remedy the broken string that causes because of registration error, the precision of method for detecting change of remote sensing image brings up to 90.32% by 87.75% of background technology, has improved detection accuracy.
Below in conjunction with embodiment the present invention is elaborated.
Embodiment
1, the extraction of edge feature.
Edge detection algorithm among the present invention adopts improved Canny algorithm.The Canny operator can be obtained balance preferably between squelch and rim detection.Traditional Canny operator adopts Gauss filtering to weaken local edge to a certain extent.In the present invention, adopt bilateral filtering (Bilateral filter) rather than Gauss filtering, can better obtain the image border characteristic.The bilateral filtering method is as follows:
Note denoising operator is D h, Filtering Model can be write as following general type:
D h ( x ) = ∫ Ω w ( x , y ) X ti ( y ) dy ( i = 1,2 ) - - - ( 1 )
In the formula, X TiThe remote sensing images that expression ti sensor obtains when the ti for same position on the ground, X Ti(y) presentation video X TiThe gray-scale value at y place, position, Ω represents integral domain.In traditional low-pass filtering model, weight function w (x, y) only relevant with space distribution, handle afterwards in the image, the gray-scale value LPF (x) at each pixel x place does the intensity-weighted computing on the pixel in its small neighbourhood Ω to obtain, and expression formula is:
LPF ( x ) = ∫ Ω w D ( x , y ) X ti ( y ) dy - - - ( 2 )
In the formula, w D(x y) is the weight function of weighing pixel x and y proximity relations on how much.On this basis, the bilateral filtering model has increased the weight factor of the gray-scale value degree of closeness of weighing this pixel and its neighborhood interior pixel.Its expression formula is as follows:
BF ( x ) = ∫ Ω w D ( x , y ) w R ( x , y ) X ti ( y ) dy - - - ( 3 )
In the formula, w R(x is a weight factor of weighing the close degree of gray-scale value between pixel x and the y y), gets usually
w D ( x , y ) = 1 Z D ( x ) e - | | x - y | | 2 σ D 2 - - - ( 4 )
w R ( x , y ) = 1 Z R ( x ) e - ( X ti ( x ) - X ti ( y ) ) 2 2 σ R 2 - - - ( 5 )
In the formula, Ω is an integral domain, be taken as 8 and be communicated with neighborhood,
Figure BSA00000284735500041
With
Figure BSA00000284735500042
Be respectively distance variance and gray variance, be taken as 1 and 4 here respectively, Z D(x) and Z R(x) be respectively normalized factor, computing method are
Figure BSA00000284735500043
Z R ( x ) = ∫ Ω e - { X ti ( x ) - X ti ( y ) } 2 2 σ R 2 dy .
The bilateral filtering model is in the smoothed image process, both considered the proximity relations on how much, considered the similarity on the gray scale again, according to the distribution situation of neighborhood interior pixel gray-scale value, make the ranking operation of different weights, embodied the anisotropic character of algorithm well.At the boundary of image, common neighborhood convolution algorithm can cause image boundary to thicken.The power that adds the expression grey value difference is because of w R(x, y) after, at image boundary place gray-scale value a bigger drop is arranged, this moment, weights were less, on one side intensity profile can not have influence on the intensity profile of another side on the border.So just can in smooth noise, can effectively keep the border.
Bilateral filtering model biggest advantage is its non-iteration, this arthmetic statement succinctly is easy to program and realizes, and all reached good denoising effect in a lot of situations, this makes the calculated amount of denoising model that significantly reduction arranged, and this algorithm also has good concurrency.
Size two width of cloth registering images all identical with ratio that the different times areal is taken are made rim detection in the present invention, utilize rim detection extraction marginal information, relatively and detect the linear feature of variation; Simultaneously two width of cloth difference gray level images are done the profile that change-detection obtains region of variation; The linear feature of detection and the contour feature of region of variation are comprehensively obtained final result of variations.
2, the extraction of gray feature.
The processing image of image difference δ as change-detection, understanding theoretically is the most intuitively, simultaneously it for parallel processing not simultaneously the change-detection between mutually also be very effective.When using this method, must consider that will change pixel and no change pixel of selected threshold makes a distinction, being chosen in the change detection algorithm based on gray scale difference value of threshold value is extremely important.The present invention adopts big Tianjin method (OTSU) algorithm to carry out adaptive threshold and selects.
Be provided with pixel vector X T1And X T2Be respectively sensor for the obtainable remote sensing images when t1 and the t2 of same position on the ground.Do not consider other factors, as the influence of atmospheric conditions, sensor, promptly in ideal conditions, the variation of terrain object shows as vectorial X T1And X T2Between difference:
δ=|X t1-X t2| (6)
Usually, t1 and t2 are identical or the close moon or the date in not the same year, to get rid of variation that season, equal factor caused etc. as far as possible.
Algorithmic descriptions is as follows: the difference with image before and after changing is discussed, and when gray scale>(the image average * scale-up factor) of δ, thinks that then the zone that this pixel is represented among the current δ is a region of variation, and scale-up factor is made as 1.0.
The OTSU method judges that the δ region of variation is described as follows: when the gray scale of δ>Thresh, think that then the zone of this pixel representative is a region of variation among the current δ.The threshold value calculation method of OTSU is:
Thresh = max ( Σ i = 1 thresh hist ( i ) * Σ i = thresh + 1 255 hist ( i ) ( m 1 - m 2 ) 2 ) - - - ( 7 )
In the formula, hist is that gray scale is the pixel count of δ in the image, the value when promptly gray scale is i in the histogram.
m 1 = Σ i = 1 thresh i * hist ( i ) Σ i = 1 thresh hist ( i ) m 2 = Σ i = thresh + 1 255 i * hist ( i ) Σ i = thresh + 1 255 hist ( i ) - - - ( 8 )
Utilize morphologic filtering that the gray scale difference value image is carried out rim detection, extract the result as gray feature.
3, the fusion of edge and gray feature.
Edge change-detection result is carried out the edge follow the tracks of, scanning can't closed edge end points, and method is as follows: scan a point, if its on every side the difference of 8 all adjacent two points of point absolute value and be 2 * 255, then it is an end points.
With the edge end points is benchmark, does neighborhood search in grey scale change result's outline map, adopt " or " logic replenishes edge change-detection result, obtains closed change-detection edge and region of variation.
After tested, the precision that the inventive method detects Remote Sensing Imagery Change has reached 90.32%, has improved detection accuracy.

Claims (1)

1. the method for detecting change of remote sensing image based on edge and gray scale is characterized in that comprising the steps:
(a) establishing the denoising operator is D h, set up the bilateral filtering model
D h ( x ) = ∫ Ω w ( x , y ) X ti ( y ) dy ( i = 1,2 ) - - - ( 1 )
In the formula, X TiThe remote sensing images that expression ti sensor obtains when the ti for same position on the ground, X Ti(y) presentation video X TiThe gray-scale value at y place, position, Ω represents integral domain;
In the low-pass filtering model
LPF ( x ) = ∫ Ω w D ( x , y ) X ti ( y ) dy - - - ( 2 )
Weight function w (x, y) only relevant with space distribution, handle afterwards in the image, the gray-scale value LPF (x) at each pixel x place does the intensity-weighted computing on the pixel in its small neighbourhood Ω to obtain; In the formula, w D(x y) is the weight function of weighing pixel x and y proximity relations on how much;
Based on the low-pass filtering model, the bilateral filtering model has increased the weight factor of the gray-scale value degree of closeness of weighing this pixel and its neighborhood interior pixel:
BF ( x ) = ∫ Ω w D ( x , y ) w R ( x , y ) X ti ( y ) dy - - - ( 3 )
In the formula, w R(x is a weight factor of weighing the close degree of gray-scale value between pixel x and the y y), gets
w D ( x , y ) = 1 Z D ( x ) e - | | x - y | | 2 σ D 2 - - - ( 4 )
w R ( x , y ) = 1 Z R ( x ) e - ( X ti ( x ) - X ti ( y ) ) 2 2 σ R 2 - - - ( 5 )
In the formula, Ω is an integral domain, is taken as 8 and is communicated with neighborhood;
Figure FSA00000284735400016
With
Figure FSA00000284735400017
Be respectively distance variance and gray variance; Z D(x) and Z R(x) be respectively normalized factor, computing method are
Figure FSA00000284735400018
Figure FSA00000284735400019
The edge of phasor was a benchmark in the past, the edge of unanimity and removal with it in the phasor after the neighborhood search, and the edge result that two sub-pictures are kept merges, and obtains the edge variation testing result after the removal of zonule;
(b) be provided with pixel vector X T1And X T2Be respectively the remote sensing images that sensor obtains at t1 and t2 constantly for same position on the ground, the variation of terrain object shows as vectorial X T1And X T2Between difference:
δ=|X t1-X t2| (6)
When gray scale>(the image average * scale-up factor) of δ, think that then the zone of this pixel representative is a region of variation among the current δ, scale-up factor is made as 1.0;
When the gray scale of δ>Thresh, think that then the zone of this pixel representative is a region of variation among the current δ;
The OTSU threshold value adopts
Thresh = max ( Σ i = 1 thresh hist ( i ) * Σ i = thresh + 1 255 hist ( i ) ( m 1 - m 2 ) 2 ) - - - ( 7 )
Calculate; In the formula, hist is that gray scale is the pixel count of δ in the image, the value when promptly gray scale is i in the histogram;
m 1 = Σ i = 1 thresh i * hist ( i ) Σ i = 1 thresh hist ( i ) m 2 = Σ i = thresh + 1 255 i * hist ( i ) Σ i = thresh + 1 255 hist ( i ) - - - ( 8 )
Utilize morphologic filtering that the gray scale difference value image is carried out rim detection, extract the result as gray feature;
(c) be that benchmark is done the edge tracking with the edge variation testing result, end points for edge that can't be closed, in grey scale change result's outline map, make neighborhood search, adopt " or " logic replenishes edge change-detection result, obtains closed change-detection edge and region of variation.
CN2010102928882A 2010-09-25 2010-09-25 Method for detecting remote sensing image change based on edge and grayscale Pending CN101968885A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2010102928882A CN101968885A (en) 2010-09-25 2010-09-25 Method for detecting remote sensing image change based on edge and grayscale

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2010102928882A CN101968885A (en) 2010-09-25 2010-09-25 Method for detecting remote sensing image change based on edge and grayscale

Publications (1)

Publication Number Publication Date
CN101968885A true CN101968885A (en) 2011-02-09

Family

ID=43548035

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2010102928882A Pending CN101968885A (en) 2010-09-25 2010-09-25 Method for detecting remote sensing image change based on edge and grayscale

Country Status (1)

Country Link
CN (1) CN101968885A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102147922A (en) * 2011-05-05 2011-08-10 河南工业大学 Two-dimensional Otsu broken line threshold segmentation method for gray image
CN102880700A (en) * 2012-09-24 2013-01-16 常州大学 Three dimensional point model data denoising method
CN103247029A (en) * 2013-03-26 2013-08-14 中国科学院上海技术物理研究所 Geometric registration method for hyperspectral image generated by spliced detectors
CN103473548A (en) * 2013-09-22 2013-12-25 铁道第三勘察设计院集团有限公司 Method for extracting fracture structure information by means of image processing and priori knowledge
CN103530878A (en) * 2013-10-12 2014-01-22 北京工业大学 Edge extraction method based on fusion strategy
CN103559493A (en) * 2013-10-21 2014-02-05 中国农业大学 Method for extracting linear ground objects
CN104992150A (en) * 2015-06-29 2015-10-21 浪潮集团有限公司 Automatic extracting method for urban roads based on high-resolution remote sensing image
CN106485715A (en) * 2016-09-09 2017-03-08 电子科技大学成都研究院 A kind of unstructured road recognition methods
CN109448030A (en) * 2018-10-19 2019-03-08 福建师范大学 A kind of region of variation extracting method
CN109800779A (en) * 2015-12-10 2019-05-24 河海大学 Utilize the change detecting method of D-S evidence theory fusion FCM algorithm
CN113393387A (en) * 2021-05-26 2021-09-14 房超 Mathematical morphology self-adaptive structural element construction method

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1489557A2 (en) * 2003-06-10 2004-12-22 hema electronic GmbH Method for adaptive edge detection
CN101159009A (en) * 2007-11-09 2008-04-09 西北工业大学 Method for detecting bridge from remote sense image
CN101320476A (en) * 2008-07-04 2008-12-10 中国农业大学 Cotton foreign fiber image processing system and method
CN101650439A (en) * 2009-08-28 2010-02-17 西安电子科技大学 Method for detecting change of remote sensing image based on difference edge and joint probability consistency
CN101694718A (en) * 2009-10-13 2010-04-14 西安电子科技大学 Method for detecting remote sensing image change based on interest areas
CN101763512A (en) * 2009-12-11 2010-06-30 西安电子科技大学 Method for semi-automatically detecting road target in high-resolution remote sensing images
CN101793599A (en) * 2010-03-29 2010-08-04 中国科学院对地观测与数字地球科学中心 MTF (Modulation Transfer Function) parameter testing method under condition of nonideal target

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1489557A2 (en) * 2003-06-10 2004-12-22 hema electronic GmbH Method for adaptive edge detection
CN101159009A (en) * 2007-11-09 2008-04-09 西北工业大学 Method for detecting bridge from remote sense image
CN101320476A (en) * 2008-07-04 2008-12-10 中国农业大学 Cotton foreign fiber image processing system and method
CN101650439A (en) * 2009-08-28 2010-02-17 西安电子科技大学 Method for detecting change of remote sensing image based on difference edge and joint probability consistency
CN101694718A (en) * 2009-10-13 2010-04-14 西安电子科技大学 Method for detecting remote sensing image change based on interest areas
CN101763512A (en) * 2009-12-11 2010-06-30 西安电子科技大学 Method for semi-automatically detecting road target in high-resolution remote sensing images
CN101793599A (en) * 2010-03-29 2010-08-04 中国科学院对地观测与数字地球科学中心 MTF (Modulation Transfer Function) parameter testing method under condition of nonideal target

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
李德军,赵文杰,谭海峰,陈永甜: "《一种基于双边滤波的图像边缘检测方法》", 《计算机技术与发展》 *

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102147922A (en) * 2011-05-05 2011-08-10 河南工业大学 Two-dimensional Otsu broken line threshold segmentation method for gray image
CN102880700A (en) * 2012-09-24 2013-01-16 常州大学 Three dimensional point model data denoising method
CN103247029B (en) * 2013-03-26 2015-11-25 中国科学院上海技术物理研究所 A kind of high spectrum image geometrical registration method generated for spliced detector
CN103247029A (en) * 2013-03-26 2013-08-14 中国科学院上海技术物理研究所 Geometric registration method for hyperspectral image generated by spliced detectors
CN103473548B (en) * 2013-09-22 2016-08-10 铁道第三勘察设计院集团有限公司 One utilizes image procossing and priori to extract rift structure information approach
CN103473548A (en) * 2013-09-22 2013-12-25 铁道第三勘察设计院集团有限公司 Method for extracting fracture structure information by means of image processing and priori knowledge
CN103530878A (en) * 2013-10-12 2014-01-22 北京工业大学 Edge extraction method based on fusion strategy
CN103530878B (en) * 2013-10-12 2016-01-13 北京工业大学 A kind of edge extracting method based on convergence strategy
CN103559493A (en) * 2013-10-21 2014-02-05 中国农业大学 Method for extracting linear ground objects
CN104992150A (en) * 2015-06-29 2015-10-21 浪潮集团有限公司 Automatic extracting method for urban roads based on high-resolution remote sensing image
CN109800779A (en) * 2015-12-10 2019-05-24 河海大学 Utilize the change detecting method of D-S evidence theory fusion FCM algorithm
CN109800779B (en) * 2015-12-10 2020-06-30 河海大学 Change detection method for fusing FCM algorithm by using D-S evidence theory
CN106485715A (en) * 2016-09-09 2017-03-08 电子科技大学成都研究院 A kind of unstructured road recognition methods
CN109448030A (en) * 2018-10-19 2019-03-08 福建师范大学 A kind of region of variation extracting method
CN113393387A (en) * 2021-05-26 2021-09-14 房超 Mathematical morphology self-adaptive structural element construction method

Similar Documents

Publication Publication Date Title
CN101968885A (en) Method for detecting remote sensing image change based on edge and grayscale
Zhang et al. Edge detection algorithm of image fusion based on improved Sobel operator
CN103048329B (en) A kind of road surface crack detection method based on active contour model
CN101944233B (en) Method for quickly extracting airport target in high-resolution remote sensing image
CN104361582B (en) Method of detecting flood disaster changes through object-level high-resolution SAR (synthetic aperture radar) images
CN101826209B (en) Canny model-based method for segmenting three-dimensional medical image
CN101650439B (en) Method for detecting change of remote sensing image based on difference edge and joint probability consistency
CN104240204A (en) Solar silicon wafer and battery piece counting method based on image processing
CN104463870A (en) Image salient region detection method
CN102254319A (en) Method for carrying out change detection on multi-level segmented remote sensing image
CN102722891A (en) Method for detecting image significance
CN103984946A (en) High resolution remote sensing map road extraction method based on K-means
Hua et al. Extended guided filtering for depth map upsampling
CN102855622A (en) Infrared remote sensing image sea ship detecting method based on significance analysis
CN108171695A (en) A kind of express highway pavement detection method based on image procossing
Han et al. An advanced Otsu method integrated with edge detection and decision tree for crack detection in highway transportation infrastructure
Er-Sen et al. An adaptive edge-detection method based on the canny operator
CN104463911A (en) Small infrared moving target detection method based on complicated background estimation
CN105894513B (en) Take the remote sensing image variation detection method and system of imaged object change in time and space into account
CN103198482B (en) Based on the method for detecting change of remote sensing image that disparity map fuzzy membership merges
CN103077531A (en) Grayscale target automatic tracking method based on marginal information
CN105069806A (en) Joint three-pixels edge detector
CN103020967A (en) Unmanned aerial vehicle aerial image accurate matching method based on island edge characteristics
CN105139391A (en) Edge detecting method for traffic image in fog-and-haze weather
CN105118051A (en) Saliency detecting method applied to static image human segmentation

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