Astrocyte Analysis By Masters in Computer Science

Slides:



Advertisements
Similar presentations
3-D Computer Vision CSc83020 / Ioannis Stamos  Revisit filtering (Gaussian and Median)  Introduction to edge detection 3-D Computater Vision CSc
Advertisements

Robust statistical method for background extraction in image segmentation Doug Keen March 29, 2001.
Image Analysis Phases Image pre-processing –Noise suppression, linear and non-linear filters, deconvolution, etc. Image segmentation –Detection of objects.
Image Segmentation Image segmentation (segmentace obrazu) –division or separation of the image into segments (connected regions) of similar properties.
Biomedical Image Analysis Rangaraj M. Rangayyan Ch. 5 Detection of Regions of Interest: Sections , Presentation March 3rd 2005 Jukka Parviainen.
CPSC 425: Computer Vision (Jan-April 2007) David Lowe Prerequisites: 4 th year ability in CPSC Math 200 (Calculus III) Math 221 (Matrix Algebra: linear.
Medical Imaging Mohammad Dawood Department of Computer Science University of Münster Germany.
Medical Imaging Mohammad Dawood Department of Computer Science University of Münster Germany.
EE 7730 Image Segmentation.
Chapter 10 Image Segmentation.
Shape From Texture Nick Vallidis March 20, 2000 COMP 290 Computer Vision.
Segmentation Divide the image into segments. Each segment:
Edge Detection Phil Mlsna, Ph.D. Dept. of Electrical Engineering
Chapter 10 Image Segmentation.
Feature extraction Feature extraction involves finding features of the segmented image. Usually performed on a binary image produced from.
LAPPEENRANTA UNIVERSITY OF TECHNOLOGY THE DEPARTMENT OF INFORMATION TECHNOLOGY 1 Computer Vision: Fundamentals & Applications Heikki Kälviäinen Professor.
Segmentation-Based Image Compression 以影像切割為基礎的影像壓縮技術 Speaker: Jiun-De Huang Advisor: Jian-Jiun Ding Graduate Institute of Communication Engineering National.
Geodesic Minimal Paths Vida Movahedi Elder Lab, January 2010.
Perception Introduction Pattern Recognition Image Formation
Digital Image Processing In The Name Of God Digital Image Processing Lecture8: Image Segmentation M. Ghelich Oghli By: M. Ghelich Oghli
Chapter 14: SEGMENTATION BY CLUSTERING 1. 2 Outline Introduction Human Vision & Gestalt Properties Applications – Background Subtraction – Shot Boundary.
Topic 10 - Image Analysis DIGITAL IMAGE PROCESSING Course 3624 Department of Physics and Astronomy Professor Bob Warwick.
HOUGH TRANSFORM Presentation by Sumit Tandon
Lecture 2: Edge detection CS4670: Computer Vision Noah Snavely From Sandlot ScienceSandlot Science.
Intelligent Vision Systems ENT 496 Object Shape Identification and Representation Hema C.R. Lecture 7.
Computer Science Department Pacific University Artificial Intelligence -- Computer Vision.
Urban Building Damage Detection From Very High Resolution Imagery By One-Class SVM and Shadow Information Peijun Li, Benqin Song and Haiqing Xu Peking.
Cellular Automata based Edge Detection. Cellular Automata Definition A discrete mathematical system characterized by local interaction and an inherently.
November 13, 2014Computer Vision Lecture 17: Object Recognition I 1 Today we will move on to… Object Recognition.
Image Segmentation and Edge Detection Digital Image Processing Instructor: Dr. Cheng-Chien LiuCheng-Chien Liu Department of Earth Sciences National Cheng.
A survey of different shape analysis techniques 1 A Survey of Different Shape Analysis Techniques -- Huang Nan.
CS654: Digital Image Analysis
Digital Image Processing
Raquel A. Romano 1 Scientific Computing Seminar May 12, 2004 Projective Geometry for Computer Vision Projective Geometry for Computer Vision Raquel A.
Computer Vision and Digital Photogrammetry Methodologies for Extracting Information and Knowledge from Remotely Sensed Data Toni Schenk, CEEGS Department,
PROJECT#3(b) Astrocyte Analysis
主講者 : 陳建齊. Outline & Content 1. Introduction 2. Thresholding 3. Edge-based segmentation 4. Region-based segmentation 5. conclusion 2.
Digital Image Processing
Machine Vision ENT 273 Regions and Segmentation in Images Hema C.R. Lecture 4.
Digital Camera and Computer Vision Laboratory Department of Computer Science and Information Engineering National Taiwan University, Taipei, Taiwan, R.O.C.
Image Segmentation Prepared by:- Prof. T.R.Shah Mechatronics Engineering Department U.V.Patel College of Engineering, Ganpat Vidyanagar.
Robotics Chapter 6 – Machine Vision Dr. Amit Goradia.
Lecture 4-1CS251: Intro to AI/Lisp II Where did that edge go? April 29th, 1999.
Instructor: Mircea Nicolescu Lecture 5 CS 485 / 685 Computer Vision.
Digital Image Processing
Image Features (I) Dr. Chang Shu COMP 4900C Winter 2008.
The Nervous System. Table of Contents 11/6/13Nervous System Vocab53 11/6/13Nervous System Diagrams54.
1 Review and Summary We have covered a LOT of material, spending more time and more detail on 2D image segmentation and analysis, but hopefully giving.
Motion Segmentation at Any Speed Shrinivas J. Pundlik Department of Electrical and Computer Engineering, Clemson University, Clemson, SC.
Breaking down basic facts 2 x 3 x 4 4 x 3 x 2 6 x 4.
IMAGE PROCESSING Tadas Rimavičius.
Machine Vision ENT 273 Lecture 4 Hema C.R.
Edge Detection Phil Mlsna, Ph.D. Dept. of Electrical Engineering Northern Arizona University.
DIGITAL SIGNAL PROCESSING
Color-Texture Analysis for Content-Based Image Retrieval
Brain Hemorrhage Detection and Classification Steps
Machine Vision Acquisition of image data, followed by the processing and interpretation of these data by computer for some useful application like inspection,
7 elements of remote sensing process
Vehicle Segmentation and Tracking in the Presence of Occlusions
Lecture 2: Edge detection
Extracting Individual Tracks from Polyphonic Music
Volume Rendering (2).
DICOM 11/21/2018.
Digital Image Processing
Parallel Integration of Video Modules
Object Recognition Today we will move on to… April 12, 2018
?. ? White Fuzzy Color Oblong Texture Shape Most problems in vision are underconstrained White Color Most problems in vision are underconstrained.
Aline Martin ECE738 Project – Spring 2005
Chapter 10 – Image Segmentation
Presentation transcript:

Astrocyte Analysis By Masters in Computer Science Rakesh Singrikonda [rsingrik@kent.edu] Rambabu Chelikani [rchelika@kent.edu] Manoj Thatikonda [mthatiko@kent.edu] Masters in Computer Science Kent State University

Table of contents Astrocyte Structure Goals Segmentation and approaches. Our process.

What is astrocyte? These are star-shaped glial cells in the brain and spinal cord. These are the most abundant cell of the human brain. Astrocytes are a sub-type of glial cells in the central nervous system.

structure

Goals: automatically segment Individual Glial Cells. intelligent thresholding. Segmentation. seed points classification. classify astrocytes and provide volume and surface area.

Segmentation it is the process of partitioning a digital image into multiple segments. it is used to locate objects or their boundaries.

Approaches to segmentation: Simple tresholding. Edge detection. Watershed transformation. Etc….

Simple tresholding How To Choose The Value For The Threshold T ? By Visual Inspections Based On The Accurate Image Level The Treshold Can Be Applied. Does not require specific knowledge about the image.

Edge detection Edge Detection Extracts The Boundaries Of The Objects, Instead Of The Objects Themselves. Edge detection aims at identifying points in a digital image at which the image brightness changes sharply or more formally has discontinuities. Discontinuities in image brightness are likely to correspond to: discontinuities in depth discontinuities in surface orientation changes in material properties variations in scene illumination

Watershed transformation Watershed Segmentation Is An Approach Developed To Solve The Very Common Problem Of Separating Touching Objects. Segmentation Failed To Separate Too Close Objects

OUR Process Segmentation Thresholding, edge detection, watershed transformation

Cells after segmentation

Center of mass map

Centroid identification

Test Results

3D identification results

3D identification results

Summary of results

Any Queries ???