Image segmentation applied to cytology

Size: px
Start display at page:

Download "Image segmentation applied to cytology"

Transcription

1 Image segmentation applied to cytology Niels VAN VLIET LRDE seminar, May 14, 2003

2 Table of contents Table of contents Introduction [1/4] Extraction of the background [2/4] Extraction of the heaps [3/4] Extraction of the nuclei s position [4/4] Extraction of the nuclei s boundaries Conclusion Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

3 Introduction Introduction The Automatic Detection of Healthy Or Cancerous Cells (AD-HOC) is divided into two parts: Extraction of the data from the image Analysis of the data (future work) Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

4 Introduction A few definitions What is a (healthy) cell? Nucleus Chromatine Cytoplasm Background Nucleus diameter 10µ The nucleus s boundary is regular The nucleus is round ( oval!) Nucleus darker than the cytoplasm Cytoplasm darker than the background Cytoplasm much bigger than the nucleus Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

5 Introduction What is a cancerous cell? sizeof(nucleus)/sizeof(cytoplasm) is big Nucleus diameter > 13µ Dark nucleus Irregular shape Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

6 Introduction A spot A 2 cm spot magnified 400x: Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

7 Introduction Origin of the images How to create a spot? Fine needle aspiration Chemical destruction of useless objects Separation of the cells in a bath Centrifugation Extraction of the cells sticked on the sides by a centrifuge Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

8 Introduction Problems Problems of the screening: Slow Harmful Subjective Solution: Automation Decision Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

9 Introduction Input Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

10 Introduction Output of the segmentation Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

11 Introduction Problems encountered 9 problems are going to be presented: Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

12 Introduction 1. No color: Normal case 2. Problems of contrast: Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

13 Introduction 3. Fuzzy cells: 4. Different sizes: Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

14 Introduction 5. Heterogeneous surfaces: Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

15 Introduction 6. Heterogeneous shapes: Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

16 Introduction 7. Multiple cells: 8. Heaps: Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

17 Introduction Finding something abnormal We have to accept more than the normal (green) cells, but not to accept other objects (black). Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

18 Extraction of 1. The background 2. The heaps 3. The position of the nuclei 4. The boundary of the nuclei Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

19 [1/4] Extraction of the background [1/4] Extraction of the background Using Watershed[Lezoray 98] Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

20 Using Watershed [1/4] Extraction of the background Image Extraction of Markers Watershed Regions Do not work well: No color Fuzzy boundaries between cytoplasm and background Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

21 [1/4] Using thresholds [1/4] Extraction of the background K-Mean Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

22 [1/4] Extraction of the background Threshold using the histogram Problems: Dust on the light Dark points in the background Opening Impurities and heterogeneous cells White points in the cells Closing Image Threshold Open Close background Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

23 [1/4] Extraction of the background [1/4] Threshold and opening Threshold After the opening Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

24 [2/4] Extraction of the heaps [2/4] Extraction of the heaps Separation of the isolated cells and the heaps Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

25 Heap s boundary [2/4] Extraction of the heaps Heap = Heap + isolated cells stick on the heap Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

26 [2/4] Extraction of the heaps Image Threshold Connected Components Still exist after the opening? Regions Opening Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

27 [2/4] Extraction of the heaps [2/4] Original/Threshold/Opening/Result Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

28 [3/4] Extraction of the nuclei s position [3/4] Extraction of the nuclei s position Image Threshold Erosion Last Erosion markers (nucleus) Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

29 [3/4] Extraction of the nuclei s position [3/4] Original/Threshold + Erosion/Last Erosion Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

30 [3/4] Result [3/4] Extraction of the nuclei s position Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

31 [4/4] Extraction of the nuclei s boundaries [4/4] Extraction of the nuclei s boundaries Now, the position of the nucleus is known (white cross) The goal is to find the boundary of the nucleus (blue and green line) Watershed Radius Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

32 [4/4] Extraction of the nuclei s boundaries Using Watershed[Lezoray98] The markers (where the water comes from) are the position of of the nuclei The gradient of the image is needed The water should not be stopped by the impurities of the cell Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

33 [4/4] Extraction of the nuclei s boundaries Beucher s Gradient Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

34 Area Closing [4/4] Extraction of the nuclei s boundaries Clear small dark areas Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

35 [4/4] Extraction of the nuclei s boundaries Extraction of nuclei s boundary using watershed Area Closing Beucher s Gradient Image Watershed Nuclei Extraction of Markers Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

36 Result [4/4] Extraction of the nuclei s boundaries Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

37 [4/4] Extraction of the nuclei s boundaries Over-segmentation Over-segmentation within the nuclei! Union of regions that share a boundary Many nuclei sticked together share the same region! Separation of these regions with distance map Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

38 [4/4] Extraction of the nuclei s boundaries Separation of interconnected nuclei Mask of Connected Nuclei Last Erosion Distance map Separate Watershed Nuclei Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

39 [4/4] Extraction of the nuclei s boundaries Do not work well on heterogenous cells. Do not work well on fuzzy cells Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

40 [4/4] Extraction of the nuclei s boundaries Shape s information Research of elliptic objects[wu, Barba, Gil 98] Snakes [lee, Street 99] Research of round objects[bamford/lovell] Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

41 Radius [4/4] Extraction of the nuclei s boundaries α coefficient Cost = α circular shape+ (1 α) bondary matching angle coefficient range Problem: Our images are much more heterogeneous Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

42 Nagao filter [4/4] Extraction of the nuclei s boundaries Center x 1 Sides x 4 rotations Corners x 4 rotations Without filtered After filtered Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

43 [4/4] Extraction of the nuclei s boundaries Problems of the radius technique The centers of the nuclei are not exact Cancerous cells are (sometime) oval and not circular Huge difference of size More radius, longer radius Too slow to compute every path and harder to control Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

44 Results [4/4] Extraction of the nuclei s boundaries Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

45 [4/4] Extraction of the nuclei s boundaries Improving the segmentation 1/3 Two segmentations [Bamford/Lovell] Using a trust degree (cost of the path) Detecting errors after the segmentation Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

46 [4/4] Extraction of the nuclei s boundaries Improving the segmentation 2/3 Using more information; example with the radius technique: Wider circles: Using the inclusion information Local information: Same gray level for the same nucleus / cytoplasm Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

47 [4/4] Extraction of the nuclei s boundaries Improving the segmentation 3/3 General information (if x cells share 1 heap, at least 1 cell is bigger than size(heap)/x) Focus on interesting parts of the image (dark) Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

48 Conclusion Conclusion of abnormal cells segmentation of normal cells Classification of the result can remove the wrong cells Using more informations The goal is not to replace the pathologist Image segmentation applied to cytology, Niels VAN VLIET - LRDE seminar, May 14,

Centre for Computational and Numerical Studies, Institute of Advanced Study in Science and Technology 2. Dept. of Statistics, Gauhati University

Centre for Computational and Numerical Studies, Institute of Advanced Study in Science and Technology 2. Dept. of Statistics, Gauhati University Cervix Cancer Diagnosis from Pap Smear Images Using Structure Based Segmentation and Shape Analysis 1 Lipi B. Mahanta, 2 Dilip Ch. Nath, 1 Chandan Kr. Nath 1 Centre for Computational and Numerical Studies,

More information

ImageJ: Introduction to Image Analysis 3 May 2012 Jacqui Ross

ImageJ: Introduction to Image Analysis 3 May 2012 Jacqui Ross Biomedical Imaging Research Unit School of Medical Sciences Faculty of Medical and Health Sciences The University of Auckland Private Bag 92019 Auckland 1142, NZ Ph: 373 7599 ext. 87438 http://www.fmhs.auckland.ac.nz/sms/biru/.

More information

Estimating malaria parasitaemia in images of thin smear of human blood

Estimating malaria parasitaemia in images of thin smear of human blood CSIT (March 2014) 2(1):43 48 DOI 10.1007/s40012-014-0043-7 Estimating malaria parasitaemia in images of thin smear of human blood Somen Ghosh Ajay Ghosh Sudip Kundu Received: 3 April 2014 / Accepted: 4

More information

Application of Machine Vision Technology in the Diagnosis of Maize Disease

Application of Machine Vision Technology in the Diagnosis of Maize Disease Application of Machine Vision Technology in the Diagnosis of Maize Disease Liying Cao, Xiaohui San, Yueling Zhao, and Guifen Chen * College of Information and Technology Science, Jilin Agricultural University,

More information

MetaXpress Software: Cell Scoring Module

MetaXpress Software: Cell Scoring Module MetaXpress Software: Cell Scoring Module Cell Scoring Module Overview The Cell Scoring module can be used to analyze cells imaged in 2 wavelengths W1 should be a stain for all nuclei (e.g. DAPI, Hoechst,

More information

Student: Nizar Cherkaoui. Advisor: Dr. Chia-Ling Tsai (Computer Science Dept.) Advisor: Dr. Eric Muller (Biology Dept.)

Student: Nizar Cherkaoui. Advisor: Dr. Chia-Ling Tsai (Computer Science Dept.) Advisor: Dr. Eric Muller (Biology Dept.) Student: Nizar Cherkaoui Advisor: Dr. Chia-Ling Tsai (Computer Science Dept.) Advisor: Dr. Eric Muller (Biology Dept.) Outline Introduction Foreground Extraction Blob Segmentation and Labeling Classification

More information

User Reference Manual

User Reference Manual User Reference Manual IN SITU HYBRIDIZATION QUANTIFICATION (for research purposes only) Contents Overview... 3 System Requirements... 3 Compatible File Formats... 3 Input Parameters... 4 Output Parameters...

More information

White Blood Cells Identification and Counting from Microscopic Blood Image

White Blood Cells Identification and Counting from Microscopic Blood Image White Blood Cells Identification and Counting from Microscopic Blood Image Lorenzo Putzu, and Cecilia Di Ruberto Abstract The counting and analysis of blood cells allows the evaluation and diagnosis of

More information

IMAGE CORRECTION. You can find this and more information with video tutorials at

IMAGE CORRECTION. You can find this and more information with video tutorials at IMAGE CORRECTION You can find this and more information with video tutorials at http://www.adobe.com/support/photoshop/ P H O T O S H O P T O O L S CLONE STAMP TOOL The Clone Stamp tool paints one part

More information

Introduction Approach Work Performed and Results

Introduction Approach Work Performed and Results Algorithm for Morphological Cancer Detection Carmalyn Lubawy Melissa Skala ECE 533 Fall 2004 Project Introduction Over half of all human cancers occur in stratified squamous epithelia. Approximately one

More information

Counting Sugar Crystals using Image Processing Techniques

Counting Sugar Crystals using Image Processing Techniques Counting Sugar Crystals using Image Processing Techniques Bill Seota, Netshiunda Emmanuel, GodsGift Uzor, Risuna Nkolele, Precious Makganoto, David Merand, Andrew Paskaramoorthy, Nouralden, Lucky Daniel

More information

Version 6. User Manual OBJECT

Version 6. User Manual OBJECT Version 6 User Manual OBJECT 2006 BRUKER OPTIK GmbH, Rudolf-Plank-Str. 27, D-76275 Ettlingen, www.brukeroptics.com All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

CHAPTER 4 LOCATING THE CENTER OF THE OPTIC DISC AND MACULA

CHAPTER 4 LOCATING THE CENTER OF THE OPTIC DISC AND MACULA 90 CHAPTER 4 LOCATING THE CENTER OF THE OPTIC DISC AND MACULA The objective in this chapter is to locate the centre and boundary of OD and macula in retinal images. In Diabetic Retinopathy, location of

More information

Multi-resolution Cervical Cell Dataset

Multi-resolution Cervical Cell Dataset Report 37 Multi-resolution Cervical Cell Dataset Patrik Malm December 2013 Centre for Image Analysis Swedish University of Agricultural Sciences Uppsala University Uppsala 2013 Multi-resolution Cervical

More information

Introduction to Image Analysis with

Introduction to Image Analysis with Introduction to Image Analysis with PLEASE ENSURE FIJI IS INSTALLED CORRECTLY! WHAT DO WE HOPE TO ACHIEVE? Specifically, the workshop will cover the following topics: 1. Opening images with Bioformats

More information

Create A Briefcase Icon

Create A Briefcase Icon Create A Briefcase Icon In this tutorial, I will show you how to create a briefcase icon with rectangles, ellipses, and gradients. This briefcase icon is great for web designs and user interfaces. Moreover,

More information

Image Enhancement in the Spatial Domain (Part 1)

Image Enhancement in the Spatial Domain (Part 1) Image Enhancement in the Spatial Domain (Part 1) Lecturer: Dr. Hossam Hassan Email : hossameldin.hassan@eng.asu.edu.eg Computers and Systems Engineering Principle Objective of Enhancement Process an image

More information

Segmentation of Microscopic Bone Images

Segmentation of Microscopic Bone Images International Journal of Electronics Engineering, 2(1), 2010, pp. 11-15 Segmentation of Microscopic Bone Images Anand Jatti Research Scholar, Vishveshvaraiah Technological University, Belgaum, Karnataka

More information

Segmentation and Analysis of Microscopic Osteosarcoma Bone Images

Segmentation and Analysis of Microscopic Osteosarcoma Bone Images Segmentation and Analysis of Microscopic Osteosarcoma Bone Images Anand Jatti 1, Dr.S.C.Prasannakumar 2, Dr.Ramakanth Kumar. 1 Associate Professor, (Research Scholar, VTU, Belgaum), IT Dept, R.V.College

More information

CS 547 Digital Imaging Lecture 2

CS 547 Digital Imaging Lecture 2 CS 547 Digital Imaging Lecture 2 Basic Photo Corrections & Retouching and Repairing Selection Tools Rectangular marquee tool Use to select rectangular images Elliptical Marque Tool Use to select elliptical

More information

Drawing the Red Christmas Bell

Drawing the Red Christmas Bell Vector 3D Christmas Bells Thinking of drawing some Christmas bells for this Christmas? Read this illustrator tutorial to learn how to draw 5 different styles of vector Christmas bells using the 3D Revolve

More information

Biometrics Final Project Report

Biometrics Final Project Report Andres Uribe au2158 Introduction Biometrics Final Project Report Coin Counter The main objective for the project was to build a program that could count the coins money value in a picture. The work was

More information

Definiens. Tissue Studio 4.2. Tutorial 1: Composer and Nuclear Markers

Definiens. Tissue Studio 4.2. Tutorial 1: Composer and Nuclear Markers Definiens Tissue Studio 4.2 Tutorial 1: Composer and Nuclear Markers Tutorial 1: Composer and Nuclear Markers Imprint and Version Copyright 2015 Definiens AG. All rights reserved. This document may be

More information

Color Based Segmentation of Nuclear Stained Breast Cancer Cell Images

Color Based Segmentation of Nuclear Stained Breast Cancer Cell Images 158 ECTI TRANSACTIONS ON ELECTRICAL ENG., ELECTRONICS, AND COMMUNICATIONS VOL.5, NO.2 August 2007 Color Based Segmentation of Nuclear Stained Breast Cancer Cell Images Pornchai Phukpattaranont 1 and Pleumjit

More information

Looking at the first stage of creating a rectangular mask above, you can see that the glass area of the window is not an exact rectangle, the right

Looking at the first stage of creating a rectangular mask above, you can see that the glass area of the window is not an exact rectangle, the right Making Masks by Dennis Wilkins Picture Window and Picture Window Pro have many tools and image transforming functions to handle any photographic editing requirement. In addition to functions that modify

More information

The Camera Club. David Champion January 2011

The Camera Club. David Champion January 2011 The Camera Club B&W Negative Proccesing After Scanning. David Champion January 2011 That s how to scan a negative, now I will explain how to process the image using Photoshop CS5. To achieve a good scan

More information

Using Binary Layers with NIS-Elements

Using Binary Layers with NIS-Elements Using Binary Layers with NIS-Elements Overview This technical note describes the usage of Binary Layers with NIS-Elements. Binary layers form an extension of simple intensity thresholding technique, allowing

More information

HOW TO MAKE A R2D2 PENCIL HOLDER

HOW TO MAKE A R2D2 PENCIL HOLDER HOW TO MAKE A R2D2 PENCIL HOLDER By Kaicie Messer 1 Introduction This set of instructions explains how to make a R2D2 pencil holder. It will not detail other characters. Any person of any age and skill

More information

CSE 564: Scientific Visualization

CSE 564: Scientific Visualization CSE 564: Scientific Visualization Lecture 5: Image Processing Klaus Mueller Stony Brook University Computer Science Department Klaus Mueller, Stony Brook 2003 Image Processing Definitions Purpose: - enhance

More information

Automatic Locating the Centromere on Human Chromosome Pictures

Automatic Locating the Centromere on Human Chromosome Pictures Automatic Locating the Centromere on Human Chromosome Pictures M. Moradi Electrical and Computer Engineering Department, Faculty of Engineering, University of Tehran, Tehran, Iran moradi@iranbme.net S.

More information

Automated Detection of Early Lung Cancer and Tuberculosis Based on X- Ray Image Analysis

Automated Detection of Early Lung Cancer and Tuberculosis Based on X- Ray Image Analysis Proceedings of the 6th WSEAS International Conference on Signal, Speech and Image Processing, Lisbon, Portugal, September 22-24, 2006 110 Automated Detection of Early Lung Cancer and Tuberculosis Based

More information

Sec Geometry - Constructions

Sec Geometry - Constructions Sec 2.2 - Geometry - Constructions Name: 1. [COPY SEGMENT] Construct a segment with an endpoint of C and congruent to the segment AB. A B C **Using a ruler measure the two lengths to make sure they have

More information

Project: Sudoku solver

Project: Sudoku solver Project: Sudoku solver Write a program that finds the sudoku square in the image, detects the 81 fields, and identifies the number in the fields that have a number. The output should be a 9x9 matrix with

More information

AUTOMATED DIFFERENTIAL BLOOD COUNT USING IMAGE QUANTIZATION

AUTOMATED DIFFERENTIAL BLOOD COUNT USING IMAGE QUANTIZATION Case Report AUTOMATED DIFFERENTIAL BLOOD COUNT USING IMAGE QUANTIZATION Bakht Azam, Sami Ur Rahman, Fakhre Alam Department of Computer Science, University of Malakand - Pakistan ABSTRACT Objective: The

More information

CoE4TN4 Image Processing. Chapter 3: Intensity Transformation and Spatial Filtering

CoE4TN4 Image Processing. Chapter 3: Intensity Transformation and Spatial Filtering CoE4TN4 Image Processing Chapter 3: Intensity Transformation and Spatial Filtering Image Enhancement Enhancement techniques: to process an image so that the result is more suitable than the original image

More information

Adobe Photoshop CS5 ACE

Adobe Photoshop CS5 ACE Adobe Photoshop CS5 ACE Number: A9A0-150 Passing Score: 800 Time Limit: 120 min File Version: 1.0 Sections 1. Selection Tools Exam A QUESTION 1 John creates a circular selection with Elliptical Marquee

More information

Automatic Morphological Segmentation and Region Growing Method of Diagnosing Medical Images

Automatic Morphological Segmentation and Region Growing Method of Diagnosing Medical Images International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 2, Number 3 (2012), pp. 173-180 International Research Publications House http://www. irphouse.com Automatic Morphological

More information

Fig. 1

Fig. 1 PhysicsAndMathsTutor.com 1 1. Fig. 1 shows data for the intensity of a parallel beam of X-rays after penetration through varying thicknesses of a material. intensity / MW m 2 thickness / mm 0.91 0.40 0.69

More information

Quality control of microarrays

Quality control of microarrays Quality control of microarrays Solveig Mjelstad Angelskår Intoduction to Microarray technology September 2009 Overview of the presentation 1. Image analysis 2. Quality Control (QC) general concepts 3.

More information

Preparing Remote Sensing Data for Natural Resources Mapping (image enhancement, rectifications )

Preparing Remote Sensing Data for Natural Resources Mapping (image enhancement, rectifications ) Preparing Remote Sensing Data for Natural Resources Mapping (image enhancement, rectifications ) Why is this important What are the major approaches Examples of digital image enhancement Follow up exercises

More information

Create a Simple Storefront Icon

Create a Simple Storefront Icon Create a Simple Storefront Icon In this tutorial I will show you how to create a simple storefront icon using some rectangles, Illustrator Effects, and gradients. This icon is great for use in e-commerce

More information

Fovea and Optic Disc Detection in Retinal Images with Visible Lesions

Fovea and Optic Disc Detection in Retinal Images with Visible Lesions Fovea and Optic Disc Detection in Retinal Images with Visible Lesions José Pinão 1, Carlos Manta Oliveira 2 1 University of Coimbra, Palácio dos Grilos, Rua da Ilha, 3000-214 Coimbra, Portugal 2 Critical

More information

Henry County Schools Fifth Grade Science Scope and Sequence. Standards and Elements

Henry County Schools Fifth Grade Science Scope and Sequence. Standards and Elements Classroom Expectations & Procedures 3 weeks Aug 3 Aug 21 Safety S5CS8. Students will understand important features of the process of scientific inquiry. Students will apply the following to inquiry learning

More information

Malignancy Detection of Candidate for Basal Cell Carcinoma Using Image Processing and Artificial Neural Network

Malignancy Detection of Candidate for Basal Cell Carcinoma Using Image Processing and Artificial Neural Network DLSU Engineering e-journal Vol. 1 No. 1, March 2007, pp.70-79 Malignancy Detection of Candidate for Basal Cell Carcinoma Using Image Processing and Artificial Neural Network Armida R. Bayot Louise Ann

More information

PARAMETER ESTIMATION OF METAL BLOOMS USING IMAGE PROCESSING TECHNIQUES

PARAMETER ESTIMATION OF METAL BLOOMS USING IMAGE PROCESSING TECHNIQUES PARAMETER ESTIMATION OF METAL BLOOMS USING IMAGE PROCESSING TECHNIQUES Avadhoot R. Telepatil 1, Shrinivas A.Patil 2 PG student, Department of Electronics Engineering, Textile and Engineering Institute,

More information

ADOBE PHOTOSHOP CS TUTORIAL

ADOBE PHOTOSHOP CS TUTORIAL ADOBE PHOTOSHOP CS TUTORIAL A D O B E P H O T O S H O P C S Adobe Photoshop CS is a popular image editing software that provides a work environment consistent with Adobe Illustrator, Adobe InDesign, Adobe

More information

COMPUTER-AIDED DETECTION OF CLUSTERED CALCIFICATION USING IMAGE MORPHOLOGY

COMPUTER-AIDED DETECTION OF CLUSTERED CALCIFICATION USING IMAGE MORPHOLOGY COMPUTER-AIDED DETECTION OF CLUSTERED CALCIFICATION USING IMAGE MORPHOLOGY Ariya Namvong Department of Information and Communication Technology, Rajamangala University of Technology Isan, Nakhon Ratchasima,

More information

Enhanced Identification of Malarial Infected Objects using Otsu Algorithm from Thin Smear Digital Images

Enhanced Identification of Malarial Infected Objects using Otsu Algorithm from Thin Smear Digital Images International Journal of Latest Research in Science and Technology Vol.1,Issue 2 :Page No159-163,July-August(2012) http://www.mnkjournals.com/ijlrst.htm ISSN (Online):2278-5299 Enhanced Identification

More information

8.2 IMAGE PROCESSING VERSUS IMAGE ANALYSIS Image processing: The collection of routines and

8.2 IMAGE PROCESSING VERSUS IMAGE ANALYSIS Image processing: The collection of routines and 8.1 INTRODUCTION In this chapter, we will study and discuss some fundamental techniques for image processing and image analysis, with a few examples of routines developed for certain purposes. 8.2 IMAGE

More information

EastRising LCD Panel Quality Criteria

EastRising LCD Panel Quality Criteria EastRising Technology Co.,Ltd. EastRising LCD Panel Quality Criteria ISO9001 Registered Company sira CERTIFICATION 011 REV Descriptions Release Date 1.0 Preliminay Release Nov-24-2009 2.0 Add more Precaution

More information

NON UNIFORM BACKGROUND REMOVAL FOR PARTICLE ANALYSIS BASED ON MORPHOLOGICAL STRUCTURING ELEMENT:

NON UNIFORM BACKGROUND REMOVAL FOR PARTICLE ANALYSIS BASED ON MORPHOLOGICAL STRUCTURING ELEMENT: IJCE January-June 2012, Volume 4, Number 1 pp. 59 67 NON UNIFORM BACKGROUND REMOVAL FOR PARTICLE ANALYSIS BASED ON MORPHOLOGICAL STRUCTURING ELEMENT: A COMPARATIVE STUDY Prabhdeep Singh1 & A. K. Garg2

More information

A Hybrid Colour Image Enhancement Technique Based on Contrast Stretching and Peak Based Histogram Equalization

A Hybrid Colour Image Enhancement Technique Based on Contrast Stretching and Peak Based Histogram Equalization A Hybrid Colour Image Enhancement Technique Based on Contrast Stretching and Peak Based Histogram Equalization A Balachandra Reddy, K Manjunath Abstract: Medical image enhancement technologies have attracted

More information

In this rather technical follow-up article to my original

In this rather technical follow-up article to my original Adjusting Photographs for Print or Web Use In this rather technical follow-up article to my original photography article, I will discuss how I use Photoshop CS5 after taking photos of flow blue or mulberry

More information

Information hiding in fingerprint image

Information hiding in fingerprint image Information hiding in fingerprint image Abstract Prof. Dr. Tawfiq A. Al-Asadi a, MSC. Student Ali Abdul Azzez Mohammad Baker b a Information Technology collage, Babylon University b Department of computer

More information

AUTOMATED MALARIA PARASITE DETECTION BASED ON IMAGE PROCESSING PROJECT REFERENCE NO.: 38S1511

AUTOMATED MALARIA PARASITE DETECTION BASED ON IMAGE PROCESSING PROJECT REFERENCE NO.: 38S1511 AUTOMATED MALARIA PARASITE DETECTION BASED ON IMAGE PROCESSING PROJECT REFERENCE NO.: 38S1511 COLLEGE : BANGALORE INSTITUTE OF TECHNOLOGY, BENGALURU BRANCH : COMPUTER SCIENCE AND ENGINEERING GUIDE : DR.

More information

Light microscopy BMB 173, Lecture 14, Feb. 21, 2018

Light microscopy BMB 173, Lecture 14, Feb. 21, 2018 Light microscopy The Structural Biology Continuum Next two lectures: Light microscopy Many slides taken from Scott Fraser, Murphy s Fundamentals of light microscopy, Alberts Molecular Biology of the Cell,

More information

This tutorial will show you how to change your images into a cool dirty grunge design, which could be used for posters, prints, CD covers, etc.

This tutorial will show you how to change your images into a cool dirty grunge design, which could be used for posters, prints, CD covers, etc. This tutorial will show you how to change your images into a cool dirty grunge design, which could be used for posters, prints, CD covers, etc.today We ll be making this: STEP 1: Open a new document in

More information

Microscope Review. 1. A compound light microscope is represented in the diagram below.

Microscope Review. 1. A compound light microscope is represented in the diagram below. Name Microscope Review Date 1. A compound light microscope is represented in the diagram below. 5. The diagram below represents a hydra as viewed with a compound light microscope. If the hydra moves toward

More information

Scrabble Board Automatic Detector for Third Party Applications

Scrabble Board Automatic Detector for Third Party Applications Scrabble Board Automatic Detector for Third Party Applications David Hirschberg Computer Science Department University of California, Irvine hirschbd@uci.edu Abstract Abstract Scrabble is a well-known

More information

MATHEMATICAL MORPHOLOGY AN APPROACH TO IMAGE PROCESSING AND ANALYSIS

MATHEMATICAL MORPHOLOGY AN APPROACH TO IMAGE PROCESSING AND ANALYSIS MATHEMATICAL MORPHOLOGY AN APPROACH TO IMAGE PROCESSING AND ANALYSIS Divya Sobti M.Tech Student Guru Nanak Dev Engg College Ludhiana Gunjan Assistant Professor (CSE) Guru Nanak Dev Engg College Ludhiana

More information

12.5" f/8 Newtonian. 12.5" f/8 Newtonian. 12.5" f/8 Newtonian. 12.5" f/8 Newtonian. 12.5" f/8 Newtonian. 12.5" f/8 Newtonian

12.5 f/8 Newtonian. 12.5 f/8 Newtonian. 12.5 f/8 Newtonian. 12.5 f/8 Newtonian. 12.5 f/8 Newtonian. 12.5 f/8 Newtonian Object Arp Number Date Time Seeing Trans. Location Equipment Description NGC 5457 (M101) 26 05/14/88 0:09 Good Good TSP-Ft. Davis, TX NGC 221 (M32) 168 11/29/86 18:35 Good Good Atoka, OK NGC 4472 (M49)

More information

The Classification of Gun s Type Using Image Recognition Theory

The Classification of Gun s Type Using Image Recognition Theory International Journal of Information and Electronics Engineering, Vol. 4, No. 1, January 214 The Classification of s Type Using Image Recognition Theory M. L. Kulthon Kasemsan Abstract The research aims

More information

Learning Experience: Angle Circles. When planning, include the following: Models (Concrete Semi-Concrete Semi-Abstract Abstract) Problems/Situations

Learning Experience: Angle Circles. When planning, include the following: Models (Concrete Semi-Concrete Semi-Abstract Abstract) Problems/Situations Learning Experience: Angle Circles When planning, include the following: Models (Concrete Semi-Concrete Semi-Abstract Abstract) Problems/Situations Questions AKS: 40.MD.5 recognize angles as geometric

More information

COMPUTERIZED HEMATOLOGY COUNTER

COMPUTERIZED HEMATOLOGY COUNTER , pp.-190-194. Available online at http://www.bioinfo.in/contents.php?id=39 COMPUTERIZED HEMATOLOGY COUNTER KHOT S.T.* AND PRASAD R.K. Bharati Vidyapeeth (Deemed Univ.) Pune- 411 030, MS, India. *Corresponding

More information

Digital Image Processing Programming Exercise 2012 Part 2

Digital Image Processing Programming Exercise 2012 Part 2 Digital Image Processing Programming Exercise 2012 Part 2 Part 2 of the Digital Image Processing programming exercise has the same format as the first part. Check the web page http://www.ee.oulu.fi/research/imag/courses/dkk/pexercise/

More information

Reference sheet. by Ramón Miranda

Reference sheet. by Ramón Miranda Reference sheet. by Ramón Miranda Brushes for Oil painting Brush Name Brush tips Pattern Notes DA_Oil_01_Detail_lines DA_Oil stamp 01 LINEWORK / SKETCH To make thin lines. DA_Oil_02_Dirty_Sketch DA_Rake

More information

Selective Edits in Camera Raw

Selective Edits in Camera Raw Complete Digital Photography Seventh Edition Selective Edits in Camera Raw by Ben Long If you ve read Chapter 18: Masking, you ve already seen how Camera Raw lets you edit your raw files. What we haven

More information

IMAGE PROCESSING PROJECT REPORT NUCLEUS CLASIFICATION

IMAGE PROCESSING PROJECT REPORT NUCLEUS CLASIFICATION ABSTRACT : The Main agenda of this project is to segment and analyze the a stack of image, where it contains nucleus, nucleolus and heterochromatin. Find the volume, Density, Area and circularity of the

More information

Detection of Defects in Glass Using Edge Detection with Adaptive Histogram Equalization

Detection of Defects in Glass Using Edge Detection with Adaptive Histogram Equalization Detection of Defects in Glass Using Edge Detection with Adaptive Histogram Equalization Nitin kumar 1, Ranjit kaur 2 M.Tech (ECE), UCoE, Punjabi University, Patiala, India 1 Associate Professor, UCoE,

More information

MARK SCHEME for the May/June 2010 question paper for the guidance of teachers 0610 BIOLOGY. 0610/51 Paper 51 (Practical Test), maximum raw mark 40

MARK SCHEME for the May/June 2010 question paper for the guidance of teachers 0610 BIOLOGY. 0610/51 Paper 51 (Practical Test), maximum raw mark 40 UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the May/June 2010 question paper for the guidance of teachers 0610 BIOLOGY 0610/51

More information

1. A laboratory technique is illustrated in the diagram below. Explain why the coverslip is lowered at an angle.

1. A laboratory technique is illustrated in the diagram below. Explain why the coverslip is lowered at an angle. 1. A laboratory technique is illustrated in the diagram below. Explain why the coverslip is lowered at an angle. 2. Base your answer to the following question on Which laboratory procedure is represented

More information

Segmentation of Liver CT Images

Segmentation of Liver CT Images Segmentation of Liver CT Images M.A.Alagdar 1, M.E.Morsy 2, M.M.Elzalabany 3 1,2,3 Electronics And Communications Department-.Faculty Of Engineering Mansoura University, Egypt. Abstract In this paper we

More information

A New Framework for Color Image Segmentation Using Watershed Algorithm

A New Framework for Color Image Segmentation Using Watershed Algorithm A New Framework for Color Image Segmentation Using Watershed Algorithm Ashwin Kumar #1, 1 Department of CSE, VITS, Karimnagar,JNTUH,Hyderabad, AP, INDIA 1 ashwinvrk@gmail.com Abstract Pradeep Kumar 2 2

More information

SoilJ Technical Manual

SoilJ Technical Manual SoilJ Technical Manual Version 0.0.3 2017-09-08 John Koestel Introduction SoilJ is a plugin for the JAVA-based, free and open image processing software ImageJ (Schneider, Rasband, et al., 2012). It is

More information

A rapid automatic analyzer and its methodology for effective bentonite content based on image recognition technology

A rapid automatic analyzer and its methodology for effective bentonite content based on image recognition technology DOI: 10.1007/s41230-016-5119-6 A rapid automatic analyzer and its methodology for effective bentonite content based on image recognition technology *Wei Long 1,2, Lu Xia 1,2, and Xiao-lu Wang 1,2 1. School

More information

BLOOD CELLS EXTRACTION USING COLOR BASED SEGMENTATION TECHNIQUE

BLOOD CELLS EXTRACTION USING COLOR BASED SEGMENTATION TECHNIQUE Int. J. LifeSc. Bt & Pharm. Res. 2013 Nasrul Humaimi Mahmood et al., 2013 Research Paper BLOOD CELLS EXTRACTION USING COLOR BASED SEGMENTATION TECHNIQUE Nasrul Humaimi Mahmood 1,2 *, Poon Che Lim 2, Siti

More information

TECHNICAL NOTE. The following information is provided as a service to our users and customers:

TECHNICAL NOTE. The following information is provided as a service to our users and customers: page 1 of 5 The following information is provided as a service to our users and customers: The star shot is a standard method for measuring the stability of rotation of the linear accelerator (linac) gantry

More information

Strategy for Robo-Kabaddi

Strategy for Robo-Kabaddi Strategy for Robo-Kabaddi Two Strategies are required One for raiding the opponent. Another, while the opponent is raiding us. Aggressive/Defensive Stance Initial Configuration By intuition & with out

More information

Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network

Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network 436 JOURNAL OF COMPUTERS, VOL. 5, NO. 9, SEPTEMBER Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network Chung-Chi Wu Department of Electrical Engineering,

More information

Development of a Stained Cell Nuclei Counting System

Development of a Stained Cell Nuclei Counting System Development of a Stained Cell Nuclei Counting System Niranjan Timilsina 1, Chris Moffatt 2, Kazunori Okada 1 San Francisco State University, 1600 Holloway Ave, San Francisco, CA USA 94132 1 Department

More information

Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence

Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence Sheng Yan LI, Jie FENG, Bin Gang XU, and Xiao Ming TAO Institute of Textiles and Clothing,

More information

CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES

CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES In addition to colour based estimation of apple quality, various models have been suggested to estimate external attribute based

More information

Reference Free Image Quality Evaluation

Reference Free Image Quality Evaluation Reference Free Image Quality Evaluation for Photos and Digital Film Restoration Majed CHAMBAH Université de Reims Champagne-Ardenne, France 1 Overview Introduction Defects affecting films and Digital film

More information

Image Filtering. Median Filtering

Image Filtering. Median Filtering Image Filtering Image filtering is used to: Remove noise Sharpen contrast Highlight contours Detect edges Other uses? Image filters can be classified as linear or nonlinear. Linear filters are also know

More information

Using the Advanced Sharpen Transformation

Using the Advanced Sharpen Transformation Using the Advanced Sharpen Transformation Written by Jonathan Sachs Revised 10 Aug 2014 Copyright 2002-2014 Digital Light & Color Introduction Picture Window Pro s Advanced Sharpen transformation is a

More information

Measuring Leaf Area using Otsu Segmentation Method (LAMOS)

Measuring Leaf Area using Otsu Segmentation Method (LAMOS) Indian Journal of Science and Technology, Vol 9(48), DOI: 10.17485/ijst/2016/v9i48/109307, December 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Measuring Leaf Area using Otsu Segmentation Method

More information

Image Processing Lecture 4

Image Processing Lecture 4 Image Enhancement Image enhancement aims to process an image so that the output image is more suitable than the original. It is used to solve some computer imaging problems, or to improve image quality.

More information

EXTREME CONTRAST PHOTO EFFECT

EXTREME CONTRAST PHOTO EFFECT EXTREME CONTRAST PHOTO EFFECT In this Photoshop tutorial, we re going to learn how to use layers, layer blend modes, some noise, a little sharpening, and a simple adjustment layer to easily give a photo

More information

Australian Journal of Basic and Applied Sciences

Australian Journal of Basic and Applied Sciences AENSI Journals Australian Journal of Basic and Applied Sciences ISSN:1991-8178 Journal home page: www.ajbasweb.com Context-Based Image Segmentation of Radiography 1 W. Al-Hameed, 2 P.D. Picton, 3 Y. Mayali

More information

Drusen Detection in a Retinal Image Using Multi-level Analysis

Drusen Detection in a Retinal Image Using Multi-level Analysis Drusen Detection in a Retinal Image Using Multi-level Analysis Lee Brandon 1 and Adam Hoover 1 Electrical and Computer Engineering Department Clemson University {lbrando, ahoover}@clemson.edu http://www.parl.clemson.edu/stare/

More information

Digitally Removing Uneven Field Illumination

Digitally Removing Uneven Field Illumination Digitally Removing Uneven Field Illumination A problem that is encountered with many telescopes, and nearly all camera lenses used for longexposure deepsky astrophotography is uneven field illumination.

More information

Create a Portrait. of JUMPIN JACK. Sketch Puppy Proportions. Outline a puppy s face, shade his eyes and nose, and add texture to his fur with hatching

Create a Portrait. of JUMPIN JACK. Sketch Puppy Proportions. Outline a puppy s face, shade his eyes and nose, and add texture to his fur with hatching Level: Beginner Flesch-Kincaid Grade Level: 6.79 Flesch-Kincaid Reading Ease: 70.04 Drawspace Curriculum 6.2.A11-12 Pages and 41 Illustrations Create a Portrait of JUMPIN JACK Outline a puppy s face, shade

More information

Chapter 17. Shape-Based Operations

Chapter 17. Shape-Based Operations Chapter 17 Shape-Based Operations An shape-based operation identifies or acts on groups of pixels that belong to the same object or image component. We have already seen how components may be identified

More information

Detection and Counting of Blood Cells in Blood Smear Image

Detection and Counting of Blood Cells in Blood Smear Image Asian Journal of Engineering and Applied Technology ISSN: 2249-068X Vol. 5 No. 2, 2016, pp.1-5 The Research Publication, www.trp.org.in Detection and Counting of Blood Cells in Blood Smear Image K.Pradeep

More information

Segmentation Of Optic Disc And Macula In Retinal Images

Segmentation Of Optic Disc And Macula In Retinal Images Segmentation Of Optic Disc And Macula In Retinal Images Gogila Devi. K #1, Vasanthi. S *2 # PG Student, K.S.Rangasamy College of Technology Tiruchengode, Namakkal, Tamil Nadu, India. * Associate Professor,

More information

How to blend, feather, and smooth

How to blend, feather, and smooth How to blend, feather, and smooth Quite often, you need to select part of an image to modify it. When you select uniform geometric areas squares, circles, ovals, rectangles you don t need to worry too

More information

The Key Information Technology of Soybean Disease Diagnosis

The Key Information Technology of Soybean Disease Diagnosis The Key Information Technology of Soybean Disease Diagnosis Baoshi Jin 1,2, Xiaodan Ma 3, Zhongwen Huang 4, and Yuhu Zuo 5,* 1 College of Agronomy Heilongjiang Bayi Agricultural University DaQing China

More information

GOAL Practise techniques for creating various types of geometric lines by constructing and reproducing figures. sheet of letter-sized white paper

GOAL Practise techniques for creating various types of geometric lines by constructing and reproducing figures. sheet of letter-sized white paper TECHNIQUE STUDENT BOOK Chapter 11, page 340 TOOLBOX Pages 62 67 GOAL Practise techniques for creating various types of geometric lines by constructing and reproducing figures. MATERIALS drawing board T-square

More information

Overview. Corrosion detection improvement of oil and gas pipelines with industrial radiography method by using image processing.

Overview. Corrosion detection improvement of oil and gas pipelines with industrial radiography method by using image processing. detection improvement of oil and gas pipelines with industrial radiography method by using image processing Alireza Karimian (Engineering faculty of Isfahan university, Isfahan,, Iran ) Sepideh Yazdani

More information

An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods

An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods 19 An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods T.Arunachalam* Post Graduate Student, P.G. Dept. of Computer Science, Govt Arts College, Melur - 625 106 Email-Arunac682@gmail.com

More information