Image Classification.

Slides:



Advertisements
Similar presentations
Chapter 3 cont’d. Adjacency, Histograms, & Thresholding.
Advertisements

With support from: NSF DUE in partnership with: George McLeod Prepared by: Geospatial Technician Education Through Virginia’s Community Colleges.
Major Operations of Digital Image Processing (DIP) Image Quality Assessment Radiometric Correction Geometric Correction Image Classification Introduction.
Multiple Criteria for Evaluating Land Cover Classification Algorithms Summary of a paper by R.S. DeFries and Jonathan Cheung-Wai Chan April, 2000 Remote.
1 Chapter 10 Introduction to Machine Learning. 2 Chapter 10 Contents (1) l Training l Rote Learning l Concept Learning l Hypotheses l General to Specific.
An Overview of RS Image Clustering and Classification by Miles Logsdon with thanks to Robin Weeks Frank Westerlund.
Thematic Information Extraction: Pattern Recognition/ Classification
Basics: Notation: Sum:. PARAMETERS MEAN: Sample Variance: Standard Deviation: * the statistical average * the central tendency * the spread of the values.
Lecture 14: Classification Thursday 18 February 2010 Reading: Ch – 7.19 Last lecture: Spectral Mixture Analysis.
Image Classification To automatically categorize all pixels in an image into land cover classes or themes.
Classification of Remotely Sensed Data General Classification Concepts Unsupervised Classifications.
Lecture 14: Classification Thursday 19 February Reading: “Estimating Sub-pixel Surface Roughness Using Remotely Sensed Stereoscopic Data” pdf preprint.
Image Classification: Supervised Methods
Image Classification: Redux
Pixel-based image classification
METU Informatics Institute Min 720 Pattern Classification with Bio-Medical Applications PART 2: Statistical Pattern Classification: Optimal Classification.
Image Classification
Classification Advantages of Visual Interpretation: 1. Human brain is the best data processor for information extraction, thus can do much more complex.
Image Classification R.A.ALAGU RAJA Remote Sensing & GIS Lab Department of ECE Thiagarajar College of Engineering Madurai.
Image Classification and its Applications
Methods in Medical Image Analysis Statistics of Pattern Recognition: Classification and Clustering Some content provided by Milos Hauskrecht, University.
Rsensing6_khairul 1 Image Classification Image Classification uses the spectral information represented by the digital numbers in one or more spectral.
Image Classification: Introduction Lecture Notes 6 prepared by R. Lathrop 11/99 updated 3/04 Readings: ERDAS Field Guide 6th Ed. CH. 6.
Environmental Remote Sensing Lecture 5: Image Classification " Purpose: – categorising data – data abstraction / simplification – data interpretation –
Exercise #5: Supervised Classification. Step 1. Delineating Training Sites and Generating Signatures An individual training site is delineated as an “area.
Image Classification: Introduction Lecture Notes 7 prepared by R. Lathrop 11/99 updated 3/04 Readings: ERDAS Field Guide 5th Ed. CH. 6:
Land Cover Classification Defining the pieces that make up the puzzle.
Image Classification Digital Image Processing Techniques Image Restoration Image Enhancement Image Classification Image Classification.
1 Remote Sensing and Image Processing: 6 Dr. Mathias (Mat) Disney UCL Geography Office: 301, 3rd Floor, Chandler House Tel:
Summer Session 09 August Tips for the Final Exam Make sure your answers clear, without convoluted language. Read questions carefully – are you answering.
1 Pattern Recognition: Statistical and Neural Lonnie C. Ludeman Lecture 21 Oct 28, 2005 Nanjing University of Science & Technology.
Image Classification 영상분류
Remote Sensing Supervised Image Classification. Supervised Image Classification ► An image classification procedure that requires interaction with the.
Map of the Great Divide Basin, Wyoming, created using a neural network and used to find likely fossil beds See:
Neural Networks - Lecture 81 Unsupervised competitive learning Particularities of unsupervised learning Data clustering Neural networks for clustering.
Digital Image Processing
Computer Graphics and Image Processing (CIS-601).
Digital Image Processing Lecture 25: Object Recognition Prof. Charlene Tsai.
1Ellen L. Walker Category Recognition Associating information extracted from images with categories (classes) of objects Requires prior knowledge about.
1  The Problem: Consider a two class task with ω 1, ω 2   LINEAR CLASSIFIERS.
1  Problem: Consider a two class task with ω 1, ω 2   LINEAR CLASSIFIERS.
Supervised Classification in Imagine D. Meyer E. Wood
Introduction to Pattern Recognition (การรู้จํารูปแบบเบื้องต้น)
Remote Sensing Unsupervised Image Classification.
24 October 2002Data Mining & Visualization1 Data Mining and Visualization Jeremy Walton NAG Ltd, Oxford.
Unsupervised Classification
ADAPTIVE HIERARCHICAL CLASSIFICATION WITH LIMITED TRAINING DATA Dissertation Defense of Joseph Troy Morgan Committee: Dr Melba Crawford Dr J. Wesley Barnes.
Thematic Information Extraction: Supervised Classification
Fuzzy Logic in Pattern Recognition
Supervised Training and Classification
IMAGE PROCESSING RECOGNITION AND CLASSIFICATION
Classification of Remotely Sensed Data
Class 10 Unsupervised Classification
DATA INTEGRATION AND ANALYSIS
Map of the Great Divide Basin, Wyoming, created using a neural network and used to find likely fossil beds See:
University College London (UCL), UK
Fast and Robust Object Tracking with Adaptive Detection
REMOTE SENSING Multispectral Image Classification
Supervised Classification
Unsupervised Classification
Image Information Extraction
Bailey Terry1 & Benjamin Beaman2 with Ramesh Sivanpillai3
Supervised vs. unsupervised Learning
Chap.8 Image Analysis 숙명여자대학교 컴퓨터과학과 최 영 우 2005년 2학기.
University College London (UCL), UK
ALI assignment – see amended instructions
Statistical Classification on a Multispectral Image
Environmental Remote Sensing GEOG 2021
Class 10 Unsupervised Classification
Change in Land Cover in Elk Grove
Presentation transcript:

Image Classification

Assignment تطبيقات الاستشعار عن بعد في الجيولوجيا

Land classification Aims at label each pixel in a scene to a specific land cover types Pixels can then be either correctly classified, incorrectly classified or unclassified Two main type of classification Unsupervised Supervised

Unsupervised classification No previous knowledge assumed about the data Tries to spectrally separate the pixels User has controls over No of classes No of iterations

Supervised Image Classification An image classification procedure that requires interaction with the analyst

1. General Procedures Training stage  - The analyst identifies the representative training areas (training set) and develops summary statistics for each category Classification stage  - Each pixel is categorized into a land cover class  Output stage  - The classified image is presented in GIS or other forms

Supervised classification

Supervised classification

http://aria.arizona.edu/slg/Vandriel.ppt

Training

Parallelepiped classifier Classifiers Minimum distance classifier Parallelepiped classifier

1. Minimum Distance Classifier Calculates mean of the spectral values for the training set in each band and for each category  Measures the distance from a pixel of unknown identify to the mean of each category  Assigns the pixel to the category with the shortest distance  Assigns a pixel as "unknown" if the pixel is beyond the distances defined by the analyst

2. Minimum Distance Classifier (40,60) 0,0

1. Minimum Distance Classifier

Minimum Distance Classifier Advantage  computationally simple and fast  Disadvantage  insensitive to differences in variance among categories

2. Parallelepiped Classifier Forms a decision region by the maximum and minimum values of the training set in each band and for each category (class)  Assigns a pixel to the category where the pixel falls in  Assigns a pixel as "unknown" if it falls outside of all regions  

2. Parallelepiped Classifier

Parallelepiped Classifier Advantage  computationally simple and fast   takes differences in variance into account Disadvantage  performs poorly when the regions overlap because of high correlation between categories (high covariance)  

Parallelepiped Classifier ?

Parallelepiped Classifier