Image Analysis: To utilize the information contained in the digital image data matrix for the purpose of quantification. 1)Particle Counts 2)Area measurements.

Slides:



Advertisements
Similar presentations
NA-MIC National Alliance for Medical Image Computing Slicer Tutorial Module: Segmentation May 26, 2005.
Advertisements

5th Intensive Course on Soil Micromorphology Naples th - 14th September Image Analysis Lecture 8 Introduction to Binary Morphology.
5th Intensive Course on Soil Micromorphology Naples th - 14th September Image Analysis Lecture 3 Image Processing/Analysis Basic Requirements.
5th Intensive Course on Soil Micromorphology Naples th - 14th September Image Analysis Lecture 9 Grey-Level Morphology and Multi-Spectral Methods.
3DM Analyst Open Mine Pit Measuring System ADAM Technology wishes to acknowledge Kundana Gold Mining Company for their assistance in the preparation of.
CSE554Cell ComplexesSlide 1 CSE 554 Lecture 3: Shape Analysis (Part II) Fall 2014.
S.Kadnichanskiy Digital oblique images and their application. The possibility of aerial survey system A3 in taking oblique aerial photography.
Chapter 6 Raster Editing
Grey Level Enhancement Contrast stretching Linear mapping Non-linear mapping Efficient implementation of mapping algorithms Design of classes to support.
Computational Biology, Part 23 Biological Imaging II Robert F. Murphy Copyright  1996, 1999, All rights reserved.
Creation of a digital image from an analog signal. Analog-Digital Converter (ADC)
Week 7 - Monday.  What did we talk about last time?  Specular shading  Aliasing and antialiasing.
Basic Table-top SEM imaging
ImageJ tutorial showing the operations needed to calculate air-filled porosity for an example soil column.
Digital Imaging and Image Analysis
Objectives To identify elements and principles of design.
ABRF meeting 09 Light Microscopy Research Group. Why are there no standards? Imaging was largely an ultrastructure tool Digital imaging only common in.
December 5, 2013Computer Vision Lecture 20: Hidden Markov Models/Depth 1 Stereo Vision Due to the limited resolution of images, increasing the baseline.
Bit Depth and Spatial Resolution SIMG-201 Survey of Imaging Science © 2002 CIS/RIT.
MRI Image Segmentation for Brain Injury Quantification Lindsay Kulkin 1 and Bir Bhanu 2 1 Department of Biomedical Engineering, Syracuse University, Syracuse,
Fractal Image Compression
Scanning Electron Microscope د. عمر عبد القادر.
1 Lecture 11 Scene Modeling. 2 Multiple Orthographic Views The easiest way is to project the scene with parallel orthographic projections. Fast rendering.
Illustration & Photography- Ch 9 Creating Graphics Illustration- using images that represent or express to make a visual statement Can show something that.
EDAX Operation Operation of the Phoenix EDAX system
MULTIMEDIA TECHNOLOGY SMM 3001 MEDIA - GRAPHICS. In this chapter how the computer creates, stores, and displays graphic images how the computer creates,
The Elements of Art The elements of art are utilized by all artists, and a greater understanding of the principles which are used leads to a greater understanding.
Information Extraction from Cricket Videos Syed Ahsan Ishtiaque Kumar Srijan.
Design and Layout (part one) Elements of Art Multimedia.
Creating Web Documents: Images, files, etc. Web graphics Paint Shop Pro for conversions File management, Ws-ftp demonstration (Return to HTML next week)
Forensic Instrumentation
© 1999 Rochester Institute of Technology Introduction to Digital Imaging.
Texture. Texture is an innate property of all surfaces (clouds, trees, bricks, hair etc…). It refers to visual patterns of homogeneity and does not result.
Digital Images Can show something that cannot be photographed Illustration- using images that represent or express to make a visual statement.
December 4, 2014Computer Vision Lecture 22: Depth 1 Stereo Vision Comparing the similar triangles PMC l and p l LC l, we get: Similarly, for PNC r and.
Image Representation. Objectives  Bitmaps: resolution, colour depth and simple bitmap file calculations.  Vector graphics: drawing list – objects and.
September 5, 2013Computer Vision Lecture 2: Digital Images 1 Computer Vision A simple two-stage model of computer vision: Image processing Scene analysis.
Digital Image Processing CCS331 Relationships of Pixel 1.
Digital Imaging. Digital image - definition Image = “a two-dimensional function, f(x,y), where x and y are spatial coordinates, and the amplitude of f.
Presented By: ROLL No IMTIAZ HUSSAIN048 M.EHSAN ULLAH012 MUHAMMAD IDREES027 HAFIZ ABU BAKKAR096(06)
Digital Media Dr. Jim Rowan ITEC 2110 Vector Graphics II.
: Chapter 11: Three Dimensional Image Processing 1 Montri Karnjanadecha ac.th/~montri Image.
1 Artificial Intelligence: Vision Stages of analysis Low level vision Surfaces and distance Object Matching.
Copyright Howie Choset, Renata Melamud, Al Costa, Vincent Lee-Shue, Sean Piper, Ryan de Jonckheere. All Rights Reserved Computer Vision.
Design Studies 20 ‘Show Off’ Project How to make a computer monitor In Google Sketchup By: Liam Jack.
Computational Biology, Part 22 Biological Imaging II Robert F. Murphy Copyright  1996, 1999, All rights reserved.
Chapter 1 Section 4 Tools and Procedures. Tools play a major role in science.
By: David Gelbendorf, Hila Ben-Moshe Supervisor : Alon Zvirin
Lecture 9 Feature Extraction and Motion Estimation Slides by: Michael Black Clark F. Olson Jean Ponce.
Nottingham Image Analysis School, 23 – 25 June NITS Image Segmentation Guoping Qiu School of Computer Science, University of Nottingham
1 Mathematic Morphology used to extract image components that are useful in the representation and description of region shape, such as boundaries extraction.
Elements of Design Value and Color.
 Key principles of video composition  How contrast is used for emphasis  Techniques for creating depth in compositions.
Digital Media Dr. Jim Rowan ITEC 2110 Vector Graphics II.
Portable Camera-Based Assistive Text and Product Label Reading From Hand-Held Objects for Blind Persons.
Lesson Plan: Drafting and Design J6-2. What is 3D solid modeling? How do 3D solid modeling programs work?
BITMAPPED IMAGES & VECTOR DRAWN GRAPHICS
Chapter 10 Digital Signal and Image Processing
Chapter 6 Raster Editing
Getting Started with Adobe Photoshop CS6
Acoustical Society of America Meeting
Tools and techniques.
Factsheet #11 Understanding multiscale dynamics of landscape change through the application of remote sensing & GIS Small Stream Mapping Method: Local.
IMAGES.
Computer Art Semester Review DIRECTIONS
Chapter 6 Raster Editing
Chapter 6 Raster Editing
Dr. Jim Rowan ITEC 2110 Vector Graphics II
Scientific Visualization
Dr. Jim Rowan ITEC 2110 Vector Graphics II
Presentation transcript:

Image Analysis: To utilize the information contained in the digital image data matrix for the purpose of quantification. 1)Particle Counts 2)Area measurements 3)Mean particle diameter 4)Length or Size distribution

Image Analysis: Underlying the principles of image analysis the operator must remember one essential fact.

Image Analysis: Underlying the principles of image analysis the operator must remember one essential fact. Computers are STUPID!

Image Analysis: Dog or Cat? Any four year old can tell the difference but even the most sophisticated computers would have difficulty making the distinction.

First step in image analysis is to define those features that you wish to analyze so that the computer can “know” what data in the image is significant. Thresholding 1.By grey level (pixel value) 2.By size (# of contiguous pixels within a certain value range) 3.By shape (round vs. elongate)

First step is create a binary image based on some cut off value for pixel intensity.

A binary image can also be adjusted to cover a subset of pixel values.

In cases where the objects of interest are quite distinct it can be relatively straightforward to distinguish them based on pixel value alone.

Sometimes simple thresholding is insufficient in defining those features one wishes to count, especially if the objects are touching each other making it difficult to distinguish one object from another.

Adjusting the contrast of the image may help the operator identify the objects of interest but the computer would still have difficulty identifying the objects.

The operator can use a marking tool to identify the objects of interest.

This image may be easily thresholded and made into a binary image in which the number of objects may be easily counted.

The creation of a binary image is only part of what needs to be done.

If Objects appear to be connected, even by a narrow bridge, then those two objects will be considered as a single object by the computer.

The connections can be dissolved by performing an “erosion” operation which will remove the peripheral pixels in a pixel by pixel manner.

This will reduce the area occupied by the objects but pixels can be added back by a process known as dilation so that objects are restored to nearly their original size without reconnection.

rsb.info.nih.gov/nih-image rsb.info.nih.gov/nih-image NIH Image (Mac) rsb.info.nih.gov/ij rsb.info.nih.gov/ij ImageJ (PC) “Free” “Free” image analysis programs are available for downloading from the National Institutes of Health. They include many basic and some sophisticated capabilities.

Both NIH-Image and ImageJ have similar capabilities although the layouts are quite different.

First step is to crop the image so that only the area of interest is used.

Sometimes the image contrast must be inverted if the objects of interest are dark.

Next the image must be thresholded to create a binary image.

Using the “Analyze Particles” under the Analyze window all particles greater than 1 pixel and smaller than will be counted

Over 1300 particles are counted, most of which are only 1 pixel in size

If we raise the minimum size to 5 adjacent pixels and rerun the analysis

If we raise the minimum size to 5 adjacent pixels and rerun the analysis we get many fewer particles, only the 166 ones of interest

The output of the particle analysis can be exported as a file that can be uploaded into a spreadsheet program such as Excel and analyzed.

When placed in a spreadsheet the data can be analyzed in many different ways including size distribution, average size, percent area, etc.

Using this information one can refine the analysis looking for a way to distinguish single pores (72-92) vs. double pores ( )

An average area measurement can now be calculated for each single pore (85.5) and a ratio of single vs. double pores (5:2) can be determined.

Depending on how the image is to be used the operator can choose to collect the image in very high contrast. This will make the subsequent thresholding of the image much easier.

Side SE detector In-lens SE detector The choice of detector can also affect the image analysis

Side SE detector In-lens SE detector Especially after the image is thresholded

If one can calculate the pixel size, then accurate size and area measurements are possible.

Sophisticated image analysis can recognize patterns and detect and identify such complex patterns as those contained in diffraction patterns.

Measurements in Three Dimensions: What if we wanted to measure the precise height difference between two objects in an SEM image?

Measurements in Three Dimensions: First we must create a stereo pair image. Even though a conventional SEM image has a great depth of field it is still a two dimensional image.

Measurements in Three Dimensions: Steps in creating a stereo pair image (Bozzola & Russell p ) True 3-D imaging requires that the object be viewed from two different angles at the same time. A person with sight in only one eye can have excellent depth perception but cannot see something in 3-D.

Measurements in Three Dimensions: The first step is to create a stereo pair of images in which the specimen is eucentricaly tilted 8-12 degrees between pictures.

Measurements in Three Dimensions: To aid the observer in visualizing the stereo pair the “left hand” view can be colorized blue and the “right hand” view made red and superimposed on one another

Measurements in Three Dimensions: These Red/Blue images are known as anaglyph projections and can be quite dramatic

Quartz Crystals

Measurements in Three Dimensions:

“MeX is a software product to compute and analyze digital elevation models (DEMs) from stereoscopic scanning electron microscope (SEM) images. MeX opens up the third dimension to the SEM users. In order to determine the topography of microstructures MeX is the ultimate tool when other means have come to an end. Using MeX you can measure profiles, roughness values, area parameters and even volumes of your specimen from SEM images.”

Measurements in Three Dimensions: First one defines an area for a digital elevation map (DEM).

Measurements in Three Dimensions: The creation of a DEM is computationally intensive and starts by building a wire- frame model which can then be surfaced rendered

Measurements in Three Dimensions: Once created the DEM can be viewed from many angles and color coded to emphasize features such as height.

Measurements in Three Dimensions: Compare the DEM with an anaglyph projection

Measurements in Three Dimensions: Profiles can produce accurate measurements for objects that vary in height

Measurements in Three Dimensions: One can even measure volumes using this software. Unlike ImageJ MeX is not free!