Counting Iron-Absorbed Small Intestinal Cells

Slides:



Advertisements
Similar presentations
1 ECE 495 – Integrated System Design I Introduction to Image Processing ECE 495, Spring 2013.
Advertisements

Snohomish County Parks and Recreation Lord Hill Regional Park Trail Mapping Aaron Bailey Alex Commerer Joe Nguyen.
Image Processing in Matlab An Introductory Approach by Sabih D. Khan
Image Segmentation Image segmentation (segmentace obrazu) –division or separation of the image into segments (connected regions) of similar properties.
A Gimp Plugin that uses “GrabCut” to perform image segmentation
Terrain reconstruction through the contour lines of the scanned topographic maps Meir Tseitlin 2007.
Programming Assignment 2 CS308 Fall Goals Improve your skills with using templates. Learn how to compile your code when using templates. Learn more.
Efficient Moving Object Segmentation Algorithm Using Background Registration Technique Shao-Yi Chien, Shyh-Yih Ma, and Liang-Gee Chen, Fellow, IEEE Hsin-Hua.
Automatic Face Recognition Using Color Based Segmentation and Intelligent Energy Detection Michael Padilla and Zihong Fan Group 16 EE368, Spring
Understanding and Quantifying the Dancing Behavior of Stem Cells Before Attachment Clinton Y. Jung 1 and Dr. Bir Bhanu 2, Department of Electrical Engineering.
As part of the final PP presentation the following slides need to be included.
CSE 291 Final Project: Adaptive Multi-Spectral Differencing Andrew Cosand UCSD CVRR.
COS 429 PS3: Stitching a Panorama Due November 4 th.
A REAL-TIME VIDEO OBJECT SEGMENTATION ALGORITHM BASED ON CHANGE DETECTION AND BACKGROUND UPDATING 楊靜杰 95/5/18.
Conference Room Laser Pointer System Preliminary Design Report Anna Goncharova Brent Hoover Alex Mendes.
Chapter 3 Binary Image Analysis. Types of images ► Digital image = I[r][c] is discrete for I, r, and c.  B[r][c] = binary image - range of I is in {0,1}
July 11, 2001Daniel Whiteson Support Vector Machines: Get more Higgs out of your data Daniel Whiteson UC Berkeley.
UNDERSTANDING DYNAMIC BEHAVIOR OF EMBRYONIC STEM CELL MITOSIS Shubham Debnath 1, Bir Bhanu 2 Embryonic stem cells are derived from the inner cell mass.
Automated Face Detection Peter Brende David Black-Schaffer Veni Bourakov.
Clinton Jung Advisor: Bir Bhanu Center for Research in Intelligent Systems August 20, 2009.
Abstract Very important field of research in image processing is the ultrasound image processing. Because of the speckels, that are caused during the.
Electronic Note Cards Store notes, images, and sources on separate slides. Easily add new slides any time. Change the background color of each slide to.
Improving I/O with Compiler-Supported Parallelism Why Should We Care About I/O? Disk access speeds are much slower than processor and memory access speeds.
Eye regions localization Balázs Harangi – University of Debrecen Ciprian Pop – Technical University of Cluj-Napoca László Kovács – University of Debrecen.
Automatic License Plate Location Using Template Matching University of Wisconsin - Madison ECE 533 Image Processing Fall 2004 Project Kerry Widder.
1 Regions and Binary Images Hao Jiang Computer Science Department Sept. 24, 2009.
Image Segmentation in Color Space By Anisa Chaudhary.
Small Intestine Villi Cell Counting Meghan Olson & Jittapat Bunnag.
Digital Image Processing CSC331 Morphological image processing 1.
A NOVEL METHOD FOR COLOR FACE RECOGNITION USING KNN CLASSIFIER
Goal is to shrink a photo and then later in the animation have it grow back to its original size. Here is Option 1 – FAKE IT Download Part I for an overview.
1 Motivation Problem: Amateur photographers take unappealing pictures (e.g. personal and business use) Help users take better pictures with digital cameras.
Identifying, Visualising and Comparing Regions in 3D Surface Data Electrical and Computer Systems Engineering Postgraduate Student Research Forum 2001.
Scientific Method Review.  The scientific method is used by scientists to solve problems  It is organized and reproducible (can be repeated by other.
Image Segmentation Image segmentation (segmentace obrazu)
Figure 1 Single platelets Small aggregates Medium aggregates Large aggregates No adhesion.
©Soham Sengupta,
EE368: Digital Image Processing Bernd Girod Leahy, p.1/15 Face Detection on Similar Color Images Scott Leahy EE368, Stanford University May 30, 2003.
COS 429 PS3: Stitching a Panorama Due November 10 th.
Vision & Image Processing for RoboCup KSL League Rami Isachar Lihen Sternfled.
Introduction to Digital Image Analysis Kurt Thorn NIC.
Face Detection – EE368 Group 10 May 30, Face Detection EE 368 Group 10 Waqar Mohsin Noman Ahmed Chung-Tse Mar.
UW Madison Digital Image Processing Adam Slater and Matt McCormick / 12/14/2005 / Page 1 Breast Tumor Segmentation.
Over the recent years, computer vision has started to play a significant role in the Human Computer Interaction (HCI). With efficient object tracking.
Zachary Starr Dept. of Computer Science, University of Missouri, Columbia, MO 65211, USA Digital Image Processing Final Project Dec 11 th /16 th, 2014.
Coin Recognition Using MATLAB - Emad Zaben - Bakir Hasanein - Mohammed Omar.
Content Based Coding of Face Images
EE368 Final Project Spring 2003
Basic Image Analysis GUI for Cell Counting and Segmentation Tri Phan, Ravi Shrivastav, Rubina Narang.
Solar Image Recognition Workshop, Brussels, 23 & 24 Oct. The Detection of Filaments in Solar Images Dr. Rami Qahwaji Department of Electronic Imaging and.
Adaptive Median Filter
Digital Image Processing - (monsoon 2003) FINAL PROJECT REPORT
Face Detection EE368 Final Project Group 14 Ping Hsin Lee
Shane Bric and Kevin Paprocki
Image Fusion for Context Enhancement and Video Surrealism
Binary Image Analysis: Part 1 Readings: Chapter 3: 3.1, 3.4, 3.8
A New Approach to Track Multiple Vehicles With the Combination of Robust Detection and Two Classifiers Weidong Min , Mengdan Fan, Xiaoguang Guo, and Qing.
DICOM 11/21/2018.
Statistical Approach to a Color-based Face Detection Algorithm
Morphological Image Processing
Fall 2012 Longin Jan Latecki
Binary Image Analysis used in a variety of applications:
Binary Image Analysis: Part 1 Readings: Chapter 3: 3.1, 3.4, 3.8
Counting Iron-absorbed Small Intestinal
Chapter 13: Systems Analysis and Design
Morphological Operation
Statistical Classification on a Multispectral Image
Insert title here (Helvetica Neue Font 44)
Binary Image Analysis used in a variety of applications:
Morphological Filters Applications and Extension Morphological Filters
Presentation transcript:

Counting Iron-Absorbed Small Intestinal Cells Joe Halfen

Background The counting of the cells is done by hand. Previous work tried to use statistics to estimate the number of cells on a slide. Would like to use more reliable techniques to determine the number of cells

Project Overview Will use 4 test cases of a slide. Try to determine the best threshold and morphological techniques to accurately determine cell count. Give preliminary estimates on cell counts for the technique decided upon.

Preliminary Image Processing Exploit the color of the cells Subjective trial and error process Using threshold on the RGB colors before converting to gray map to do final threshold.

Image to be used.

4 Test cases. Best case Image Image with additional region boundaries Image with no cells Image with cells overlapping

Test Case 1 and Initial Processing Original Image Initial Try

More Successful Attempts

Case 2

Case 3

Case 4

Next step. Image processing to determine region boundaries. Fill in regions. Threshold to binary image. Count cells.

Higher level obstacles Separating cells Watershed Method. Statistics from image. Statistics from user input.

Conclusions Use Matlab implementation. Determine good method for preliminary processing. Identify addition adjustments that will need to be made to the program to make it most effective.