You are on page 1of 7

IEEE JOURNAL OF SELECTED TOPICS IN APPLIED EARTH OBSERVATIONS AND REMOTE SENSING, VOL. 2, NO.

2, JUNE 2009 67

An Efficient Multiscale SRMMHR (Statistical


Region Merging and Minimum Heterogeneity Rule)
Segmentation Method for High-Resolution
Remote Sensing Imagery
Haitao Li, Haiyan Gu, Yanshun Han, and Jinghui Yang

Abstract—Multiscale segmentation is an essential step for higher tion approaches have been developed [6]. General segmenta-
level image processing in remote sensing. This paper presents a tion methods include global behavior-based and local behavior-
new multiscale SRMMHR segmentation method integrating the based methods [7]. Global behavior-based methods group the
advantages of Statistical Region Merging (SRM) for initial seg-
mentation and the Minimum Heterogeneity Rule (MHR) for object pixels based on the analysis of the data in the feature space. Typ-
merging. The high-resolution (HR) QuickBird imageries are used ical examples are clustering and histogram threshold. Local be-
to demonstrate the SRMMHR segmentation method. The SRM havior-based methods analyze the variation of spectral features
segmentation method not only considers spectral, shape, and scale in a small neighborhood. Edge detection and region extraction
information, but also has the ability to cope with significant noise are two typical examples [8].
corruption and handle occlusions. The MHR used for merging ob-
jects takes advantage of its spectral, shape, scale information, and However, not all of the segmentation techniques are feasible
the local and global information. Compared with the Fractal Net for high-resolution (HR) imagery due to the following facts.
Evolution Approach (FNEA) that eCognition adopted and SRM 1) The complexity and redundancy of the HR imagery are in-
methods, the results show that the proposed method wipes off small creased obviously because of the multispectral and multi-
redundant objects existed in traditional SRM methods, avoids the scale characteristics of the HR image.
phenomena where the big homogeneity region has lots of small sim-
ilar regions existed in the FNEA method, and gets more integrated 2) The HR imagery provides detailed information such as
and accurate objects. Therefore, the proposed SRMMHR segmen- spectral, shape, context, and texture. However, the tradi-
tation method is an efficient multiscale segmentation method for tional segmentation algorithm depends on the color infor-
HR imagery. mation and thus cannot provide the satisfying results.
Index Terms—High-resolution (HR) remote sensing imagery, 3) Different classes have inherent features at different scales.
multiscale segmentation, statistical region merging and minimum For example, we may find forest at coarse scale, while we
heterogeneity rule (SRMMHR). may find individual trees or plants at finer scale. So, the
segmentation model at a specific scale needs to be modified
when it is used at other scales.
I. INTRODUCTION
Therefore, it is important to segment imagery effectively with
all kinds of information and object characteristics because the
MAGE segmentation is the process of dividing an image multispectral and multiscale HR imageries include more details
I into homogenous regions, which is an essential step for
higher level image processing such as image analysis, pattern
and information of the object. Recently, several papers have
proposed multiscale segmentation algorithms for HR imagery
recognition, object-based classification, change detection, etc. [8]–[11], which are mainly based on region growing methods
[1]–[4]. Burnett et al. (2003) presented a multiscale segmen- taking pixels as seeds and growing the regions around them
tation/object relationship modeling methodology for landscape based on certain homogeneity criteria. The commercial soft-
analysis [5]. So far, there are over 1000 kinds of segmenta- ware, eCognition, adopts the Fractal Net Evolution Approach
(FNEA) for segmentation. FNEA is a region growing technique
based on local criteria and starts with one pixel image objects.
Manuscript received October 03, 2008; revised February 08, 2009. First Image objects are pairwise merged one by one to form bigger
published August 11, 2009; current version published September 09, 2009. objects. The merging criterion is that the average heterogeneity
This work was supported in part by the Key Laboratory of Geo-informatics
of the State Bureau of Surveying and Mapping (No: 200833), in part by the
of image objects weighted by their size in pixels should be min-
National High-Tech Research and Development Program of China (863 Pro- imized [12], [13].
gram: 2007AA12Z151), and in part by the National Basic Research Program However, the local region growing technique has some
of China (973 Program: 2006CB701303).
The authors are with Institute of Photogrammetry and Remote Sensing,
limitations.
Chinese Academy of Surveying and Mapping, Beijing, 100039, China 1) It starts the merging process with individual pixels. Besides
(e-mail: lhtao@casm.ac.cn; guhy@casm.ac.cn; hys_han@casm.ac.cn; the expensive computational cost, the result is very sensi-
jhyang@casm.ac.cn). tive to the merging order at early stages of the segmenta-
Color versions of one or more of the figures in this paper are available online
at http://ieeexplore.ieee.org. tion when a single pixel still has a considerable weight in
Digital Object Identifier 10.1109/JSTARS.2009.2022047 the features of a small region [14].
1939-1404/$26.00 © 2009 IEEE
68 IEEE JOURNAL OF SELECTED TOPICS IN APPLIED EARTH OBSERVATIONS AND REMOTE SENSING, VOL. 2, NO. 2, JUNE 2009

2) It has some difficulties in gathering a set of seeds and an 1) A homogeneity property: Statistical pixels have the same
adequate homogeneity criterion. expectation value for each channel inside any statistical
3) It depends on the selection of the starting point and the region.
order in which the pixels and regions are examined. 2) A separability property: The expectation value of adjacent
4) It is hard to find coincident boundary because one pixel regions is different for at least one channel [16].
image object merges with another one without considering Nielsen and Nock (2003) consider a sort function defined as
adjacent pixels. the following:
Therefore, single pixels can hardly correspond to landscape
objects and the segmentation with single pixels is inconsistent (1)
with the object-oriented approaches (OOA) that overcome the
limitations of pixel-based method applied to HR imagery. In
where , stand for pixel values of a pair of adjacent pixels of
order to overcome the disadvantages of segmentation based on
the channel. Based on the Nielsen and Nock model, we obtain
one pixel and get more accurate segmentation results, several
the following merging predicate:
papers suggest merging bigger objects generated by initial seg-
mentation, which can avoid the disadvantages of region growing
method from single pixel. true if
In this paper, we present a multiscale SRMMHR segmenta- false otherwise
tion method based on both Statistical Region Merging (SRM) (2)
and Minimum Heterogeneity Rule (MHR). The SRM has the
ability to cope with significant noise corruption, handle occlu- where , denotes the ob-
sions, and considers spectral, shape, scale information. The ap- served average for channel in region , stands for the
plication of MHR relies on the effectiveness of local and global set of regions with pixels. is a parameter that controls the
qualities and its consideration of shape and spectral features. We coarseness of the segmentation. The smaller is, the bigger the
integrated their advantages by applying SRM for initial fine seg- object size, and the fewer the object numbers. More sort func-
mentation and MHR for region merging. tions and merging predicates could be defined, which could im-
prove the speed and quality of segmentation.
In conclusion, the SRM algorithm is able to capture the main
II. MULTISCALE SEGMENTATION BASED ON SRM AND MHR structural components of imagery by a simple but effective sta-
tistical analysis, and it has the ability to cope with significant
A. Statistical Region Merging noise corruption, handle occlusions with the sort function, and
perform multiscale segmentation [15]–[17]. However, it has the
The SRM algorithm belongs to the family of region growing disadvantage of under-segmentation. It is not applicable for re-
techniques with statistical test for region fusion. It is based on a mote sensing imagery and does not consider the complexity of
model of image generation which considers grouping is an in- imaging environment, the diversity of feature style, and the scale
ference problem, namely, the observation imagery comes from of object. In this paper, we optimize and apply the SRM algo-
the original imagery by sampling, and the segmentation imagery rithm for HR imagery for initial fine segmentation.
comes from the observation imagery by regenerating, the homo-
geneity region boundary may defined by simple theorem [15], B. Minimum Heterogeneity Rule
[16]. The two key steps of the algorithm are as follows.
1) Ascertain a sort function. According to the size of the func- In order to implement the multiscale segmentation, the MHR
tion, the adjacent regions are sorted. is introduced to merge two adjacent regions from the initial
2) Ascertain a merging predicate. The merging predicate de- segmentation.
cides whether the adjacent regions are merged or not. A MHR is defined as follows, which not only considering
It is obvious that sort function and merging predicate are the the color heterogeneity ( ) but also shape heterogeneity
basis of the algorithm and they are interactive with each other. ( )
Supposing is an image with pixels that each contains
three values belonging to the set . The (3)
observed imagery is generated by sampling, in particular,
every color level of each pixel of is described by a set of where and are weight values of color het-
independent random variables with values of . is a erogeneity and shape heterogeneity, respectively, and
parameter which quantifies the complexity of the scene, the gen- , , .
erality of the model, and the statistical hardness of the task. The color heterogeneity describes the spectral infor-
represents the major advantage to be a trade-off parameter that mation which indicates the similar degree of the two adjacent
is adjustable to obtain a compromise between the power of the regions. The shape heterogeneity ( ) describes the differ-
model and the quality of the observed results. It is best to choose ence of compact degree ( ) and smooth degree ( )
a convenient value to keep a powerful enough model while en- before and after two adjacent regions are merged. The value of
suring reliable estimation on [15]. In , the optimal regions represents the cluster degree of the pixels in the region.
satisfy the following properties. Smaller the value is, more compact the pixels in the region. The
LI et al.: EFFICIENT MULTISCALE SRMMHR (STATISTICAL REGION MERGING AND MINIMUM HETEROGENEITY RULE) SEGMENTATION METHOD 69

value of represents the degree of smoothness for the re-


gion boundary. The smaller the value, the smoother the region
boundary.
The MHR considers both color and shape information that
could reduce the disturbance from noise, reduces fragmentized
degree of object boundary, and gets more regular objects.

C. Multiscale SRMMHR Segmentation Method Based on SRM


and MHR
On the basis of analyzing the SRM and MHR algorithm, we
developed a new multiscale SRMMHR segmentation algorithm.
The SRMMHR method is improved from SRM for getting ini-
tial fine segmentation results and MHR used for merging two
adjacent regions from the initial segmentation results.
The improvements of the SRM algorithm are as follows.
1) Make full use of all bands information of remote sensing Fig. 1. Flowchart of the SRMMHR multiscale segmentation.
imagery. The original algorithm is only suitable for grey
and color image, but we now improved and applied it in
remote sensing imagery with many bands.
2) Define scale parameter and set up the relationship be-
tween and the segmentation scale parameter . Since the
SRM has the ability of multiscale segmentation, is de-
fined to satisfy the direct proportion relationship between
the image scale and the object size. Namely, the bigger the
scale, the bigger the object size and the fewer the object
numbers.
3) Define merging predicate more strictly. Since
, the strict merging
predicate is
Fig. 2. Four-scale hierarchical network of image objects spaces.

true if
false otherwise their positions are not identical and they satisfy the merge
(4) predicate( ), the pair-pixels are merged and the
area is updated with the sum of the pair-pixels.
where , is scale pa- 4) Repeat step 2–3 until all pair-pixels are segmented by the
rameter which controls the coarseness of the segmentation, approach. Then an initial pixel-based segmentation result
denotes the observed average for channel in region , is realized.
stands for the set of regions with pixels. are As to the multiscale segmentation, there are four steps in the
channels of imagery. merging procedure.
The flowchart of the SRMMHR multiscale segmentation al- 1) Convert the initial segmentation result into a polygon
gorithm is shown in Fig. 1 which is composed of two main pro- vector layer and save it as an ESRI shapefile. The key
cedures: the initial segmentation by the improved SRM algo- steps of the vectorization algorithm include searching of
rithm and the merging process by the MHR algorithm. boundary, the generation of topology structure, and the
There are four steps in the initial segmentation procedure. removal of redundant points. These results are then saved
1) Suppose that the image contains rows and columns. as a shapefile (.shp) and the associate database file (.dbf)
This represents couples of adja- with statistics information of each polygon object (i.e.,
cent pixels (in 4-connexity). Set the sort function shown in mean, standard deviation and boundary length).
(1), and then sort the couples of adjacent pixels (pair- 2) Set the parameters of MHR, such as weights of color,
pixels) according to the size of the function. Ordering the shape, compact, smooth ( , , ,
pair-pixels is a way to eliminate over-segmentation and the ), , and then compute heterogeneity value
hybrid error, because all merging tests inside true regions of neighboring polygon according to (3).
are made before any merging test between true regions. 3) Decide whether satisfy MHR, if , the adjacent
2) Ascertain the merge predicate shown in (2) that is relative smaller objects are merged into other bigger ones, mean-
to pair-pixels and make sure the position of upper level while, the average size, standard deviation, and mean of all
nodes the pairs belong to. the object regions will be calculated.
3) Decide whether the seeds of pair-pixels are at the same 4) Repeat step 2–3 to accomplish multiscale segmentation.
position, and whether they satisfy the merge predicate. If This relationship between each level is shown in Fig. 2.
70 IEEE JOURNAL OF SELECTED TOPICS IN APPLIED EARTH OBSERVATIONS AND REMOTE SENSING, VOL. 2, NO. 2, JUNE 2009

Fig. 3. Multiscale segmentation results from different segmentation methods. (a) Panchromatic image. (b) Multispectral image. (c) Pan-sharpened image. (d) Initial
segmentation result of SRM using scale parameter 8. (e) New SRMMHR method’s result with scale parameter 40. (f) New SRMMHR method’s result with scale
parameter 60. (g) eCognition’s result with scale parameter 100. (h) eCognition’s result with scale parameter 150. (i) eCognition’s result with scale parameter 20.
(j) SRM’s result with scale parameter 8. (k) SRM’s result with scale parameter 16. (l) SRM’s result with scale parameter 22.

Scale 1 stands for initial segmentation level based on pixel- 3) The correction of object shape based on merging sub-ob-
based segmentation. The scale 2, scale 3, and scale 4 stand for jects is possible.
multiscale segmentation level based on object-based merging.
To guarantee a definite hierarchy over the spatial shape of all III. SEGMENTATION EXPERIMENT
objects, the segmentation procedures follow the following rules
[13]. A. Experiment Data
1) Object borders must follow borders of objects on the lower To evaluate the performance of the proposed segmentation
scale. approach, a multispectral QuickBird imagery at 2.44-m reso-
2) Segmentation is constrained by the border of the object on lution and a panchromatic QuickBird imagery at 0.61-m res-
the upper level. olution, which were acquired in May 2005 in HeFei city of
LI et al.: EFFICIENT MULTISCALE SRMMHR (STATISTICAL REGION MERGING AND MINIMUM HETEROGENEITY RULE) SEGMENTATION METHOD 71

TABLE I TABLE II
PARAMETERS OF THE NEW METHOD PARAMETERS OF ECOGNITION

TABLE III
China. The area is about 1023 822 pixels representing a com- PARAMETERS OF SRM
plex urban environment. The study area in the city is character-
ized by classes of road, highway, grass, and building. Initially,
the QuickBrid imagery were geometrically corrected to the Uni-
versal Transverse Mercator (UTM) projection, and then fused to
a 0.61-m multispectral image. Fig. 3(a) shows the panchromatic
QuickBird image, and Fig. 3(b) shows the multispectral Quick-
Bird image composite of band 4 (infra-red), band 2 (green), and
band 1 (blue). Fig. 3(c) shows the pan-sharpened image com- woodland belong to the same level of land cover class, however,
positing from the same bands as Fig. 3(b). their sizes are significantly different.
We also notice that there are small redundant objects shown
B. Segmentation Experiment in Fig. 3(j). The redundant objects may be wiped off when the
scale becomes large, but there remains the limitation shown in
Initially, we segmented the pan-sharpened image through
Fig. 3(l).
the improved SRM segmentation algorithm to get the initial
However, the new proposed method overcomes these lim-
segmentation result. The key issue is trying to adjust scale
itations by SRM acting as initial segmentation. As shown in
parameter until getting better initial segmentation result,
Fig. 3(d), we notice that the highway is integrally detached
and then these segmented imagery was vectorized in shapefile
avoiding smash objects. When the scale becomes bigger, some
format using the CASM ImageInfo® remote sensing imagery
classes such as highway, building, grass are easy to extract,
processing software developed by Chinese Academy of Sur-
and there is less small objects shown in Fig. 3(f). The bigger
veying and Mapping (CASM) [19]. The new vectorization
the scale, the fewer the object numbers, the bigger the object
algorithm can deal with multibands imagery such as segmen-
region, and the boundary of region may disappear or remain. In
tation imagery. Fig. 3(d) shows the vector file overlaid on the
order to get more accurate objects such as buildings, we need
initial segmentation result.
to correct several small areas along the perimeter of the newly
Then, the objects from the initial segmentation were merged
formed polygon that look similar to the buildings.
through the MHR method. The objects information such as
2) Quality Assessment: Besides the visual assessment, shape
mean, boundary length, and standard deviation is recomputed
index ( , , where is area, is perimeter,
for merging operation. Fig. 3(e) and (f) shows the course-scale
stands for the region ) was used to evaluate the segmenta-
imageries when the scale threshold is set to 40 and 60, respec-
tion quality among three big scale imageries [Fig. 3(f), (i), (l)].
tively. Table I shows the detailed parameters.
The lower the value is, the better the quality is [21]. Therefore,
In order to evaluate the performance of the proposed method,
ten different areas (varying in location, form, area, texture, con-
we also segmented the pan-sharpened QuickBird imagery using
trast, land cover type, etc.) were selected and each was visu-
FNEA that the eCognition software adopted [20]. The multi-
ally and geometrically compared with the segmented pendants.
scale segmentation results are shown in Fig. 3(g), (h), and (i),
Detailed evaluations of some reference object were shown in
and the detailed parameters are shown in Table II. Moreover,
Table IV and the results of all ten reference areas were shown
we carried on multiscale SRM segmentation, and the results are
in Table V. The results in Table V showed that the new segmen-
shown in Fig. 3(j), (k), and (l), and detail parameters are shown
tation method has the advantage on average region conformity
in Table III.
(lowest shape index difference) when compared with traditional
SRM and FNEA segmentation method.
C. Accuracy Assessment
Obviously, the new multiscale SRMMHR segmentation
1) Visual Assessment: As shown in Fig. 3(g), we notice that method shows advantages over traditional multiscale SRM and
the FNEA method always divides the big homogeneity region FNEA algorithm in the following aspects.
into lots of small regions with the similar size, especially for 1) It makes full use of shape, spectral, scale, local and global
the class of highway. The limitation may be solved by merging information and the parameters could be adjusted for var-
the same classes, but it is based on initial segmentation objects. ious classes.
When the scale becomes bigger, there still has the phenomena 2) It integrates the superiorities of SRM segmentation method
shown in Fig. 3(f). This is caused by the assumption that the and MHR merging method, wipes off small redundant ob-
objects at the same scale have similar size which is in consistent jects that traditional SRM method existed, avoids the phe-
with nature phenomena. As we know, building, road, grass and nomena of big homogeneity region that has lots of small
72 IEEE JOURNAL OF SELECTED TOPICS IN APPLIED EARTH OBSERVATIONS AND REMOTE SENSING, VOL. 2, NO. 2, JUNE 2009

TABLE IV methods, and the applications of the proposed method in dif-


DETAILED EVALUATIONS OF SOME REFERENCE OBJECT ferent RS imagery.

ACKNOWLEDGMENT
The authors would like to thank the referees for their com-
ments on this paper. The SRMMHR multiscale segmentation
method was realized on the basis of the SRM method developed
by R. Nock and F. Nielsen and the FNEA method that eCogni-
tion adopted.

REFERENCES
[1] T. B. Strobl, “What’s wrong with pixels? Some recent developments
interfacing remote sensing and GIS,” GeoBIT/GIS, vol. 6, pp. 12–17,
2001.
TABLE V [2] V. Walter, “Object-based classification of remote sensing data for
CUMULATED RESULTS OF ALL 10 REFERENCE AREAS change detection,” ISPRS J. Photogramm. Remote Sens., vol. 58, pp.
225–238, 2004.
[3] Y. Zhou and Y. Wang, “Extraction of impervious surface areas from
high spatial resolution imageries by multiple agent segmentation and
classification,” Photogramm. Eng. Remote Sens., vol. 74, pp. 857–868,
2008.
[4] S. Aksoy and H. G. Akcay, “Multi-resolution segmentation and shape
analysis for remote sensing image classification,” in Proc. 2nd Int.
Conf. Recent Advances in Space Technologies, 2005, pp. 599–604.
[5] C. Burnett and T. Blaschke, “A multi-scale segmentation/object rela-
tionship modelling methodology for landscape analysis,” Ecol. Model.,
vol. 168, pp. 233–249, 2003.
[6] Y. J. Zhang, Image Segmentation. Peking, China: Since Press, 2001,
p. 2.
regions with the similar size that the FNEA method ex- [7] B. Kartikeyan, A. Sarkar, and K. L. Majumder, “A segmentation
isted, and gets more integrated and accurate objects. approach to classification of remote sensing imagery,” Int. J. Remote
3) The segmentation result in vector and raster format inte- Sens., vol. 19, pp. 1695–1709, 1998.
[8] K. S. Fu and J. K. Mui, “A survey on image segmentation,” Pattern
grates RS and GIS expediently, and establishes better foun- Recognit., vol. 13, pp. 3–16, 1981.
dation for higher level image processing such as pattern [9] Q. X. Chen, J. C. Luo, C. H. Zhou, and T. Pei, “A hybrid multi-scale
recognition and object-oriented image interpretation. segmentation approach for remotely sensed imagery,” in Proc. IEEE
Int. Geoscience Remote Sensing Symp., 2003, pp. 3416–3419.
[10] Z. Chen, Z. M. Zhao, D. M. Yan, and R. X. Chen, “Multi-scale seg-
IV. CONCLUSION mentation of the high resolution remote sensing image,” in Proc. IEEE
Int. Geoscience Remote Sensing Symp., 2005, pp. 3682–3684.
This study proposed a new multiscale SRMMHR segmenta- [11] M. Sramek and T. Wrbka, “Watershed based image segmentation- An
tion method based on SRM and MHR. Compared with the multi- effective tool for detecting landscape structure,” in Proc. SPIE Dig-
scale SRM and FNEA method, the results indicates that the pro- ital Image Processing and Computer Graphics, 1997, vol. 3346, pp.
227–235.
posed method is an efficient multiscale segmentation for HR im- [12] M. Baatz and A. Schape, “Multiresolution segmentation: An optimiza-
agery (e.g., QuickBird). The SRMMHR method makes full use tion approach for high quality multi-scale image segmentation,” Ange-
of shape, spectral, scale, local, and global information, wipes off wandte Geographische Informations verarbeitung, pp. 12–23, 2000.
[13] U. Benz, P. Hofmann, G. Willhauck, I. Lingenfelder, and M. Heynen,
small redundant objects, avoids the phenomena of the big homo- “Multi-resolution, object-oriented fuzzy analysis of remote sensing
geneity region that has lots of small regions with the similar size, data for GIS-ready information,” ISPRS J. Photogramm. Remote Sens.,
and gets more integrate and accurate objects. The SRM method vol. 58, pp. 239–258, 2004.
[14] G. Castilla, J. H. Geoffrey, and R. R. Jose, “Size-constrained region
used for initial segmentation achieves robust and accurate seg- merging(SCRM): An automated delineation tool for assisted photoin-
mentation results not only using the spectral, shape, scale infor- terpretation,” Photogramm. Eng. Remote Sens., vol. 74, pp. 409–419,
mation, but also with the ability to cope with significant noise 2008.
[15] F. Nielsen and R. Nock, “On region merging: The statistical soundness
corruption and handle occlusions. The MHR used for merging of fast sorting, with applications,” in Proc. IEEE Int. Conf. Computer
objects relies on the effectiveness of local and global qualities Vision and Pattern Recognition, Silver Spring, MD, 2003, pp. 19–27.
and its consideration of shape and spectral features. However, [16] R. Nock and F. Nielsen, “Statistical region merging,” IEEE Trans. Pat-
tern Anal. Mach. Intell., vol. 26, no. 11, pp. 1452–1458, Nov. 2004.
the new SRMMHR method has some limitations that it uses [17] R. Nock and F. Nielsen, “Semi-supervised statistical region refinement
only one criterion, i.e., radiometric distance between region cen- for color image segmentation,” Pattern Recognit., vol. 38, no. 6, pp.
troids, an underlying premise of any segmentation method is 835–846, 2005.
[18] R. Nock, “Fast and reliable color region merging inspired by decision
that radiometric similarity and semantic similarity go hand in tree pruning,” in Proc. IEEE Int. Conf. Computer Vision and Pattern
hand. It requires the user to set parameters that are nonintuitive, Recognition, 2001, pp. 271–276.
such as the scale, the weight, and the stop criterion. [19] ImageInfo UserGuide CASM, 2007, WebMaster Mag. [Online]. Avail-
able: http://www.image-info.com
Nevertheless, there are many other issues that require further [20] eCognition UserGuide Definiens Imaging GmbH, 2000–2004, Web-
investigation, including the improvement of sort function and Master Mag. [Online]. Available: http://www.definiens.com, 4
merge predicate, the study of evaluation index for estimating [21] M. Neubert and G. Meinel, “Evaluation of segmentation programs for
high resolution remote sensing applications,” presented at the ISPRS
segmentation results, the determination of parameters for var- Joint Workshop High Resolution Mapping from Space Hannover, Ger-
ious classes, a thorough comparison with other segmentation many, Oct. 6–8, 2003.
LI et al.: EFFICIENT MULTISCALE SRMMHR (STATISTICAL REGION MERGING AND MINIMUM HETEROGENEITY RULE) SEGMENTATION METHOD 73

Haitao Li received the Doctor’s degree from the Yanshun Han received the Master’s degree from the
Huazhong University of Science and Technology, LiaoNing University of Engineering and Technology,
Wuhan, China, in 2005, with a major in pattern Fuxin, China, in 2006, and major in photogrammetry
recognition and artificial intelligence. and remote sensing.
He is currently an Associate Researcher with the He is currently an Assistant Researcher with the
Chinese Academy of Surveying and Mapping and Chinese Academy of Surveying and Mapping. His re-
the member of National Standardization Technical search interests include image matching and correc-
Committee for Geomatics (SAC/TC230). His re- tion and image fusion.
search interests include photogrammetry and remote
sensing, pattern recognition, and high-performance
processing for remote sensing imagery.

Jinghui Yang received the Master’s degree from the


Haiyan Gu received the Master’s degree from the Chinese Northeastern University , ShenYang, China,
LiaoNing University of Engineering and Technology, in 2005, with a major in computer science. He is cur-
Fuxin, China, in 2008, with a major in photogram- rently pursuing the Ph.D. degree in remote sensing at
metry and remote sensing. Wuhan University, China.
Her research interests include image classification, His research interests are mainly in remote sensing
image segmentation, support vector machine theory, data fusion, high performance processing for remote
and wavelet theory. sensing imagery, and information extraction.

You might also like