Storm Identification, Tracking and Nowcasting

Size: px
Start display at page:

Download "Storm Identification, Tracking and Nowcasting"

Transcription

1 Storm Identification, Tracking and Nowcasting VA L L I A P PA L A K S H M A N A N N AT I O N A L S E V E R E S T O R M S L A B O R AT O R Y / U N I V E R S I T Y O F O K L A H O M A M A R C H L A K S H M A O U. E D U

2 Tuning an Algorithm for Identifying and Tracking Cells Introduction Storm Identification Storm Association Extracting Storm characteristics Estimating Motion Extrapolating Images WDSS-II w2segmotionll 2

3 Motivation? Why would you want to identify and track storms from radar images? 3

4 Why tracking or nowcast storms? Two key reasons: Extract information related to storm characteristics Useful for severe weather diagnosis and warnings Create short-term forecasts of radar images Useful for flash flood warnings Also useful as visualization for non-meteorologists Need to be clear which application you are interested in Nowcasts may be either of images or of storm characteristics Different techniques work better for these scenarios 4

5 Example: SCAN in United States 5

6 Example: COTREC in Switzerland 6

7 Storm Characteristics To track storm characteristics: Identify storms in radar images Associate storms in one image with storms in the previous image Pull out characteristics of the storms at both time steps Could involve non-radar data also Do statistical analysis or provide graphical output of trends Operational way to do this in the US NWS Storm Cell Identification and Tracking (SCIT) Johnson et. Al System for Convective Analysis and Nowcasting (SCAN) Part of AWIPS 7

8 Nowcasting Images To create extrapolation forecasts Estimate motion vector at each pixel of image Apply motion vector to extrapolate most current image Not done operationally by the NWS Extrapolation provides very little value to an expert forecaster But extrapolation forecasts are part of many systems: AutoNowCaster (NCAR, widely used around the world) Growth and Decay Tracker (MIT Lincoln Lab, used by FAA) WDSS-II (NSSL, used in US TV station graphics and internationally) CoTREC (Czech Cross-Correlation Tracker, used widely in Europe) Constantly reinvented Optical flow is a collection of well-known image processing techniques that are generally applicable to this problem e.g. Dark Sky, Rain Aware, etc. targeting mobile phones 8

9 Outline of Talk Discuss different methods of: Identifying storms Associating storms Extracting storm characteristics Estimating motion Extrapolating images The devil is in the details Real-time, quasi-operational systems involve specific choices of each of the above pieces Self-study slides on w2segmotionll, the WDSS-II storm identification/tracking/extrapolation algorithm Encourage you to download and try out ( 9

10 Tuning an Algorithm for Identifying and Tracking Cells Introduction Storm Identification Storm Association Extracting Storm characteristics Estimating Motion Extrapolating Images WDSS-II w2segmotionll [self-study] 10

11 Identifying Storms Simple idea: Areas of high reflectivity Area = contiguous range gates (or pixels, if Cartesian) But before that: What field to use? Base reflectivity? Composite reflectivity? Should we use reflectivity? How about VIL? Reflectivity at -10C Need to quality control the data first Clutter, sun-spikes, biological echoes, etc. Smooth the data Which smoothing filter? 11

12 Single Threshold A single threshold is problematic Could be too high, and miss initiating storms Could be too low and storms end up being unrealistically large 50 dbz 20 dbz There is no perfect threshold Threshold just right Threshold too low 30 dbz Threshold too high

13 Hysteresis Storm = contiguous pixels above t2 that have at least one pixel above t1 Solves problem of initiating cells But not problem of overly large areas 13

14 Enhanced Watershed Storm = contiguous pixels above t2 that have at least one pixel above t1 t2 = highest value that will allow objects be at least N pixels 40 dbz 10 px 40 dbz 5 px 30 dbz 10 px 30 dbz 5 px 14

15 Multiscale Storms Can use this idea to get storms at multiple scales Storms found in this manner are hierarchical 15

16 Tuning an Algorithm for Identifying and Tracking Cells Introduction Storm Identification Storm Association Extracting Storm characteristics Estimating Motion Extrapolating Images WDSS-II w2segmotionll [self-study] 16

17 Associating Storms Suppose you identify a set of storms in one image And have the set of storms identified in previous image Need to associate the two sets of storms Methods: Find centroids and associate the closest centroid Project the centroid at previous time to its new expected location Associate the closest centroid (within some sanity limits) Use cost function that weights distance and storm characteristics Minimize cost function: this is a linear optimization problem called the Munkres or Hungarian algorithm Greedy optimization Rank storms based on importance (so that stronger, longer-lived storms get associated first, for example) 17

18 Difficulties in storm association Misidentification Storm splits and merges 18

19 Tuning an Algorithm for Identifying and Tracking Cells Introduction Storm Identification Storm Association Extracting Storm characteristics Estimating Motion Extrapolating Images WDSS-II w2segmotionll [self-study] 19

20 Storm characteristics Identified storm cells have an area Can extract statistics of other spatial grids within those areas Track properties over time Alternately, extract stats in neighborhood of centroid Things to think about: Is outline of object exact? Impact of using watershed approach on spatial properties Impact of using thresholds on initiation/intensification properties Problem of core vs. periphery Use properties + data mining to make predictions 20

21 21 Initiation Forecast

22 Tuning an Algorithm for Identifying and Tracking Cells Introduction Storm Identification Storm Association Extracting Storm characteristics Estimating Motion Extrapolating Images WDSS-II w2segmotionll [self-study] 22

23 Estimating Motion Three ways to estimate motion: Object based: use object association to find velocity of each object Interpolate motion field between objects Works best for small objects; size changes problematic Optical flow Consider a rectangular window centered around each pixel Move window around in previous frame and maximize cross-correlation or some other measure of matching skill Can also be done using phase correlation Works well for large objects; subject to aperture problem Hybrid Identify objects and move object around in previous frame to minimize mean absolute error (does not depend on associating objects) 23

24 Tuning an Algorithm for Identifying and Tracking Cells Introduction Storm Identification Storm Association Extracting Storm characteristics Estimating Motion Extrapolating Images WDSS-II w2segmotionll [self-study] 24

25 Extrapolating images Extrapolation of radar echoes Intuitive approach: put Take current echoes Move them forward in time (advect) by their motion field put is subject to holes in the created images get results in the wrong motion field being used Simple put followed by get Move echoes forward, fill in gaps via interpolation Results in ghost echoes Smarter approach: Advect the motion field, interpolating within gaps Now, do get using advected motion field 25

26 Example 26

27 Tuning an Algorithm for Identifying and Tracking Cells Introduction Storm Identification Storm Association Extracting Storm characteristics Estimating Motion Extrapolating Images WDSS-II w2segmotionll 27

28 segmotion is a general-purpose algorithm Segmentation + Motion Estimation Segmentation --> identifying parts ( segments ) of an image Here, the parts to be identified are storm cells segmotion consists of image processing steps for: Identifying cells Estimating motion Associating cells across time Extracting cell properties Advecting grids based on motion field segmotion is part of WDSS-II Can be downloaded from Can be applied to any uniform spatial grid Has been applied to radar, satellite, model grids, 2D/3D lightning Some applications interested only in advection; others only on attribute extraction 28

29 Try things out Download WDSS-II from Follow Quick Start to learn how to run algorithms Download radar data from NCDC Convert to netcdf using ldm2netcdf Use c option to create composite Run w2segmotioncg on ReflectivityComposite Experiment with various options as described on the following slides Try applying QC/smoothing to data first w2qcnn w2smooth (or k option to w2segmotioncg) 29

30 Vector quantization via K-Means clustering [1] Quantize the image into bands using K-Means Vector quantization because pixel value could be many channels Like contouring based on a cost function (pixel value & discontiguity) 30

31 Mathematical Description: Clustering Each pixel is moved among every available cluster and the cost function E(k) for cluster k for pixel (x,y) is computed as d E m xy Distance in measurement space (how similar are they?) ( k) d ( k) (1 ) d ( k) m, xy c, Discontiguity measure (how physically close are they?) n, xy ( k) k I d ( ) (1 ( )) xy c, xy k Sij k ij N xy xy Weight of distance vs. discontiguity (0 λ 1) Mean intensity value for cluster k Pixel intensity value Courtesy: Bob Kuligowski, NESDIS Number of pixels neighboring (x,y) that do NOT belong to cluster k 31

32 Tuning vector quantization (-d) The K in K-means is set by the data increment Large increments result in fatter bands Size of identified clusters will jump around more (addition/removal of bands to meet size threshold) Subsequent processing is faster Limiting case: single, global threshold Smaller increments result in thinner bands Size of identified clusters more consistent Subsequent processing is slower Extremely local maxima The minimum value determines probability of detection Local maxima less intense than the minimum will not be identified 32

33 Storm Cell Identification: Characteristics Cells grow until they reach a specific size threshold Cells are local maxima (not based on a global threshold) Optional: cells combined to reach size threshold 33

34 Enhanced Watershed Algorithm [2] Starting at a maximum, flood image Until specific size threshold is met: resulting basin is a storm cell Multiple (typically 3) size thresholds to create a multiscale algorithm 34

35 Tuning watershed transform (-d,-p) The watershed transform is driven from maximum until size threshold is reached up to a maximum depth 35

36 Cluster-to-image cross correlation [1] Pixels in each cluster overlaid on previous image and shifted The mean absolute error (MAE) is computed for each pixel shift Lowest MAE -> motion vector at cluster centroid Motion vectors objectively analyzed Forms a field of motion vectors u(x,y) Field smoothed over time using Kalman filters 36

37 Cluster-to-image cross correlation [1] The pixels in each cluster are overlaid on the previous image and shifted, and the mean absolute error (MAE) is computed for each pixel shift: Number of pixels in cluster k Summation over all pixels in cluster k MAE k ( x x, y y) 1 n k xy k I t ( x, y) I t t ( x x, y y) Intensity of pixel (x,y) at current time Intensity of pixel (x,y) at previous time To reduce noise, the centroid of the offsets with MAE values within 20% of the minimum is used as the basis for the motion vector. Courtesy: Bob Kuligowski, NESDIS 37

38 Motion Estimation: Characteristics Because of interpolation, motion field covers most places Optionally, can default to model wind field far away from storms The field is smooth in space and time Not tied too closely to storm centroids Storm cells do cause local perturbation in field 38

39 Unique matches; size-based radius; longevity; cost [4] Project cells identified at t n-1 to expected location at t n Sort cells at t n-1 by track length so that longer-lived tracks are considered first For each projected centroid, find all centroids that are within sqrt(a/pi) kms of centroid where A is area of storm If unique, then associate the two storms Repeat until no changes Resolve ties using cost fn. based on size, intensity or 39

40 Resolve ties using cost function Define a cost function to associate candidate cell i at t n and cell j projected forward from t n-1 as: Location (x,y) of centroid Area of cluster Peak value of cluster Max Magnitude For each unassociated centroid at t n, associate the cell for which the cost function is minimum or call it a new cell 40

41 Geometric, spatial and temporal attributes [3] Geometric: Number of pixels -> area of cell Fit each cluster to an ellipse: estimate orientation and aspect ratio Spatial: remap other spatial grids (model, radar, etc.) Find pixel values on remapped grids Compute scalar statistics (min, max, count, etc.) within each cell Temporal can be done in one of two ways: Using association of cells: find change in spatial/geometric property Assumes no split/merge Project pixels backward using motion estimate: compute scalar statistics on older image Assumes no growth/decay 41

42 Specifying attributes to extract (-X) Attributes should fall inside the cluster boundary C-G lightning in anvil won t be picked up if only cores are identified May need to smooth/dilate spatial fields before attribute extraction Should consider what statistic to extract Average VIL? Maximum VIL? Area with VIL > 20? Fraction of area with VIL > 20? Should choose method of computing temporal properties Maximum hail? Project clusters backward Hail tends to be in core of storm, so storm growth/decay not problem Maximum shear? Use cell association Tends to be at extremity of core 42

43 Interpolate spatially and temporally After computing the motion vectors for each cluster (which are assigned to its centroid, a field of motion vectors u(x,y) is created via interpolation: Motion vector for cluster k Sum over all motion vectors u( x, y) k k u k w w k k ( x, ( x, The motion vectors are smoothed over time using a Kalman filter (constant-acceleration model) y) y) w k ( x, y) Nk xy c Number of pixels in cluster k Euclidean distance between point (x,y) and centroid of cluster k k

44 Tuning motion estimation (-O) Motion estimates are more robust if movement is on the order of several pixels If time elapsed is too short, may get zero motion If time elapsed is too long, storm evolution may cause flat crosscorrelation function Finding peaks of flat functions is error-prone! 44

45 Preprocessing (-k) affects everything The degree of pre-smoothing has tremendous impact Affects scale of cells that can be found More smoothing -> less cells, larger cells only Less smoothing -> smaller cells, more time to process image Affects quality of cross-correlation and hence motion estimates More smoothing -> flatter cross-correlation function, harder to find best match between images 45

46 Evaluate advected field using motion estimate [1] Use motion estimate to project entire field forward Compare with actual observed field at the later time Caveat: much of the error is due to storm evolution But can still ensure that speed/direction are reasonable 46

47 Evaluate tracks on mismatches, jumps & duration Better cell tracks: Exhibit less variability in consistent properties such as VIL Are more linear Are longer Can use these criteria to choose best parameters for identification and tracking algorithm 47

48 WDSS-II w2segmotionll References Algorithm for identifying and tracking cells from spatial grids Identify cells using vector quantization and watershed transform [2] Estimate motion using cross-correlation and interpolation [1] Track cells: longevity, size-based search radius and cost function [4] Extract attributes: geometric, spatial and temporal [3] How to evaluate algorithm: Evaluate cell tracks using mismatches, jumps & duration [4] Evaluate motion field using advected products [1] 1) V. Lakshmanan, R. Rabin, and V. DeBrunner, ``Multiscale storm identification and forecast,'' J. Atm. Res., vol. 67, pp , July ) V. Lakshmanan, K. Hondl, and R. Rabin, ``An efficient, general-purpose technique for identifying storm cells in geospatial images,'' J. Ocean. Atmos. Tech., vol. 26, no. 3, pp , ) V. Lakshmanan and T. Smith, ``Data mining storm attributes from spatial grids,'' J. Ocea. and Atmos. Tech., vol. 26, no. 11, pp , ) V. Lakshmanan and T. Smith, ``An objective method of evaluating and devising storm tracking algorithms,'' Wea. and Forecasting, vol. 25, no. 2, pp ,

49 WDSS-II Programs w2segmotionll Multiscale cell identification and tracking: this is the program that much of this talk refers to. w2advectorll w2scoreforecast Uses the motion estimates produced by w2segmotionll (or any other motion estimate, such as that from a model) to project a spatial field forward The program used to evaluate a motion field. This is how the MAE and CSI charts were created w2scoretrack The program used to evaluate a cell track. This is how the mismatch, jump and duration bar plots were created. 49

An Algorithm to Nowcast Lightning Initiation and Cessation in Real-time

An Algorithm to Nowcast Lightning Initiation and Cessation in Real-time An Algorithm to Nowcast Lightning Initiation and Cessation in Real-time Valliappa Lakshmanan 1,2, Travis Smith 1,2 Abstract Cloud-to-ground lightning data from the National Lightning Data Network (NLDN),

More information

Nowcasting of significant convection by application of cloud tracking algorithm to satellite and radar images

Nowcasting of significant convection by application of cloud tracking algorithm to satellite and radar images Nowcasting of significant convection by application of cloud tracking algorithm to satellite and radar images Ng Ka Ho, Hong Kong Observatory, Hong Kong Abstract Automated forecast of significant convection

More information

ANALYSIS OF THUNDERSTORM CLIMATOLOGY AND CONVECTIVE SYSTEMS, PERIODS WITH LARGE PRECIPITATION IN HUNGARY. Theses of the PhD dissertation

ANALYSIS OF THUNDERSTORM CLIMATOLOGY AND CONVECTIVE SYSTEMS, PERIODS WITH LARGE PRECIPITATION IN HUNGARY. Theses of the PhD dissertation ANALYSIS OF THUNDERSTORM CLIMATOLOGY AND CONVECTIVE SYSTEMS, PERIODS WITH LARGE PRECIPITATION IN HUNGARY Theses of the PhD dissertation ANDRÁS TAMÁS SERES EÖTVÖS LORÁND UNIVERSITY FACULTY OF SCIENCE PhD

More information

Multiscale Storm Identification and Forecast

Multiscale Storm Identification and Forecast Multiscale Storm Identification and Forecast V Lakshmanan 1, R. Rabin 2, V. DeBrunner 3 Abstract We describe a recently developed hierarchical K-Means clustering method for weather images. that can be

More information

Clustering. Adrian Groza. Department of Computer Science Technical University of Cluj-Napoca

Clustering. Adrian Groza. Department of Computer Science Technical University of Cluj-Napoca Clustering Adrian Groza Department of Computer Science Technical University of Cluj-Napoca Outline 1 Cluster Analysis What is Datamining? Cluster Analysis 2 K-means 3 Hierarchical Clustering What is Datamining?

More information

Real-time Quality Control of Reflectivity Data Using Satellite Infrared Channel and Surface Observations

Real-time Quality Control of Reflectivity Data Using Satellite Infrared Channel and Surface Observations Real-time Quality Control of Reflectivity Data Using Satellite Infrared Channel and Surface Observations V Lakshmanan 1, Miguel Valente 2 Abstract Radar reflectivity data can be quality-controlled using

More information

UTILIZING GOOGLE EARTH AS A GIS PLATFORM FOR WEATHER APPLICATIONS

UTILIZING GOOGLE EARTH AS A GIS PLATFORM FOR WEATHER APPLICATIONS UTILIZING GOOGLE EARTH AS A GIS PLATFORM FOR WEATHER APPLICATIONS Travis M. Smith 1,2 and Valliappa Lakshmanan 1,2 1 U. of Oklahoma/CIMMS; 2 NOAA/NSSL 1. Introduction Google Earth (formerly known as Keyhole;

More information

6A.2 The testing of NSSL multi-sensor applications and data from prototype platforms in NWS forecast operations

6A.2 The testing of NSSL multi-sensor applications and data from prototype platforms in NWS forecast operations 6A.2 The testing of NSSL multi-sensor applications and data from prototype platforms in NWS forecast operations Kevin A. Scharfenberg* and Travis M. Smith Cooperative Institute for Mesoscale Meteorology

More information

3.5 THREE-DIMENSIONAL HIGH-RESOLUTION NATIONAL RADAR MOSAIC

3.5 THREE-DIMENSIONAL HIGH-RESOLUTION NATIONAL RADAR MOSAIC 3.5 THREE-DIMENSIONAL HIGH-RESOLUTION NATIONAL RADAR MOSAIC Jian Zhang 1, Kenneth Howard 2, Wenwu Xia 1, Carrie Langston 1, Shunxin Wang 1, and Yuxin Qin 1 1 Cooperative Institute for Mesoscale Meteorological

More information

Environmental Remote Sensing GEOG 2021

Environmental Remote Sensing GEOG 2021 Environmental Remote Sensing GEOG 2021 Lecture 4 Image classification 2 Purpose categorising data data abstraction / simplification data interpretation mapping for land cover mapping use land cover class

More information

1861-35. European Conference on Severe Storms (ECSS 2007) 10-14 September 2007

1861-35. European Conference on Severe Storms (ECSS 2007) 10-14 September 2007 1861-35 European Conference on Severe Storms (ECSS 2007) 10-14 September 2007 Development of an operational thunderstorm forecast system for air traffic FORSTER Caroline Institut fuer Physik der Atmosphere,

More information

Steve Ansari *, Stephen Del Greco, Brian Nelson, and Helen Frederick NOAA National Climatic Data Center, Asheville, North Carolina 2.

Steve Ansari *, Stephen Del Greco, Brian Nelson, and Helen Frederick NOAA National Climatic Data Center, Asheville, North Carolina 2. 11.4 THE SEVERE WEATHER DATA INVENTORY (SWDI): SPATIAL QUERY TOOLS, WEB SERVICES AND DATA PORTALS AT NOAA S NATIONAL CLIMATIC DATA CENTER (NCDC) Steve Ansari *, Stephen Del Greco, Brian Nelson, and Helen

More information

Feature Tracking and Optical Flow

Feature Tracking and Optical Flow 02/09/12 Feature Tracking and Optical Flow Computer Vision CS 543 / ECE 549 University of Illinois Derek Hoiem Many slides adapted from Lana Lazebnik, Silvio Saverse, who in turn adapted slides from Steve

More information

LIGHTNING STUDIES AT FLORIDA STATE UNVIVERSITY. Scott D. Rudlosky Florida State University Tallahassee, Florida

LIGHTNING STUDIES AT FLORIDA STATE UNVIVERSITY. Scott D. Rudlosky Florida State University Tallahassee, Florida LIGHTNING STUDIES AT FLORIDA STATE UNVIVERSITY Scott D. Rudlosky Henry E. Fuelberg 1. BACKGROUND Henry Fuelberg s lightning group at Florida State University (FSU) has been conducting lightning research

More information

Jiří Matas. Hough Transform

Jiří Matas. Hough Transform Hough Transform Jiří Matas Center for Machine Perception Department of Cybernetics, Faculty of Electrical Engineering Czech Technical University, Prague Many slides thanks to Kristen Grauman and Bastian

More information

Real-time, rapidly updating severe weather products for virtual globes

Real-time, rapidly updating severe weather products for virtual globes Manuscript Click here to download Manuscript: VirtualGlobePaper_SmithLakshmanan.doc Real-time, rapidly updating severe weather products for virtual globes Travis M. Smith a and Valliappa Lakshmanan b a

More information

Authors and Affiliations Kristopher Bedka 1, Cecilia Wang 1, Ryan Rogers 2, Larry Carey 2, Wayne Feltz 3, and Jan Kanak 4

Authors and Affiliations Kristopher Bedka 1, Cecilia Wang 1, Ryan Rogers 2, Larry Carey 2, Wayne Feltz 3, and Jan Kanak 4 1. Title Slide Title: Analysis of the Co-Evolution of Total Lightning, Ground-Based Radar-Derived Fields, and GOES-14 1-Minute Super Rapid Scan Satellite Observations of Deep Convective Cloud Tops Authors

More information

CHAPTER 6 TEXTURE ANIMATION

CHAPTER 6 TEXTURE ANIMATION CHAPTER 6 TEXTURE ANIMATION 6.1. INTRODUCTION Animation is the creating of a timed sequence or series of graphic images or frames together to give the appearance of continuous movement. A collection of

More information

Weather Radar Basics

Weather Radar Basics Weather Radar Basics RADAR: Radio Detection And Ranging Developed during World War II as a method to detect the presence of ships and aircraft (the military considered weather targets as noise) Since WW

More information

Solar Irradiance Forecasting Using Multi-layer Cloud Tracking and Numerical Weather Prediction

Solar Irradiance Forecasting Using Multi-layer Cloud Tracking and Numerical Weather Prediction Solar Irradiance Forecasting Using Multi-layer Cloud Tracking and Numerical Weather Prediction Jin Xu, Shinjae Yoo, Dantong Yu, Dong Huang, John Heiser, Paul Kalb Solar Energy Abundant, clean, and secure

More information

NOWCASTING OF PRECIPITATION Isztar Zawadzki* McGill University, Montreal, Canada

NOWCASTING OF PRECIPITATION Isztar Zawadzki* McGill University, Montreal, Canada NOWCASTING OF PRECIPITATION Isztar Zawadzki* McGill University, Montreal, Canada 1. INTRODUCTION Short-term methods of precipitation nowcasting range from the simple use of regional numerical forecasts

More information

A Learning Based Method for Super-Resolution of Low Resolution Images

A Learning Based Method for Super-Resolution of Low Resolution Images A Learning Based Method for Super-Resolution of Low Resolution Images Emre Ugur June 1, 2004 emre.ugur@ceng.metu.edu.tr Abstract The main objective of this project is the study of a learning based method

More information

COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS

COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS B.K. Mohan and S. N. Ladha Centre for Studies in Resources Engineering IIT

More information

Data Mining. Cluster Analysis: Advanced Concepts and Algorithms

Data Mining. Cluster Analysis: Advanced Concepts and Algorithms Data Mining Cluster Analysis: Advanced Concepts and Algorithms Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 1 More Clustering Methods Prototype-based clustering Density-based clustering Graph-based

More information

Tracking Moving Objects In Video Sequences Yiwei Wang, Robert E. Van Dyck, and John F. Doherty Department of Electrical Engineering The Pennsylvania State University University Park, PA16802 Abstract{Object

More information

An Overview of Knowledge Discovery Database and Data mining Techniques

An Overview of Knowledge Discovery Database and Data mining Techniques An Overview of Knowledge Discovery Database and Data mining Techniques Priyadharsini.C 1, Dr. Antony Selvadoss Thanamani 2 M.Phil, Department of Computer Science, NGM College, Pollachi, Coimbatore, Tamilnadu,

More information

Development of an Integrated Data Product for Hawaii Climate

Development of an Integrated Data Product for Hawaii Climate Development of an Integrated Data Product for Hawaii Climate Jan Hafner, Shang-Ping Xie (PI)(IPRC/SOEST U. of Hawaii) Yi-Leng Chen (Co-I) (Meteorology Dept. Univ. of Hawaii) contribution Georgette Holmes

More information

Cloud Model Verification at the Air Force Weather Agency

Cloud Model Verification at the Air Force Weather Agency 2d Weather Group Cloud Model Verification at the Air Force Weather Agency Matthew Sittel UCAR Visiting Scientist Air Force Weather Agency Offutt AFB, NE Template: 28 Feb 06 Overview Cloud Models Ground

More information

RAPIDS Operational Blending of Nowcasting and NWP QPF

RAPIDS Operational Blending of Nowcasting and NWP QPF RAPIDS Operational Blending of Nowcasting and NWP QPF Wai-kin Wong and Edwin ST Lai Hong Kong Observatory The Second International Symposium on Quantitative Precipitation Forecasting and Hydrology 5-8

More information

Doppler. Doppler. Doppler shift. Doppler Frequency. Doppler shift. Doppler shift. Chapter 19

Doppler. Doppler. Doppler shift. Doppler Frequency. Doppler shift. Doppler shift. Chapter 19 Doppler Doppler Chapter 19 A moving train with a trumpet player holding the same tone for a very long time travels from your left to your right. The tone changes relative the motion of you (receiver) and

More information

Forecaster comments to the ORTECH Report

Forecaster comments to the ORTECH Report Forecaster comments to the ORTECH Report The Alberta Forecasting Pilot Project was truly a pioneering and landmark effort in the assessment of wind power production forecast performance in North America.

More information

Meteorological Forecasting of DNI, clouds and aerosols

Meteorological Forecasting of DNI, clouds and aerosols Meteorological Forecasting of DNI, clouds and aerosols DNICast 1st End-User Workshop, Madrid, 2014-05-07 Heiner Körnich (SMHI), Jan Remund (Meteotest), Marion Schroedter-Homscheidt (DLR) Overview What

More information

4.12 Improving wind profiler data recovery in non-uniform precipitation using a modified consensus algorithm

4.12 Improving wind profiler data recovery in non-uniform precipitation using a modified consensus algorithm 4.12 Improving wind profiler data recovery in non-uniform precipitation using a modified consensus algorithm Raisa Lehtinen 1, Daniel Gottas 2, Jim Jordan 3, Allen White 2 1 Vaisala Inc, Boulder, Colorado,

More information

Weather Help - NEXRAD Radar Maps. Base Reflectivity

Weather Help - NEXRAD Radar Maps. Base Reflectivity Weather Help - NEXRAD Radar Maps Base Reflectivity Base Reflectivity Severe Thunderstorm/Torna do Watch Areas 16 levels depicted with colors from dark green (very light) to red (extreme) that indicate

More information

Traffic Monitoring Systems. Technology and sensors

Traffic Monitoring Systems. Technology and sensors Traffic Monitoring Systems Technology and sensors Technology Inductive loops Cameras Lidar/Ladar and laser Radar GPS etc Inductive loops Inductive loops signals Inductive loop sensor The inductance signal

More information

Predicting daily incoming solar energy from weather data

Predicting daily incoming solar energy from weather data Predicting daily incoming solar energy from weather data ROMAIN JUBAN, PATRICK QUACH Stanford University - CS229 Machine Learning December 12, 2013 Being able to accurately predict the solar power hitting

More information

(Refer Slide Time: 06:10)

(Refer Slide Time: 06:10) Computer Graphics Prof. Sukhendu Das Dept. of Computer Science and Engineering Indian Institute of Technology, Madras Lecture - 43 Digital Image Processing Welcome back to the last part of the lecture

More information

FLOODALERT: A SIMPLIFIED RADAR-BASED EWS FOR URBAN FLOOD WARNING

FLOODALERT: A SIMPLIFIED RADAR-BASED EWS FOR URBAN FLOOD WARNING 11 th International Conference on Hydroinformatics HIC 2014, New York City, USA FLOODALERT: A SIMPLIFIED RADAR-BASED EWS FOR URBAN FLOOD WARNING XAVIER LLORT (1), RAFAEL SÁNCHEZ-DIEZMA (1), ÁLVARO RODRÍGUEZ

More information

NowCastMIX. A fuzzy logic based tool for providing automatic integrated short-term warnings from continuously monitored nowcasting systems

NowCastMIX. A fuzzy logic based tool for providing automatic integrated short-term warnings from continuously monitored nowcasting systems NowCastIX A fuzzy logic based tool for providing automatic integrated short-term warnings from continuously monitored nowcasting systems Paul James, Deutscher Wetterdienst ES eeting, Berlin, 12.09.2011

More information

An Introduction to Point Pattern Analysis using CrimeStat

An Introduction to Point Pattern Analysis using CrimeStat Introduction An Introduction to Point Pattern Analysis using CrimeStat Luc Anselin Spatial Analysis Laboratory Department of Agricultural and Consumer Economics University of Illinois, Urbana-Champaign

More information

Cluster Analysis: Advanced Concepts

Cluster Analysis: Advanced Concepts Cluster Analysis: Advanced Concepts and dalgorithms Dr. Hui Xiong Rutgers University Introduction to Data Mining 08/06/2006 1 Introduction to Data Mining 08/06/2006 1 Outline Prototype-based Fuzzy c-means

More information

Clustering & Visualization

Clustering & Visualization Chapter 5 Clustering & Visualization Clustering in high-dimensional databases is an important problem and there are a number of different clustering paradigms which are applicable to high-dimensional data.

More information

Object Recognition and Template Matching

Object Recognition and Template Matching Object Recognition and Template Matching Template Matching A template is a small image (sub-image) The goal is to find occurrences of this template in a larger image That is, you want to find matches of

More information

Clustering UE 141 Spring 2013

Clustering UE 141 Spring 2013 Clustering UE 141 Spring 013 Jing Gao SUNY Buffalo 1 Definition of Clustering Finding groups of obects such that the obects in a group will be similar (or related) to one another and different from (or

More information

The impact of window size on AMV

The impact of window size on AMV The impact of window size on AMV E. H. Sohn 1 and R. Borde 2 KMA 1 and EUMETSAT 2 Abstract Target size determination is subjective not only for tracking the vector but also AMV results. Smaller target

More information

IMPLICIT SHAPE MODELS FOR OBJECT DETECTION IN 3D POINT CLOUDS

IMPLICIT SHAPE MODELS FOR OBJECT DETECTION IN 3D POINT CLOUDS IMPLICIT SHAPE MODELS FOR OBJECT DETECTION IN 3D POINT CLOUDS Alexander Velizhev 1 (presenter) Roman Shapovalov 2 Konrad Schindler 3 1 Hexagon Technology Center, Heerbrugg, Switzerland 2 Graphics & Media

More information

Partnership to Improve Solar Power Forecasting

Partnership to Improve Solar Power Forecasting Partnership to Improve Solar Power Forecasting Venue: EUPVSEC, Paris France Presenter: Dr. Manajit Sengupta Date: October 1 st 2013 NREL is a national laboratory of the U.S. Department of Energy, Office

More information

SPEED, VELOCITY, AND ACCELERATION

SPEED, VELOCITY, AND ACCELERATION reflect Look at the picture of people running across a field. What words come to mind? Maybe you think about the word speed to describe how fast the people are running. You might think of the word acceleration

More information

EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set

EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set Amhmed A. Bhih School of Electrical and Electronic Engineering Princy Johnson School of Electrical and Electronic Engineering Martin

More information

SIXTH GRADE WEATHER 1 WEEK LESSON PLANS AND ACTIVITIES

SIXTH GRADE WEATHER 1 WEEK LESSON PLANS AND ACTIVITIES SIXTH GRADE WEATHER 1 WEEK LESSON PLANS AND ACTIVITIES WATER CYCLE OVERVIEW OF SIXTH GRADE WATER WEEK 1. PRE: Evaluating components of the water cycle. LAB: Experimenting with porosity and permeability.

More information

Constrained Clustering of Territories in the Context of Car Insurance

Constrained Clustering of Territories in the Context of Car Insurance Constrained Clustering of Territories in the Context of Car Insurance Samuel Perreault Jean-Philippe Le Cavalier Laval University July 2014 Perreault & Le Cavalier (ULaval) Constrained Clustering July

More information

Mosaicking and Subsetting Images

Mosaicking and Subsetting Images Mosaicking and Subsetting Images Using SAGA GIS Tutorial ID: IGET_RS_005 This tutorial has been developed by BVIEER as part of the IGET web portal intended to provide easy access to geospatial education.

More information

Canny Edge Detection

Canny Edge Detection Canny Edge Detection 09gr820 March 23, 2009 1 Introduction The purpose of edge detection in general is to significantly reduce the amount of data in an image, while preserving the structural properties

More information

Motion Activated Video Surveillance Using TI DSP

Motion Activated Video Surveillance Using TI DSP Motion Activated Video Surveillance Using TI DSP Ching-Kai Huang and Tsuhan Chen Dept. of Electrical and Computer Engineering Carnegie Mellon University 5000 Forbes Avenue, Pittsburgh, PA 15213 tsuhan@cmu.edu

More information

Suman Goyal Sc E /In-charge SYNOPTIC Application Unit Satellite Meteorology Davison

Suman Goyal Sc E /In-charge SYNOPTIC Application Unit Satellite Meteorology Davison Suman Goyal Sc E /In-charge SYNOPTIC Application Unit Satellite Meteorology Davison Introduction What is ForTraCC? It is an algorithm for tracking and forecasting radiative and morphological characteristics

More information

Synoptic assessment of AMV errors

Synoptic assessment of AMV errors NWP SAF Satellite Application Facility for Numerical Weather Prediction Visiting Scientist mission report Document NWPSAF-MO-VS-038 Version 1.0 4 June 2009 Synoptic assessment of AMV errors Renato Galante

More information

Linear Threshold Units

Linear Threshold Units Linear Threshold Units w x hx (... w n x n w We assume that each feature x j and each weight w j is a real number (we will relax this later) We will study three different algorithms for learning linear

More information

Tutorial 8 Raster Data Analysis

Tutorial 8 Raster Data Analysis Objectives Tutorial 8 Raster Data Analysis This tutorial is designed to introduce you to a basic set of raster-based analyses including: 1. Displaying Digital Elevation Model (DEM) 2. Slope calculations

More information

CATIA Wireframe & Surfaces TABLE OF CONTENTS

CATIA Wireframe & Surfaces TABLE OF CONTENTS TABLE OF CONTENTS Introduction... 1 Wireframe & Surfaces... 2 Pull Down Menus... 3 Edit... 3 Insert... 4 Tools... 6 Generative Shape Design Workbench... 7 Bottom Toolbar... 9 Tools... 9 Analysis... 10

More information

COMPUTING CLOUD MOTION USING A CORRELATION RELAXATION ALGORITHM Improving Estimation by Exploiting Problem Knowledge Q. X. WU

COMPUTING CLOUD MOTION USING A CORRELATION RELAXATION ALGORITHM Improving Estimation by Exploiting Problem Knowledge Q. X. WU COMPUTING CLOUD MOTION USING A CORRELATION RELAXATION ALGORITHM Improving Estimation by Exploiting Problem Knowledge Q. X. WU Image Processing Group, Landcare Research New Zealand P.O. Box 38491, Wellington

More information

Vector storage and access; algorithms in GIS. This is lecture 6

Vector storage and access; algorithms in GIS. This is lecture 6 Vector storage and access; algorithms in GIS This is lecture 6 Vector data storage and access Vectors are built from points, line and areas. (x,y) Surface: (x,y,z) Vector data access Access to vector

More information

A Reliability Point and Kalman Filter-based Vehicle Tracking Technique

A Reliability Point and Kalman Filter-based Vehicle Tracking Technique A Reliability Point and Kalman Filter-based Vehicle Tracing Technique Soo Siang Teoh and Thomas Bräunl Abstract This paper introduces a technique for tracing the movement of vehicles in consecutive video

More information

A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow

A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow , pp.233-237 http://dx.doi.org/10.14257/astl.2014.51.53 A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow Giwoo Kim 1, Hye-Youn Lim 1 and Dae-Seong Kang 1, 1 Department of electronices

More information

Computational Geometry. Lecture 1: Introduction and Convex Hulls

Computational Geometry. Lecture 1: Introduction and Convex Hulls Lecture 1: Introduction and convex hulls 1 Geometry: points, lines,... Plane (two-dimensional), R 2 Space (three-dimensional), R 3 Space (higher-dimensional), R d A point in the plane, 3-dimensional space,

More information

Image Segmentation and Registration

Image Segmentation and Registration Image Segmentation and Registration Dr. Christine Tanner (tanner@vision.ee.ethz.ch) Computer Vision Laboratory, ETH Zürich Dr. Verena Kaynig, Machine Learning Laboratory, ETH Zürich Outline Segmentation

More information

They can be obtained in HQJHQH format directly from the home page at: http://www.engene.cnb.uam.es/downloads/kobayashi.dat

They can be obtained in HQJHQH format directly from the home page at: http://www.engene.cnb.uam.es/downloads/kobayashi.dat HQJHQH70 *XLGHG7RXU This document contains a Guided Tour through the HQJHQH platform and it was created for training purposes with respect to the system options and analysis possibilities. It is not intended

More information

B490 Mining the Big Data. 2 Clustering

B490 Mining the Big Data. 2 Clustering B490 Mining the Big Data 2 Clustering Qin Zhang 1-1 Motivations Group together similar documents/webpages/images/people/proteins/products One of the most important problems in machine learning, pattern

More information

Distances, Clustering, and Classification. Heatmaps

Distances, Clustering, and Classification. Heatmaps Distances, Clustering, and Classification Heatmaps 1 Distance Clustering organizes things that are close into groups What does it mean for two genes to be close? What does it mean for two samples to be

More information

Marine Technology Society

Marine Technology Society Marine Technology Society Dynamic Positioning Conference 21-22 October, 1997 Session 9 Control Systems Improved DP Performance in Deep Water Operations Through Advanced Reference System Processing and

More information

A Real Case Study of Using Cloud Analysis in Grid-point Statistical Interpolation Analysis and Advanced Research WRF Forecast System

A Real Case Study of Using Cloud Analysis in Grid-point Statistical Interpolation Analysis and Advanced Research WRF Forecast System A Real Case Study of Using Cloud Analysis in Grid-point Statistical Interpolation Analysis and Advanced Research WRF Forecast System Ming Hu 1 and Ming Xue 1, 1 Center for Analysis and Prediction of Storms,

More information

Dynamical Clustering of Personalized Web Search Results

Dynamical Clustering of Personalized Web Search Results Dynamical Clustering of Personalized Web Search Results Xuehua Shen CS Dept, UIUC xshen@cs.uiuc.edu Hong Cheng CS Dept, UIUC hcheng3@uiuc.edu Abstract Most current search engines present the user a ranked

More information

Data Management. Graph of Wind Speed distribution, Power Curve and production

Data Management. Graph of Wind Speed distribution, Power Curve and production Data Management FOR WIND ENERGY DATA ÖRN SMÁRI // GRAFÍSK HÖNNUN // DE Trend lines Graph of Wind Speed distribution, Power Curve and production Wind Rose What is Vista Data Vision VDV is a comprehensive

More information

Clustering. Danilo Croce Web Mining & Retrieval a.a. 2015/201 16/03/2016

Clustering. Danilo Croce Web Mining & Retrieval a.a. 2015/201 16/03/2016 Clustering Danilo Croce Web Mining & Retrieval a.a. 2015/201 16/03/2016 1 Supervised learning vs. unsupervised learning Supervised learning: discover patterns in the data that relate data attributes with

More information

DATA MINING CLUSTER ANALYSIS: BASIC CONCEPTS

DATA MINING CLUSTER ANALYSIS: BASIC CONCEPTS DATA MINING CLUSTER ANALYSIS: BASIC CONCEPTS 1 AND ALGORITHMS Chiara Renso KDD-LAB ISTI- CNR, Pisa, Italy WHAT IS CLUSTER ANALYSIS? Finding groups of objects such that the objects in a group will be similar

More information

1. Specific Differential Phase (KDP)

1. Specific Differential Phase (KDP) 1. Specific Differential Phase (KDP) Instructor Notes: Welcome to the dual polarization radar course. I am Clark Payne with the Warning Decision Training Branch. This lesson is part of the dual-pol products

More information

Performing a Steady Flow Analysis

Performing a Steady Flow Analysis C H A P T E R 7 Performing a Steady Flow Analysis This chapter discusses how to calculate steady flow water surface profiles. The chapter is divided into two parts. The first part discusses how to enter

More information

CATIA V5 Tutorials. Mechanism Design & Animation. Release 18. Nader G. Zamani. University of Windsor. Jonathan M. Weaver. University of Detroit Mercy

CATIA V5 Tutorials. Mechanism Design & Animation. Release 18. Nader G. Zamani. University of Windsor. Jonathan M. Weaver. University of Detroit Mercy CATIA V5 Tutorials Mechanism Design & Animation Release 18 Nader G. Zamani University of Windsor Jonathan M. Weaver University of Detroit Mercy SDC PUBLICATIONS Schroff Development Corporation www.schroff.com

More information

Tracking of Small Unmanned Aerial Vehicles

Tracking of Small Unmanned Aerial Vehicles Tracking of Small Unmanned Aerial Vehicles Steven Krukowski Adrien Perkins Aeronautics and Astronautics Stanford University Stanford, CA 94305 Email: spk170@stanford.edu Aeronautics and Astronautics Stanford

More information

Convolution. 1D Formula: 2D Formula: Example on the web: http://www.jhu.edu/~signals/convolve/

Convolution. 1D Formula: 2D Formula: Example on the web: http://www.jhu.edu/~signals/convolve/ Basic Filters (7) Convolution/correlation/Linear filtering Gaussian filters Smoothing and noise reduction First derivatives of Gaussian Second derivative of Gaussian: Laplacian Oriented Gaussian filters

More information

Aneeqa Syed [Hatfield Consultants] Vancouver GIS Users Group Meeting December 8, 2010

Aneeqa Syed [Hatfield Consultants] Vancouver GIS Users Group Meeting December 8, 2010 NEAR-REAL-TIME FLOOD MAPPING AND MONITORING SERVICE Aneeqa Syed [Hatfield Consultants] Vancouver GIS Users Group Meeting December 8, 2010 SLIDE 1 MRC Flood Service Project Partners and Client Hatfield

More information

Mean-Shift Tracking with Random Sampling

Mean-Shift Tracking with Random Sampling 1 Mean-Shift Tracking with Random Sampling Alex Po Leung, Shaogang Gong Department of Computer Science Queen Mary, University of London, London, E1 4NS Abstract In this work, boosting the efficiency of

More information

CS171 Visualization. The Visualization Alphabet: Marks and Channels. Alexander Lex alex@seas.harvard.edu. [xkcd]

CS171 Visualization. The Visualization Alphabet: Marks and Channels. Alexander Lex alex@seas.harvard.edu. [xkcd] CS171 Visualization Alexander Lex alex@seas.harvard.edu The Visualization Alphabet: Marks and Channels [xkcd] This Week Thursday: Task Abstraction, Validation Homework 1 due on Friday! Any more problems

More information

TwinCAT NC Configuration

TwinCAT NC Configuration TwinCAT NC Configuration NC Tasks The NC-System (Numeric Control) has 2 tasks 1 is the SVB task and the SAF task. The SVB task is the setpoint generator and generates the velocity and position control

More information

Investigations on COSMO 2.8Km precipitation forecast

Investigations on COSMO 2.8Km precipitation forecast Investigations on COSMO 2.8Km precipitation forecast Federico Grazzini, ARPA-SIMC Emilia-Romagna Coordinator of physical aspects group of COSMO Outline Brief description of the COSMO-HR operational suites

More information

Knowledge Discovery and Data Mining. Structured vs. Non-Structured Data

Knowledge Discovery and Data Mining. Structured vs. Non-Structured Data Knowledge Discovery and Data Mining Unit # 2 1 Structured vs. Non-Structured Data Most business databases contain structured data consisting of well-defined fields with numeric or alphanumeric values.

More information

OBJECT TRACKING USING LOG-POLAR TRANSFORMATION

OBJECT TRACKING USING LOG-POLAR TRANSFORMATION OBJECT TRACKING USING LOG-POLAR TRANSFORMATION A Thesis Submitted to the Gradual Faculty of the Louisiana State University and Agricultural and Mechanical College in partial fulfillment of the requirements

More information

Our Raison d'être. Identify major choice decision points. Leverage Analytical Tools and Techniques to solve problems hindering these decision points

Our Raison d'être. Identify major choice decision points. Leverage Analytical Tools and Techniques to solve problems hindering these decision points Analytic 360 Our Raison d'être Identify major choice decision points Leverage Analytical Tools and Techniques to solve problems hindering these decision points Empowerment through Intelligence Our Suite

More information

Medical Information Management & Mining. You Chen Jan,15, 2013 You.chen@vanderbilt.edu

Medical Information Management & Mining. You Chen Jan,15, 2013 You.chen@vanderbilt.edu Medical Information Management & Mining You Chen Jan,15, 2013 You.chen@vanderbilt.edu 1 Trees Building Materials Trees cannot be used to build a house directly. How can we transform trees to building materials?

More information

Probabilistic Latent Semantic Analysis (plsa)

Probabilistic Latent Semantic Analysis (plsa) Probabilistic Latent Semantic Analysis (plsa) SS 2008 Bayesian Networks Multimedia Computing, Universität Augsburg Rainer.Lienhart@informatik.uni-augsburg.de www.multimedia-computing.{de,org} References

More information

SURVEYING WITH GPS. GPS has become a standard surveying technique in most surveying practices

SURVEYING WITH GPS. GPS has become a standard surveying technique in most surveying practices SURVEYING WITH GPS Key Words: Static, Fast-static, Kinematic, Pseudo- Kinematic, Real-time kinematic, Receiver Initialization, On The Fly (OTF), Baselines, Redundant baselines, Base Receiver, Rover GPS

More information

Objective. Materials. TI-73 Calculator

Objective. Materials. TI-73 Calculator 0. Objective To explore subtraction of integers using a number line. Activity 2 To develop strategies for subtracting integers. Materials TI-73 Calculator Integer Subtraction What s the Difference? Teacher

More information

Cabri Geometry Application User Guide

Cabri Geometry Application User Guide Cabri Geometry Application User Guide Preview of Geometry... 2 Learning the Basics... 3 Managing File Operations... 12 Setting Application Preferences... 14 Selecting and Moving Objects... 17 Deleting

More information

Algorithmic Trading Session 1 Introduction. Oliver Steinki, CFA, FRM

Algorithmic Trading Session 1 Introduction. Oliver Steinki, CFA, FRM Algorithmic Trading Session 1 Introduction Oliver Steinki, CFA, FRM Outline An Introduction to Algorithmic Trading Definition, Research Areas, Relevance and Applications General Trading Overview Goals

More information

To determine vertical angular frequency, we need to express vertical viewing angle in terms of and. 2tan. (degree). (1 pt)

To determine vertical angular frequency, we need to express vertical viewing angle in terms of and. 2tan. (degree). (1 pt) Polytechnic University, Dept. Electrical and Computer Engineering EL6123 --- Video Processing, S12 (Prof. Yao Wang) Solution to Midterm Exam Closed Book, 1 sheet of notes (double sided) allowed 1. (5 pt)

More information

Development and Application of a Satellite-based Convective Cloud Object-Tracking Methodology: A Multipurpose Data Fusion Tool

Development and Application of a Satellite-based Convective Cloud Object-Tracking Methodology: A Multipurpose Data Fusion Tool Development and Application of a Satellite-based Convective Cloud Object-Tracking Methodology: A Multipurpose Data Fusion Tool Justin M. Sieglaff, Daniel C. Hartung, Wayne F. Feltz, Lee M. Cronce Cooperative

More information

EXPLORING SPATIAL PATTERNS IN YOUR DATA

EXPLORING SPATIAL PATTERNS IN YOUR DATA EXPLORING SPATIAL PATTERNS IN YOUR DATA OBJECTIVES Learn how to examine your data using the Geostatistical Analysis tools in ArcMap. Learn how to use descriptive statistics in ArcMap and Geoda to analyze

More information

IBM Big Green Innovations Environmental R&D and Services

IBM Big Green Innovations Environmental R&D and Services IBM Big Green Innovations Environmental R&D and Services Smart Weather Modelling Local Area Precision Forecasting for Weather-Sensitive Business Operations (e.g. Smart Grids) Lloyd A. Treinish Project

More information

CS 4204 Computer Graphics

CS 4204 Computer Graphics CS 4204 Computer Graphics Computer Animation Adapted from notes by Yong Cao Virginia Tech 1 Outline Principles of Animation Keyframe Animation Additional challenges in animation 2 Classic animation Luxo

More information

Data Preprocessing. Week 2

Data Preprocessing. Week 2 Data Preprocessing Week 2 Topics Data Types Data Repositories Data Preprocessing Present homework assignment #1 Team Homework Assignment #2 Read pp. 227 240, pp. 250 250, and pp. 259 263 the text book.

More information

Determining optimal window size for texture feature extraction methods

Determining optimal window size for texture feature extraction methods IX Spanish Symposium on Pattern Recognition and Image Analysis, Castellon, Spain, May 2001, vol.2, 237-242, ISBN: 84-8021-351-5. Determining optimal window size for texture feature extraction methods Domènec

More information