Compound Object Detection Using Region Co-occurrence Statistics

Size: px
Start display at page:

Download "Compound Object Detection Using Region Co-occurrence Statistics"

Transcription

1 Compound Object Detection Using Region Co-occurrence Statistics Selim Aksoy 1 Krzysztof Koperski 2 Carsten Tusk 2 Giovanni Marchisio 2 1 Department of Computer Engineering, Bilkent University, Ankara, Turkey 2 DigitalGlobe, Inc., Research and Development, Longmont, CO, USA IIM 2014 IIM 2014 c 2014, Aksoy et al. (Bilkent University) 1 / 31

2 Introduction Conventional object detection techniques expect the objects of interest to appear as homogeneous regions. This expectation may be satisfied for some objects such as buildings, roads and trees that have relatively homogeneous spectral content and consistent shape. However, the detection of more complex objects such as schools, power plants, shopping malls is still very difficult due to their heterogeneous content in VHR images. IIM 2014 c 2014, Aksoy et al. (Bilkent University) 2 / 31

3 Related work Edge-based model for detecting airports Texture model for detecting orchards Texture model for detecting golf courses and harbors Two-level classification for detecting high schools Bag-of-words model for detecting nuclear plants, coal power plants, and airports Latent topic discovery using spatial signatures IIM 2014 c 2014, Aksoy et al. (Bilkent University) 3 / 31

4 Outline 1 Data set 2 Region segmentation 3 Region occurrence histogram 4 Region co-occurrence histogram 5 Learning and classification 6 Experiments 7 Conclusions IIM 2014 c 2014, Aksoy et al. (Bilkent University) 4 / 31

5 Data set I Multispectral WorldView-2 image of King County, Washington, USA I 28, 920 9, 804 pixels and 2 m spatial resolution I Reference data obtained from Open Street Map IIM 2014 c 2014, Aksoy et al. (Bilkent University) 5 / 31

6 Data set Table 1: Summary of the reference data. The number of positive examples (N) and the sizes (height width) of the smallest, average, and largest reference object bounding boxes are shown. Object N Smallest Average Largest School Park , 044 1, 346 Residential , 653 2, 272 Retail Power IIM 2014 c 2014, Aksoy et al. (Bilkent University) 6 / 31

7 Region segmentation Our segmentation is based on pixel classification. A large number of spectral and textural features were used with a random forest classifier to classify each pixel into one of 16 classes: water, swimming pool, shrub, barren, sand, tidal flat, wetland, dry grass, pasture hay, cultivated crop, green grass, roof, road, shadow, tree, clearcut. The initial land cover classification was post-processed and was converted into a region segmentation. We also added a building layer obtained from the City of Seattle GIS database as the 17 th class. IIM 2014 c 2014, Aksoy et al. (Bilkent University) 7 / 31

8 Region segmentation IIM 2014 c 2014, Aksoy et al. (Bilkent University) 8 / 31

9 Region occurrence histogram Histogram of the regions within a window Quantization of region sizes using a Gamma fit Length: 17 q where q is the number of quantization levels IIM 2014 c 2014, Aksoy et al. (Bilkent University) 9 / 31

10 Region occurrence histogram 0.05 x Histogram Histogram Area Area (a) Gamma fit (b) Quantized size Figure 1: Quantization of the region sizes using a Gamma fit. The quantization levels (red lines) are selected according to the cumulative probabilities computed from the estimated Gamma distribution (green curve). IIM 2014 c 2014, Aksoy et al. (Bilkent University) 10 / 31

11 Region co-occurrence histogram Co-occurrence histogram of region pairs within a window Quantization of region sizes using a Gamma fit Count only the pairs that are closer than a distance threshold Length: (17 q)(17 q + 1)/2 where q is the number of quantization levels IIM 2014 c 2014, Aksoy et al. (Bilkent University) 11 / 31

12 Learning and classification We pose the object detection task in a binary setting where a given image window is classified as containing a target object of interest or not. The binary classification is performed using logistic regression that is a discriminative classifier that assumes a parametric form for the posterior probability and directly estimates its parameters from the training data. IIM 2014 c 2014, Aksoy et al. (Bilkent University) 12 / 31

13 Learning and classification Let x R d denote the feature vector and y { 1, 1} denote the corresponding binary class variable. The logistic model has the form p(y = 1 x; w, w 0 ) = exp( w T x w 0 ) where w is the weight vector and w 0 is the intercept. Given a test sample x, the discriminative logistic regression classifier chooses the positive class 1 if p(y = 1 x; w, w 0 ) > 0.5, or equivalently, w T x + w 0 > 0. IIM 2014 c 2014, Aksoy et al. (Bilkent University) 13 / 31

14 Learning and classification Logistic regression Given labeled data {(x i, y i )} n i=1, the maximum likelihood estimates of w and w 0 can be found by solving min w,w 0 n i=1 ( log 1 + exp ( y i (w T x i + w 0 ) )). IIM 2014 c 2014, Aksoy et al. (Bilkent University) 14 / 31

15 Learning and classification When the number of training examples (n) is not large enough compared to the number of features (d), the logistic regression classifier tends to suffer from over-fitting. The l 1 -regularized formulation is useful due to its tendency to prefer solutions with fewer nonzero parameter values. Logistic regression with l 1 -regularization min w,w 0 n log i=1 ( 1 + exp ( y i (w T x i + w 0 ) )) + λ w 1 IIM 2014 c 2014, Aksoy et al. (Bilkent University) 15 / 31

16 Experiments We used 5-fold cross-validation to train the classifier and evaluate its accuracy. Number of size quantization levels: 1, 5, 10. Maximum distance threshold: 5, 20, 50. We randomly sampled 2, 000 windows of pixels to construct the set of negative examples. IIM 2014 c 2014, Aksoy et al. (Bilkent University) 16 / 31

17 Experiments Quantitative performance evaluation was done by using ROC curves based on different thresholds on the posterior. The area under the ROC curve was used as the criterion to compare different parameter settings. Qualitative performance evaluation was performed via visual inspection of the classification maps computed using pixel sliding windows with 10 pixel increments. IIM 2014 c 2014, Aksoy et al. (Bilkent University) 17 / 31

18 Experiments Table 2: Summary of the classification results using 5-fold cross-validation. The number of size quantization levels (SQL) and the maximum distance threshold (MDT) that resulted in the best performance are shown together with the corresponding area under the ROC curve (AUC, as mean ± std). Object SQL MDT AUC School ± Park ± Residential ± Retail ± Power ± IIM 2014 c 2014, Aksoy et al. (Bilkent University) 18 / 31

19 Experiments TPR school 20, 5, ± TPR park 20, 5, ± TPR residential 50, 5, ± FPR (a) School 1 retail 20, 5, ± FPR (b) Park 1 power 5, 10, ± FPR (c) Residential TPR 0.5 TPR FPR FPR (d) Retail (e) Power Figure 2: ROC curves for different object classes with the best parameter settings. IIM 2014 c 2014, Aksoy et al. (Bilkent University) 19 / 31

20 School IIM 2014 c 2014, Aksoy et al. (Bilkent University) 20 / 31

21 School IIM 2014 c 2014, Aksoy et al. (Bilkent University) 20 / 31

22 School IIM 2014 c 2014, Aksoy et al. (Bilkent University) 20 / 31

23 School Figure 3: School detection results in a 1, 760 2, 717 pixel residential neighborhood. There are 12 schools in the reference data (red overlay), and the algorithm detected 16 schools (green overlay) among which 8 are true positives. IIM 2014 c 2014, Aksoy et al. (Bilkent University) 21 / 31

24 School water swimmingpool shrub otherbarren sand tidalflat wetland drygrass pasturehay cultivatedcrop greengrass roof road shadow tree clearcut building 1,1 1,2 1,3 1,4 1,5 2,1 2,2 2,3 2,4 2,5 3,1 3,2 3,3 3,4 3,5 4,1 4,2 4,3 4,4 4,5 5,1 5,2 5,3 5,4 5,5 6,1 6,2 6,3 6,4 6,5 7,1 7,2 7,3 7,4 7,5 8,1 8,2 8,3 8,4 8,5 9,1 9,2 9,3 9,4 9,5 10,1 10,2 10,3 10,4 10,5 11,1 11,2 11,3 11,4 11,5 12,1 12,2 12,3 12,4 12,5 13,1 13,2 13,3 13,4 13,5 14,1 14,2 14,3 14,4 14,5 15,1 15,2 15,3 15,4 15,5 16,1 16,2 16,3 16,4 16,5 17,1 17,2 17,3 17,4 17,5 11,513,5 17,5 17,4 12,515,5 8,2 17,5 8,2 12,5 4,2 14,2 4,2 11,5 7,5 8,3 8,5 14,2 7,3 14,2 8,3 12,5 8,5 14,1 5,2 8,2 8,5 14,3 11,514,3 1,1 11,5 8,1 17,4 1,1 5,2 8,4 17,2 4,5 14,2 4,1 12,1 4,2 17,5 4,4 7,5 8,2 17,4 4,2 12,1 7,5 17,4 8,5 13,4 11,417,5 7,5 12,5 3,2 12,5 5,1 17,4 6,2 8,2 6,2 11,1 4,5 12,5 9,2 14,3 4,1 14,1 7,2 17,5 8,4 13,3 4,5 11,2 4,5 15,3 11,515,5 4,5 11,1 4,2 17,4 4,4 4,5 4,5 12,1 8,5 15,2 4,2 14,4 8,3 14,4 9,3 14,4 4,5 14,1 9,5 14,3 4,2 9,4 9,4 12,4 9,4 12,5 9,4 13,4 IIM 2014 c 2014, Aksoy et al. (Bilkent University) 22 / 31

25 Park IIM 2014 c 2014, Aksoy et al. (Bilkent University) 23 / 31

26 Park IIM 2014 c 2014, Aksoy et al. (Bilkent University) 23 / 31

27 Park IIM 2014 c 2014, Aksoy et al. (Bilkent University) 23 / 31

28 Park water 1,1 1,2 1,3 1,4 1,5 swimmingpool 2,1 2,2 2,3 2,4 2,5 shrub 3,1 3,2 3,3 3,4 3,5 otherbarren 4,1 4,2 4,3 4,4 4,5 sand 5,1 5,2 5,3 5,4 5,5 tidalflat 6,1 6,2 6,3 6,4 6,5 wetland 7,1 7,2 7,3 7,4 7,5 drygrass 8,1 8,2 8,3 8,4 8,5 pasturehay 9,1 9,2 9,3 9,4 9,5 cultivatedcrop 10,1 10,2 10,3 10,4 10,5 greengrass 11,1 11,2 11,3 11,4 11,5 roof 12,1 12,2 12,3 12,4 12,5 road 13,1 13,2 13,3 13,4 13,5 shadow 14,1 14,2 14,3 14,4 14,5 tree 15,1 15,2 15,3 15,4 15,5 clearcut 16,1 16,2 16,3 16,4 16,5 building 17,1 17,2 17,3 17,4 17,5 1,515,5 8,511,1 15,515,5 11,3 1,21,2 11,4 1,58,2 1,515,1 4,211,5 11,17,4 5,213,3 7,512,2 4,214,2 1,53,5 8,517,4 8,211,5 11,512,1 4,211,1 4,311,5 11,515,5 7,212,3 1,48,3 4,511,4 8,314,4 8,311,4 5,211,2 8,19,3 1,211,1 3,5 8,317,4 5,111,3 4,48,3 7,213,2 11,512,2 7,417,4 4,29,3 9,311,1 1,211,3 1,512,5 8,49,4 8,211,3 1,18,1 1,31,5 8,411,2 8,19,4 8,413,1 3,216,4 11,16,4 15,416,4 11,513,3 3,213,2 5,215,2 9,217,1 4,412,1 7,58,2 7,311,5 5,213,1 1,110,2 10,211,2 1,24,4 3,24,4 3,211,1 4,414,2 4,27,2 7,312,1 4,215,3 4,25,1 7,38,2 8,28,5 5,18,5 1,27,3 1,211,4 11,513,1 1,511,5 4,415,2 1,213,3 8,417,5 8,217,4 11,314,5 14,515,3 1,18,5 7,18,2 1,17,5 11,415,2 11,415,4 11,214,3 2,2 2,24,1 2,28,2 2,28,3 2,211,1 2,212,2 2,212,3 2,213,2 2,213,5 2,214,1 2,214,4 2,215,2 2,215,5 2,217,2 1,411,5 1,1 IIM 2014 c 2014, Aksoy et al. (Bilkent University) 24 / 31

29 Residential IIM 2014 c 2014, Aksoy et al. (Bilkent University) 25 / 31

30 Residential IIM 2014 c 2014, Aksoy et al. (Bilkent University) 25 / 31

31 Residential IIM 2014 c 2014, Aksoy et al. (Bilkent University) 25 / 31

32 Residential water 1,1 1,2 1,3 1,4 1,5 swimmingpool 2,1 2,2 2,3 2,4 2,5 shrub 3,1 3,2 3,3 3,4 3,5 otherbarren 4,1 4,2 4,3 4,4 4,5 sand 5,1 5,2 5,3 5,4 5,5 tidalflat 6,1 6,2 6,3 6,4 6,5 wetland 7,1 7,2 7,3 7,4 7,5 drygrass 8,1 8,2 8,3 8,4 8,5 pasturehay 9,1 9,2 9,3 9,4 9,5 cultivatedcrop 10,1 10,2 10,3 10,4 10,5 greengrass 11,1 11,2 11,3 11,4 11,5 roof 12,1 12,2 12,3 12,4 12,5 road 13,1 13,2 13,3 13,4 13,5 shadow 14,1 14,2 14,3 14,4 14,5 tree 15,1 15,2 15,3 15,4 15,5 clearcut 16,1 16,2 16,3 16,4 16,5 building 17,1 17,2 17,3 17,4 17,5 13,513,5 15,515,5 13,17,1 13,313,5 13,417,3 15,517,1 13,514,2 13,514,1 13,514,3 11,314,1 15,16,4 17,1 8,314,1 15,15,5 13,313,4 8,411,3 13,417,5 13,413,4 13,515,5 8,111,3 7,417,2 13,213,4 12,415,1 1,115,3 15,415,5 14,315,2 3,215,3 8,317,3 12,414,4 4,213,3 12,313,2 14,15,5 14,315,1 8,312,1 11,12,5 13,17,3 11,412,5 13,213,3 12,513,3 1,58,1 13,317,4 13,13,2 11,417,2 4,313,4 12,212,5 8,317,1 12,212,3 1,114,3 14,315,3 1,213,4 12,315,5 8,414,3 14,315,4 1,11,1 1,115,4 5,117,1 12,314,2 11,217,5 11,311,5 7,214,1 13,217,3 1,113,4 7,212,3 1,412,2 12,416,1 12,516,1 15,216,1 11,517,3 1,215,4 1,215,3 12,515,5 8,314,5 8,514,5 7,28,1 14,14,1 14,17,3 13,15,1 1,413,3 12,413,1 13,414,5 1,115,2 12,217,5 12,515,2 8,315,1 13,413,5 14,17,1 13,313,3 14,17,2 3,214,1 3,213,4 13,16,4 3,214,2 14,217,2 7,414,2 17,17,1 11,311,3 1,515,1 13,213,2 17,17,5 1,514,4 11,314,2 IIM 2014 c 2014, Aksoy et al. (Bilkent University) 26 / 31

33 Retail IIM 2014 c 2014, Aksoy et al. (Bilkent University) 27 / 31

34 Retail IIM 2014 c 2014, Aksoy et al. (Bilkent University) 27 / 31

35 Retail IIM 2014 c 2014, Aksoy et al. (Bilkent University) 27 / 31

36 Retail water swimmingpool shrub otherbarren sand tidalflat wetland drygrass pasturehay cultivatedcrop greengrass roof road shadow tree clearcut building 1,1 1,2 1,3 1,4 1,5 2,1 2,2 2,3 2,4 2,5 3,1 3,2 3,3 3,4 3,5 4,1 4,2 4,3 4,4 4,5 5,1 5,2 5,3 5,4 5,5 6,1 6,2 6,3 6,4 6,5 7,1 7,2 7,3 7,4 7,5 8,1 8,2 8,3 8,4 8,5 9,1 9,2 9,3 9,4 9,5 10,1 10,2 10,3 10,4 10,5 11,1 11,2 11,3 11,4 11,5 12,1 12,2 12,3 12,4 12,5 13,1 13,2 13,3 13,4 13,5 14,1 14,2 14,3 14,4 14,5 15,1 15,2 15,3 15,4 15,5 16,1 16,2 16,3 16,4 16,5 17,1 17,2 17,3 17,4 17,5 12,1 12,5 12,2 12,5 12,1 17,5 12,3 15,5 15,5 17,5 1,1 12,4 17,2 17,5 12,3 14,1 14,3 15,1 11,1 12,3 12,1 12,4 12,3 17,5 12,3 14,2 8,3 12,4 12,4 15,1 12,4 12,4 13,1 17,3 12,3 13,3 1,1 12,5 4,1 12,3 12,3 15,1 12,1 17,3 12,1 14,3 14,2 17,5 IIM 2014 c 2014, Aksoy et al. (Bilkent University) 28 / 31

37 Power IIM 2014 c 2014, Aksoy et al. (Bilkent University) 29 / 31

38 Power IIM 2014 c 2014, Aksoy et al. (Bilkent University) 29 / 31

39 Power IIM 2014 c 2014, Aksoy et al. (Bilkent University) 29 / 31

40 Power water swimmingpool shrub otherbarren sand tidalflat wetland drygrass pasturehay cultivatedcrop greengrass roof road shadow tree clearcut building 1,1 1,2 1,3 1,4 1,5 1,6 1,7 1,8 1,9 1,10 2,1 2,2 2,3 2,4 2,5 2,6 2,7 2,8 2,9 2,10 3,1 3,2 3,3 3,4 3,5 3,6 3,7 3,8 3,9 3,10 4,1 4,2 4,3 4,4 4,5 4,6 4,7 4,8 4,9 4,10 5,1 5,2 5,3 5,4 5,5 5,6 5,7 5,8 5,9 5,10 6,1 6,2 6,3 6,4 6,5 6,6 6,7 6,8 6,9 6,10 7,1 7,2 7,3 7,4 7,5 7,6 7,7 7,8 7,9 7,10 8,1 8,2 8,3 8,4 8,5 8,6 8,7 8,8 8,9 8,10 9,1 9,2 9,3 9,4 9,5 9,6 9,7 9,8 9,9 9,10 10,1 10,2 10,3 10,4 10,5 10,6 10,7 10,8 10,910,10 11,1 11,2 11,3 11,4 11,5 11,6 11,7 11,8 11,911,10 12,1 12,2 12,3 12,4 12,5 12,6 12,7 12,8 12,912,10 13,1 13,2 13,3 13,4 13,5 13,6 13,7 13,8 13,913,10 14,1 14,2 14,3 14,4 14,5 14,6 14,7 14,8 14,914,10 15,1 15,2 15,3 15,4 15,5 15,6 15,7 15,8 15,915,10 16,1 16,2 16,3 16,4 16,5 16,6 16,7 16,8 16,916,10 17,1 17,2 17,3 17,4 17,5 17,6 17,7 17,8 17,917,10 8,2 11,6 4,10 14,7 4,5 13,10 12,1 12,6 6,5 4,6 6,5 4,1 4,7 4,1 13,8 4,1 17,10 IIM 2014 c 2014, Aksoy et al. (Bilkent University) 30 / 31

41 Conclusions We described an algorithm for the detection of heterogeneous objects in very high spatial resolution images. We used occurrence and co-occurrence histograms of regions in image windows as features for a logistic regression classifier. Experiments were performed using shape data from the Open Street Map. Future work includes more detailed evaluation of different parameters and object classes. IIM 2014 c 2014, Aksoy et al. (Bilkent University) 31 / 31

Detection of Compound Structures in Very High Spatial Resolution Images

Detection of Compound Structures in Very High Spatial Resolution Images Detection of Compound Structures in Very High Spatial Resolution Images Selim Aksoy Department of Computer Engineering Bilkent University Bilkent, 06800, Ankara, Turkey saksoy@cs.bilkent.edu.tr Joint work

More information

AUTOMATIC DETECTION OF HEDGES AND ORCHARDS USING VERY HIGH SPATIAL RESOLUTION IMAGERY

AUTOMATIC DETECTION OF HEDGES AND ORCHARDS USING VERY HIGH SPATIAL RESOLUTION IMAGERY AUTOMATIC DETECTION OF HEDGES AND ORCHARDS USING VERY HIGH SPATIAL RESOLUTION IMAGERY Selim Aksoy Department of Computer Engineering, Bilkent University, Bilkent, 06800, Ankara, Turkey saksoy@cs.bilkent.edu.tr

More information

This week we will work with your Landsat images and classify them using supervised classification.

This week we will work with your Landsat images and classify them using supervised classification. GEPL 4500/5500 Lab 4: Supervised Classification: Part I: Selecting Training Sets Due: 4/6/04 This week we will work with your Landsat images and classify them using supervised classification. There are

More information

Chapter 2. Organizing Data. Slide 2-2. Copyright 2012, 2008, 2005 Pearson Education, Inc.

Chapter 2. Organizing Data. Slide 2-2. Copyright 2012, 2008, 2005 Pearson Education, Inc. Chapter 2 Organizing Data Slide 2-2 Section 2.1 Variables and Data Slide 2-3 Definition 2.1 Variables Variable: A characteristic that varies from one person or thing to another. Qualitative variable: A

More information

large area By Juan Felipe Villegas E Scientific Colloquium Forest information technology

large area By Juan Felipe Villegas E Scientific Colloquium Forest information technology A comparison of three different Land use classification methods based on high resolution satellite images to find an appropriate methodology to be applied on a large area By Juan Felipe Villegas E Scientific

More information

Color Image Processing

Color Image Processing Color Image Processing Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr Color Used heavily in human vision. Visible spectrum for humans is 400 nm (blue) to 700

More information

Hybrid algorithm for floor detection using GSM signals in indoor localisation task

Hybrid algorithm for floor detection using GSM signals in indoor localisation task Hybrid algorithm for floor detection using GSM signals in indoor localisation task Marcin Luckner 1 Rafa l Górak 1 1 Faculty of Mathematics and Information Sciences Warsaw University of Technology HAIS

More information

Evaluating the Effects of Shadow Detection on QuickBird Image Classification and Spectroradiometric Restoration

Evaluating the Effects of Shadow Detection on QuickBird Image Classification and Spectroradiometric Restoration Remote Sens. 2013, 5, 4450-4469; doi:10.3390/rs5094450 Article OPEN ACCESS Remote Sensing ISSN 2072-4292 www.mdpi.com/journal/remotesensing Evaluating the Effects of Shadow Detection on QuickBird Image

More information

REMOTE SENSING INTERPRETATION

REMOTE SENSING INTERPRETATION REMOTE SENSING INTERPRETATION Jan Clevers Centre for Geo-Information - WU Remote Sensing --> RS Sensor at a distance EARTH OBSERVATION EM energy Earth RS is a tool; one of the sources of information! 1

More information

IMPROVEMENT IN THE DETECTION OF LAND COVER CLASSES USING THE WORLDVIEW-2 IMAGERY

IMPROVEMENT IN THE DETECTION OF LAND COVER CLASSES USING THE WORLDVIEW-2 IMAGERY IMPROVEMENT IN THE DETECTION OF LAND COVER CLASSES USING THE WORLDVIEW-2 IMAGERY Ahmed Elsharkawy 1,2, Mohamed Elhabiby 1,3 & Naser El-Sheimy 1,4 1 Dept. of Geomatics Engineering, University of Calgary

More information

Region Based Satellite Image Segmentation Using JSEG Algorithm

Region Based Satellite Image Segmentation Using JSEG Algorithm Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 5, May 2015, pg.1012

More information

Image Classification (Decision Rules and Classification)

Image Classification (Decision Rules and Classification) Exercise #5D Image Classification (Decision Rules and Classification) Objective Choose how pixels will be allocated to classes Learn how to evaluate the classification Once signatures have been defined

More information

An Experiment-Based Quantitative and Comparative Analysis of Target Detection and Image Classification Algorithms for Hyperspectral Imagery

An Experiment-Based Quantitative and Comparative Analysis of Target Detection and Image Classification Algorithms for Hyperspectral Imagery 1044 IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING, VOL. 38, NO. 2, MARCH 2000 An Experiment-Based Quantitative and Comparative Analysis of Target Detection and Image Classification Algorithms for

More information

Classification in Image processing: A Survey

Classification in Image processing: A Survey Classification in Image processing: A Survey Rashmi R V, Sheela Sridhar Department of computer science and Engineering, B.N.M.I.T, Bangalore-560070 Department of computer science and Engineering, B.N.M.I.T,

More information

Spatial Analyst is an extension in ArcGIS specially designed for working with raster data.

Spatial Analyst is an extension in ArcGIS specially designed for working with raster data. Spatial Analyst is an extension in ArcGIS specially designed for working with raster data. 1 Do you remember the difference between vector and raster data in GIS? 2 In Lesson 2 you learned about the difference

More information

Kernels and Support Vector Machines

Kernels and Support Vector Machines Kernels and Support Vector Machines Machine Learning CSE446 Sham Kakade University of Washington November 1, 2016 2016 Sham Kakade 1 Announcements: Project Milestones coming up HW2 You ve implemented GD,

More information

Land Cover Analysis to Determine Areas of Clear-cut and Forest Cover in Olney, Montana. Geob 373 Remote Sensing. Dr Andreas Varhola, Kathry De Rego

Land Cover Analysis to Determine Areas of Clear-cut and Forest Cover in Olney, Montana. Geob 373 Remote Sensing. Dr Andreas Varhola, Kathry De Rego 1 Land Cover Analysis to Determine Areas of Clear-cut and Forest Cover in Olney, Montana Geob 373 Remote Sensing Dr Andreas Varhola, Kathry De Rego Zhu an Lim (14292149) L2B 17 Apr 2016 2 Abstract Montana

More information

Outline Remote Sensing Defined Resolution Electromagnetic Energy (EMR) Types Interpretation Applications 2

Outline Remote Sensing Defined Resolution Electromagnetic Energy (EMR) Types Interpretation Applications 2 Introduction to Remote Sensing 1 Outline Remote Sensing Defined Resolution Electromagnetic Energy (EMR) Types Interpretation Applications 2 Remote Sensing Defined Remote Sensing is: The art and science

More information

Caatinga - Appendix. Collection 3. Version 1. General coordinator Washington J. S. Franca Rocha (UEFS)

Caatinga - Appendix. Collection 3. Version 1. General coordinator Washington J. S. Franca Rocha (UEFS) Caatinga - Appendix Collection 3 Version 1 General coordinator Washington J. S. Franca Rocha (UEFS) Team Diego Pereira Costa (UEFS/GEODATIN) Frans Pareyn (APNE) José Luiz Vieira (APNE) Rodrigo N. Vasconcelos

More information

CLASSIFICATION OF VEGETATION AREA FROM SATELLITE IMAGES USING IMAGE PROCESSING TECHNIQUES ABSTRACT

CLASSIFICATION OF VEGETATION AREA FROM SATELLITE IMAGES USING IMAGE PROCESSING TECHNIQUES ABSTRACT CLASSIFICATION OF VEGETATION AREA FROM SATELLITE IMAGES USING IMAGE PROCESSING TECHNIQUES Arpita Pandya Research Scholar, Computer Science, Rai University, Ahmedabad Dr. Priya R. Swaminarayan Professor

More information

APCAS/10/21 April 2010 ASIA AND PACIFIC COMMISSION ON AGRICULTURAL STATISTICS TWENTY-THIRD SESSION. Siem Reap, Cambodia, April 2010

APCAS/10/21 April 2010 ASIA AND PACIFIC COMMISSION ON AGRICULTURAL STATISTICS TWENTY-THIRD SESSION. Siem Reap, Cambodia, April 2010 APCAS/10/21 April 2010 Agenda Item 8 ASIA AND PACIFIC COMMISSION ON AGRICULTURAL STATISTICS TWENTY-THIRD SESSION Siem Reap, Cambodia, 26-30 April 2010 The Use of Remote Sensing for Area Estimation by Robert

More information

Computer Vision. Intensity transformations

Computer Vision. Intensity transformations Computer Vision Intensity transformations Filippo Bergamasco (filippo.bergamasco@unive.it) http://www.dais.unive.it/~bergamasco DAIS, Ca Foscari University of Venice Academic year 2016/2017 Introduction

More information

* Tokai University Research and Information Center

* Tokai University Research and Information Center Effects of tial Resolution to Accuracies for t HRV and Classification ta Haruhisa SH Kiyonari i KASA+, uji, and Toshibumi * Tokai University Research and nformation Center 2-28-4 Tomigaya, Shi, T 151,

More information

GE 113 REMOTE SENSING

GE 113 REMOTE SENSING GE 113 REMOTE SENSING Topic 8. Image Classification and Accuracy Assessment Lecturer: Engr. Jojene R. Santillan jrsantillan@carsu.edu.ph Division of Geodetic Engineering College of Engineering and Information

More information

An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods

An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods 19 An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods T.Arunachalam* Post Graduate Student, P.G. Dept. of Computer Science, Govt Arts College, Melur - 625 106 Email-Arunac682@gmail.com

More information

Package Anaquin. January 12, 2019

Package Anaquin. January 12, 2019 Type Package Title Statistical analysis of sequins Version 2.6.1 Date 2017-08-08 Author Ted Wong Package Anaquin January 12, 2019 Maintainer Ted Wong The project is intended to support

More information

Introduction to Remote Sensing

Introduction to Remote Sensing Introduction to Remote Sensing 1 Outline Remote Sensing Defined Electromagnetic Energy (EMR) Resolution Interpretation 2 Remote Sensing Defined Remote Sensing is: The art and science of obtaining information

More information

Sabanci-Okan System at Plant Identication Competition

Sabanci-Okan System at Plant Identication Competition Sabanci-Okan System at ImageClef 2013 Plant Identication Competition B. Yanıkoğlu 1, E. Aptoula 2 ve S. Tolga Yildiran 1 1 Sabancı University 2 Okan University Istanbul, Turkey Problem & Motivation Task:

More information

TDI2131 Digital Image Processing

TDI2131 Digital Image Processing TDI2131 Digital Image Processing Image Enhancement in Spatial Domain Lecture 3 John See Faculty of Information Technology Multimedia University Some portions of content adapted from Zhu Liu, AT&T Labs.

More information

What is an image? Bernd Girod: EE368 Digital Image Processing Pixel Operations no. 1. A digital image can be written as a matrix

What is an image? Bernd Girod: EE368 Digital Image Processing Pixel Operations no. 1. A digital image can be written as a matrix What is an image? Definition: An image is a 2-dimensional light intensity function, f(x,y), where x and y are spatial coordinates, and f at (x,y) is related to the brightness of the image at that point.

More information

Advances in the Processing of VHR Optical Imagery in Support of Safeguards Verification

Advances in the Processing of VHR Optical Imagery in Support of Safeguards Verification Member of the Helmholtz Association Symposium on International Safeguards: Linking Strategy, Implementation and People IAEA-CN220, Vienna, Oct 20-24, 2014 Session: New Trends in Commercial Satellite Imagery

More information

Outline Remote Sensing Defined Resolution Electromagnetic Energy (EMR) Types Interpretation Applications

Outline Remote Sensing Defined Resolution Electromagnetic Energy (EMR) Types Interpretation Applications Introduction to Remote Sensing Outline Remote Sensing Defined Resolution Electromagnetic Energy (EMR) Types Interpretation Applications Remote Sensing Defined Remote Sensing is: The art and science of

More information

Chapter 17. Shape-Based Operations

Chapter 17. Shape-Based Operations Chapter 17 Shape-Based Operations An shape-based operation identifies or acts on groups of pixels that belong to the same object or image component. We have already seen how components may be identified

More information

Project summary. Key findings, Winter: Key findings, Spring:

Project summary. Key findings, Winter: Key findings, Spring: Summary report: Assessing Rusty Blackbird habitat suitability on wintering grounds and during spring migration using a large citizen-science dataset Brian S. Evans Smithsonian Migratory Bird Center October

More information

Keywords: Agriculture, Olive Trees, Supervised Classification, Landsat TM, QuickBird, Remote Sensing.

Keywords: Agriculture, Olive Trees, Supervised Classification, Landsat TM, QuickBird, Remote Sensing. Classification of agricultural fields by using Landsat TM and QuickBird sensors. The case study of olive trees in Lesvos island. Christos Vasilakos, University of the Aegean, Department of Environmental

More information

VALIDATION OF A SEMI-AUTOMATED CLASSIFICATION APPROACH FOR URBAN GREEN STRUCTURE

VALIDATION OF A SEMI-AUTOMATED CLASSIFICATION APPROACH FOR URBAN GREEN STRUCTURE VALIDATION OF A SEMI-AUTOMATED CLASSIFICATION APPROACH FOR URBAN GREEN STRUCTURE Øivind Due Trier a, * and Einar Lieng b a Norwegian Computing Center, Gaustadalléen 23, P.O. Box 114 Blindern, NO-0314 Oslo,

More information

CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES

CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES In addition to colour based estimation of apple quality, various models have been suggested to estimate external attribute based

More information

A new quad-tree segmented image compression scheme using histogram analysis and pattern matching

A new quad-tree segmented image compression scheme using histogram analysis and pattern matching University of Wollongong Research Online University of Wollongong in Dubai - Papers University of Wollongong in Dubai A new quad-tree segmented image compression scheme using histogram analysis and pattern

More information

IMAGE QUATY ASSESSMENT FOR VHR REMOTE SENSING IMAGE CLASSIFICATION

IMAGE QUATY ASSESSMENT FOR VHR REMOTE SENSING IMAGE CLASSIFICATION IMAGE QUATY ASSESSMENT FOR VHR REMOTE SENSING IMAGE CLASSIFICATION Zhipeng LI a,b, Li SHEN a,b Linmei WU a,b a State-province Joint Engineering Laboratory of Spatial Information Technology for High-speed

More information

Unsupervised Clustering of EO-1 ALI Panchromatic Data Using Multilevel Local Pattern Histograms and Latent Dirichlet Allocation Classification

Unsupervised Clustering of EO-1 ALI Panchromatic Data Using Multilevel Local Pattern Histograms and Latent Dirichlet Allocation Classification ANALELE UNIVERSITĂłII EFTIMIE MURGU REŞIłA ANUL XVIII, NR., 011, ISSN 1453-7397 Costăchioiu Teodor, Niță Iulian, Lăzărescu Vasile, Datcu Mihai Unsupervised Clustering of EO-1 ALI Panchromatic Data Using

More information

Mixed Pixels Endmembers & Spectral Unmixing

Mixed Pixels Endmembers & Spectral Unmixing Mixed Pixels Endmembers & Spectral Unmixing Mixed Pixel Analysis 1 Mixed Pixels and Spectral Unmixing Spectral Mixtures Areal Aggregate Intimate TYPES of MIXTURES Areal Aggregate Intimate Pixel 1 Pixel

More information

Iris Recognition using Histogram Analysis

Iris Recognition using Histogram Analysis Iris Recognition using Histogram Analysis Robert W. Ives, Anthony J. Guidry and Delores M. Etter Electrical Engineering Department, U.S. Naval Academy Annapolis, MD 21402-5025 Abstract- Iris recognition

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY

MASSACHUSETTS INSTITUTE OF TECHNOLOGY MASSACHUSETTS INSTITUTE OF TECHNOLOGY 15.053 Optimization Methods in Management Science (Spring 2007) Problem Set 7 Due April 12 th, 2007 at :30 pm. You will need 157 points out of 185 to receive a grade

More information

LAND USE MAP PRODUCTION BY FUSION OF MULTISPECTRAL CLASSIFICATION OF LANDSAT IMAGES AND TEXTURE ANALYSIS OF HIGH RESOLUTION IMAGES

LAND USE MAP PRODUCTION BY FUSION OF MULTISPECTRAL CLASSIFICATION OF LANDSAT IMAGES AND TEXTURE ANALYSIS OF HIGH RESOLUTION IMAGES LAND USE MAP PRODUCTION BY FUSION OF MULTISPECTRAL CLASSIFICATION OF LANDSAT IMAGES AND TEXTURE ANALYSIS OF HIGH RESOLUTION IMAGES Xavier OTAZU, Roman ARBIOL Institut Cartogràfic de Catalunya, Spain xotazu@icc.es,

More information

Remote Sensing. The following figure is grey scale display of SPOT Panchromatic without stretching.

Remote Sensing. The following figure is grey scale display of SPOT Panchromatic without stretching. Remote Sensing Objectives This unit will briefly explain display of remote sensing image, geometric correction, spatial enhancement, spectral enhancement and classification of remote sensing image. At

More information

December 28, Dr. Praveen Sankaran (Department of ECE NIT Calicut DIP)

December 28, Dr. Praveen Sankaran (Department of ECE NIT Calicut DIP) Dr. Praveen Sankaran Department of ECE NIT Calicut December 28, 2012 Winter 2013 December 28, 2012 1 / 18 Outline 1 Piecewise-Linear Functions Review 2 Histogram Processing Winter 2013 December 28, 2012

More information

Quantitative Assessment of the Individuality of Friction Ridge Patterns

Quantitative Assessment of the Individuality of Friction Ridge Patterns Quantitative Assessment of the Individuality of Friction Ridge Patterns Sargur N. Srihari with H. Srinivasan, G. Fang, P. Phatak, V. Krishnaswamy Department of Computer Science and Engineering University

More information

Digital Halftoning. Sasan Gooran. PhD Course May 2013

Digital Halftoning. Sasan Gooran. PhD Course May 2013 Digital Halftoning Sasan Gooran PhD Course May 2013 DIGITAL IMAGES (pixel based) Scanning Photo Digital image ppi (pixels per inch): Number of samples per inch ppi (pixels per inch) ppi (scanning resolution):

More information

DISTINGUISHING URBAN BUILT-UP AND BARE SOIL FEATURES FROM LANDSAT 8 OLI IMAGERY USING DIFFERENT DEVELOPED BAND INDICES

DISTINGUISHING URBAN BUILT-UP AND BARE SOIL FEATURES FROM LANDSAT 8 OLI IMAGERY USING DIFFERENT DEVELOPED BAND INDICES DISTINGUISHING URBAN BUILT-UP AND BARE SOIL FEATURES FROM LANDSAT 8 OLI IMAGERY USING DIFFERENT DEVELOPED BAND INDICES Mark Daryl C. Janiola (1), Jigg L. Pelayo (1), John Louis J. Gacad (1) (1) Central

More information

Remote Sensing. Odyssey 7 Jun 2012 Benjamin Post

Remote Sensing. Odyssey 7 Jun 2012 Benjamin Post Remote Sensing Odyssey 7 Jun 2012 Benjamin Post Definitions Applications Physics Image Processing Classifiers Ancillary Data Data Sources Related Concepts Outline Big Picture Definitions Remote Sensing

More information

Fast Blur Removal for Wearable QR Code Scanners (supplemental material)

Fast Blur Removal for Wearable QR Code Scanners (supplemental material) Fast Blur Removal for Wearable QR Code Scanners (supplemental material) Gábor Sörös, Stephan Semmler, Luc Humair, Otmar Hilliges Department of Computer Science ETH Zurich {gabor.soros otmar.hilliges}@inf.ethz.ch,

More information

DEVELOPMENT OF A NEW SOUTH AFRICAN LAND-COVER DATASET USING AUTOMATED MAPPING TECHINQUES. Mark Thompson 1

DEVELOPMENT OF A NEW SOUTH AFRICAN LAND-COVER DATASET USING AUTOMATED MAPPING TECHINQUES. Mark Thompson 1 DEVELOPMENT OF A NEW SOUTH AFRICAN LAND-COVER DATASET USING AUTOMATED MAPPING TECHINQUES. Mark Thompson 1 1 GeoTerraImage Pty Ltd, Pretoria, South Africa Abstract This talk will discuss the development

More information

BBM 413 Fundamentals of Image Processing. Erkut Erdem Dept. of Computer Engineering Hacettepe University. Point Operations Histogram Processing

BBM 413 Fundamentals of Image Processing. Erkut Erdem Dept. of Computer Engineering Hacettepe University. Point Operations Histogram Processing BBM 413 Fundamentals of Image Processing Erkut Erdem Dept. of Computer Engineering Hacettepe University Point Operations Histogram Processing Today s topics Point operations Histogram processing Today

More information

Advanced Techniques for Mobile Robotics Location-Based Activity Recognition

Advanced Techniques for Mobile Robotics Location-Based Activity Recognition Advanced Techniques for Mobile Robotics Location-Based Activity Recognition Wolfram Burgard, Cyrill Stachniss, Kai Arras, Maren Bennewitz Activity Recognition Based on L. Liao, D. J. Patterson, D. Fox,

More information

BBM 413! Fundamentals of! Image Processing!

BBM 413! Fundamentals of! Image Processing! BBM 413! Fundamentals of! Image Processing! Today s topics" Point operations! Histogram processing! Erkut Erdem" Dept. of Computer Engineering" Hacettepe University" "! Point Operations! Histogram Processing!

More information

A MULTISTAGE APPROACH FOR DETECTING AND CORRECTING SHADOWS IN QUICKBIRD IMAGERY

A MULTISTAGE APPROACH FOR DETECTING AND CORRECTING SHADOWS IN QUICKBIRD IMAGERY A MULTISTAGE APPROACH FOR DETECTING AND CORRECTING SHADOWS IN QUICKBIRD IMAGERY Jindong Wu, Assistant Professor Department of Geography California State University, Fullerton 800 North State College Boulevard

More information

Machine Learning. Classification, Discriminative learning. Marc Toussaint University of Stuttgart Summer 2014

Machine Learning. Classification, Discriminative learning. Marc Toussaint University of Stuttgart Summer 2014 Machine Learning Classification, Discriminative learning Structured output, structured input, discriminative function, joint input-output features, Likelihood Maximization, Logistic regression, binary

More information

BBM 413 Fundamentals of Image Processing. Erkut Erdem Dept. of Computer Engineering Hacettepe University. Point Operations Histogram Processing

BBM 413 Fundamentals of Image Processing. Erkut Erdem Dept. of Computer Engineering Hacettepe University. Point Operations Histogram Processing BBM 413 Fundamentals of Image Processing Erkut Erdem Dept. of Computer Engineering Hacettepe University Point Operations Histogram Processing Today s topics Point operations Histogram processing Today

More information

Empirical Assessment of Classification Accuracy of Local SVM

Empirical Assessment of Classification Accuracy of Local SVM Empirical Assessment of Classification Accuracy of Local SVM Nicola Segata Enrico Blanzieri Department of Engineering and Computer Science (DISI) University of Trento, Italy. segata@disi.unitn.it 18th

More information

Image Processing Lecture 4

Image Processing Lecture 4 Image Enhancement Image enhancement aims to process an image so that the output image is more suitable than the original. It is used to solve some computer imaging problems, or to improve image quality.

More information

Object based swimming pool extraction to support West Nile Virus control efforts

Object based swimming pool extraction to support West Nile Virus control efforts Object based swimming pool extraction to support West Nile Virus control efforts Minho Kim, James B. Holt, Janet B. Croft, and Rebecca J. Eisen United States Centers for Disease Control and Prevention

More information

PASS Sample Size Software

PASS Sample Size Software Chapter 945 Introduction This section describes the options that are available for the appearance of a histogram. A set of all these options can be stored as a template file which can be retrieved later.

More information

Multispectral Data Analysis: A Moderate Dimension Example

Multispectral Data Analysis: A Moderate Dimension Example Multispectral Data Analysis: A Moderate Dimension Example David Landgrebe School of Electrical Engineering Purdue University West Lafayette IN 47907-1285 landgreb@ecn.purdue.edu In this monograph we illustrate

More information

Building a Computer Mahjong Player Based on Monte Carlo Simulation and Opponent Models

Building a Computer Mahjong Player Based on Monte Carlo Simulation and Opponent Models Building a Computer Mahjong Player Based on Monte Carlo Simulation and Opponent Models Naoki Mizukami 1 and Yoshimasa Tsuruoka 1 1 The University of Tokyo 1 Introduction Imperfect information games are

More information

QGIS LAB SERIES GST 101: Introduction to Geospatial Technology Lab 6: Understanding Remote Sensing and Analysis

QGIS LAB SERIES GST 101: Introduction to Geospatial Technology Lab 6: Understanding Remote Sensing and Analysis QGIS LAB SERIES GST 101: Introduction to Geospatial Technology Lab 6: Understanding Remote Sensing and Analysis Objective Explore and Understand How to Display and Analyze Remotely Sensed Imagery Document

More information

New Feature Extraction Technique for Color Image Clustering

New Feature Extraction Technique for Color Image Clustering New Feature Extraction Technique for Color Image Clustering Manish Maheshwari *, Dr. Mahesh Motwani, Dr. Sanjay Silakari Abstract The fundamental data clustering problem may be defined as the process of

More information

PROCEEDINGS - AAG MIDDLE STATES DIVISION - VOL. 21, 1988

PROCEEDINGS - AAG MIDDLE STATES DIVISION - VOL. 21, 1988 PROCEEDINGS - AAG MIDDLE STATES DIVISION - VOL. 21, 1988 SPOTTING ONEONTA: A COMPARISON OF SPOT 1 AND landsat 1 IN DETECTING LAND COVER PATTERNS IN A SMALL URBAN AREA Paul R. Baumann Department of Geography

More information

Image Denoising using Dark Frames

Image Denoising using Dark Frames Image Denoising using Dark Frames Rahul Garg December 18, 2009 1 Introduction In digital images there are multiple sources of noise. Typically, the noise increases on increasing ths ISO but some noise

More information

Image interpretation I and II

Image interpretation I and II Image interpretation I and II Looking at satellite image, identifying different objects, according to scale and associated information and to communicate this information to others is what we call as IMAGE

More information

Color Constancy Using Standard Deviation of Color Channels

Color Constancy Using Standard Deviation of Color Channels 2010 International Conference on Pattern Recognition Color Constancy Using Standard Deviation of Color Channels Anustup Choudhury and Gérard Medioni Department of Computer Science University of Southern

More information

Online Appendix to Accompany:

Online Appendix to Accompany: Online Appendix to Accompany: Climate policy, land cover, and bird populations: Differential impacts on the future welfare of birders in the Pacific Northwest Contents A Complete Summary Statistics for

More information

Digital Image Processing. Lecture # 3 Image Enhancement

Digital Image Processing. Lecture # 3 Image Enhancement Digital Image Processing Lecture # 3 Image Enhancement 1 Image Enhancement Image Enhancement 3 Image Enhancement 4 Image Enhancement Process an image so that the result is more suitable than the original

More information

SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS

SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS RADT 3463 - COMPUTERIZED IMAGING Section I: Chapter 2 RADT 3463 Computerized Imaging 1 SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS RADT 3463 COMPUTERIZED IMAGING Section I: Chapter 2 RADT

More information

CoE4TN4 Image Processing. Chapter 3: Intensity Transformation and Spatial Filtering

CoE4TN4 Image Processing. Chapter 3: Intensity Transformation and Spatial Filtering CoE4TN4 Image Processing Chapter 3: Intensity Transformation and Spatial Filtering Image Enhancement Enhancement techniques: to process an image so that the result is more suitable than the original image

More information

Introduction to Remote Sensing

Introduction to Remote Sensing Introduction to Remote Sensing Outline Remote Sensing Defined Resolution Electromagnetic Energy (EMR) Types Interpretation Applications Remote Sensing Defined Remote Sensing is: The art and science of

More information

Chapter 8. Using the GLM

Chapter 8. Using the GLM Chapter 8 Using the GLM This chapter presents the type of change products that can be derived from a GLM enhanced change detection procedure. One advantage to GLMs is that they model the probability of

More information

PRACTICAL IMAGE AND VIDEO PROCESSING USING MATLAB

PRACTICAL IMAGE AND VIDEO PROCESSING USING MATLAB PRACTICAL IMAGE AND VIDEO PROCESSING USING MATLAB OGE MARQUES Florida Atlantic University *IEEE IEEE PRESS WWILEY A JOHN WILEY & SONS, INC., PUBLICATION CONTENTS LIST OF FIGURES LIST OF TABLES FOREWORD

More information

Image Processing. 2. Point Processes. Computer Engineering, Sejong University Dongil Han. Spatial domain processing

Image Processing. 2. Point Processes. Computer Engineering, Sejong University Dongil Han. Spatial domain processing Image Processing 2. Point Processes Computer Engineering, Sejong University Dongil Han Spatial domain processing g(x,y) = T[f(x,y)] f(x,y) : input image g(x,y) : processed image T[.] : operator on f, defined

More information

M. Ellen Dean and Roger M. Hoffer Department of Forestry and Natural Resources. Purdue University, West Lafayette, Indiana

M. Ellen Dean and Roger M. Hoffer Department of Forestry and Natural Resources. Purdue University, West Lafayette, Indiana Evaluation of Thematic Mapper Data and Computer-aided Analysis Techniques for Mapping Forest Cover M. Ellen Dean and Roger M. Hoffer Department of Forestry and Natural Resources Laboratory for Applications

More information

Adaptive matched filter spatial detection performance

Adaptive matched filter spatial detection performance Adaptive matched filter spatial detection performance on standard imagery from a wideband VHF/UHF SAR Mark R. Allen Seth A. Phillips Dm0 J. Sofianos Science Applications International Corporation 10260

More information

CS534 Introduction to Computer Vision. Linear Filters. Ahmed Elgammal Dept. of Computer Science Rutgers University

CS534 Introduction to Computer Vision. Linear Filters. Ahmed Elgammal Dept. of Computer Science Rutgers University CS534 Introduction to Computer Vision Linear Filters Ahmed Elgammal Dept. of Computer Science Rutgers University Outlines What are Filters Linear Filters Convolution operation Properties of Linear Filters

More information

Raster Based Region Growing

Raster Based Region Growing 6th New Zealand Image Processing Workshop (August 99) Raster Based Region Growing Donald G. Bailey Image Analysis Unit Massey University Palmerston North ABSTRACT In some image segmentation applications,

More information

1. PHOTO ESSAY THE GREENING OF DETROIT, : PHYSICAL EFFECTS OF DECLINE

1. PHOTO ESSAY THE GREENING OF DETROIT, : PHYSICAL EFFECTS OF DECLINE 1. PHOTO ESSAY THE GREENING OF DETROIT, 1975-1992: PHYSICAL EFFECTS OF DECLINE John D. Nystuen, The University of Michigan Rhonda Ryznar, The University of Michigan Thomas Wagner, Environmental Research

More information

COMPRESSIVE SENSING BASED ECG MONITORING WITH EFFECTIVE AF DETECTION. Hung Chi Kuo, Yu Min Lin and An Yeu (Andy) Wu

COMPRESSIVE SENSING BASED ECG MONITORING WITH EFFECTIVE AF DETECTION. Hung Chi Kuo, Yu Min Lin and An Yeu (Andy) Wu COMPRESSIVESESIGBASEDMOITORIGWITHEFFECTIVEDETECTIO Hung ChiKuo,Yu MinLinandAn Yeu(Andy)Wu Graduate Institute of Electronics Engineering, ational Taiwan University, Taipei, 06, Taiwan, R.O.C. {charleykuo,

More information

8. Statistical properties of grayscale images

8. Statistical properties of grayscale images Image Processing aboratory 8: Statistical properties of grayscale images 1 8. Statistical properties of grayscale images 8.1. Introduction This laboratory wor presents the main statistic features that

More information

CODE division multiple access (CDMA) systems suffer. A Blind Adaptive Decorrelating Detector for CDMA Systems

CODE division multiple access (CDMA) systems suffer. A Blind Adaptive Decorrelating Detector for CDMA Systems 1530 IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 16, NO. 8, OCTOBER 1998 A Blind Adaptive Decorrelating Detector for CDMA Systems Sennur Ulukus, Student Member, IEEE, and Roy D. Yates, Member,

More information

GE 113 REMOTE SENSING. Topic 7. Image Enhancement

GE 113 REMOTE SENSING. Topic 7. Image Enhancement GE 113 REMOTE SENSING Topic 7. Image Enhancement Lecturer: Engr. Jojene R. Santillan jrsantillan@carsu.edu.ph Division of Geodetic Engineering College of Engineering and Information Technology Caraga State

More information

Plant Health Monitoring System Using Raspberry Pi

Plant Health Monitoring System Using Raspberry Pi Volume 119 No. 15 2018, 955-959 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ 1 Plant Health Monitoring System Using Raspberry Pi Jyotirmayee Dashᵃ *, Shubhangi

More information

Mean for population data: x = the sum of all values. N = the population size n = the sample size, µ = the population mean. x = the sample mean

Mean for population data: x = the sum of all values. N = the population size n = the sample size, µ = the population mean. x = the sample mean MEASURE OF CENTRAL TENDENCY MEASURS OF CENTRAL TENDENCY Ungrouped Data Measurement Mean Mean for population data: Mean for sample data: x N x x n where: x = the sum of all values N = the population size

More information

Auto-tagging The Facebook

Auto-tagging The Facebook Auto-tagging The Facebook Jonathan Michelson and Jorge Ortiz Stanford University 2006 E-mail: JonMich@Stanford.edu, jorge.ortiz@stanford.com Introduction For those not familiar, The Facebook is an extremely

More information

ECC419 IMAGE PROCESSING

ECC419 IMAGE PROCESSING ECC419 IMAGE PROCESSING INTRODUCTION Image Processing Image processing is a subclass of signal processing concerned specifically with pictures. Digital Image Processing, process digital images by means

More information

Modeling Patent Quality: A System for Large-scale Patentability Analysis using Text Mining

Modeling Patent Quality: A System for Large-scale Patentability Analysis using Text Mining Regular Paper Modeling Patent Quality: A System for Large-scale Patentability Analysis using Text Mining Shohei Hido 1, 1,a) Shoko Suzuki 1 Risa Nishiyama 1 Takashi Imamichi 1 Rikiya Takahashi 1 Tetsuya

More information

Image Extraction using Image Mining Technique

Image Extraction using Image Mining Technique IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 9 (September. 2013), V2 PP 36-42 Image Extraction using Image Mining Technique Prof. Samir Kumar Bandyopadhyay,

More information

Filtering in the spatial domain (Spatial Filtering)

Filtering in the spatial domain (Spatial Filtering) Filtering in the spatial domain (Spatial Filtering) refers to image operators that change the gray value at any pixel (x,y) depending on the pixel values in a square neighborhood centered at (x,y) using

More information

Background Adaptive Band Selection in a Fixed Filter System

Background Adaptive Band Selection in a Fixed Filter System Background Adaptive Band Selection in a Fixed Filter System Frank J. Crosby, Harold Suiter Naval Surface Warfare Center, Coastal Systems Station, Panama City, FL 32407 ABSTRACT An automated band selection

More information

Mod. 2 p. 1. Prof. Dr. Christoph Kleinn Institut für Waldinventur und Waldwachstum Arbeitsbereich Fernerkundung und Waldinventur

Mod. 2 p. 1. Prof. Dr. Christoph Kleinn Institut für Waldinventur und Waldwachstum Arbeitsbereich Fernerkundung und Waldinventur Histograms of gray values for TM bands 1-7 for the example image - Band 4 and 5 show more differentiation than the others (contrast=the ratio of brightest to darkest areas of a landscape). - Judging from

More information

Very High Resolution Satellite Images Filtering

Very High Resolution Satellite Images Filtering 23 Eighth International Conference on Broadband, Wireless Computing, Communication and Applications Very High Resolution Satellite Images Filtering Assia Kourgli LTIR, Faculté d Electronique et d Informatique

More information

Lecture 3 - Regression

Lecture 3 - Regression Lecture 3 - Regression Instructor: Prof Ganesh Ramakrishnan July 25, 2016 1 / 30 The Simplest ML Problem: Least Square Regression Curve Fitting: Motivation Error measurement Minimizing Error Method of

More information

EXAMPLES OF OBJECT-ORIENTED CLASSIFICATION PERFORMED ON HIGH-RESOLUTION SATELLITE IMAGES

EXAMPLES OF OBJECT-ORIENTED CLASSIFICATION PERFORMED ON HIGH-RESOLUTION SATELLITE IMAGES EXAMPLES OF OBJECT-ORIENTED CLASSIFICATION... 349 Stanisław Lewiński, Karol Zaremski EXAMPLES OF OBJECT-ORIENTED CLASSIFICATION PERFORMED ON HIGH-RESOLUTION SATELLITE IMAGES Abstract: Information about

More information

Texture Classifier Robustness for Sub-Organ Sized Windows

Texture Classifier Robustness for Sub-Organ Sized Windows Texture Classifier Robustness for Sub-Organ Sized Windows William H. Horsthemke Jacob D. Furst Daniela Raicu DePaul University School of Computer Science Chicago, IL horsthemke@acm.org jfurst@cs.depaul.edu

More information