SlideShare a Scribd company logo
1 of 13
Automatic Segmentation and
Disentangling of Chromosomes in Q-
               Band
       Prometaphase Images


       Presented By:
       KAUSHIK BOSE - ECE/2009/003
       RAJENDRA PRASAD MITRA - ECE/2009/013
       SUMAN MANDAL - ECE/2009/022
       KOUSHIK BHATTACHARYYA - ECE/2009/018:
CONTENTS

1. Introduction
2. Methodology
3. Hurdles and complications
4. Feature extraction
5. Transformation and enhancement used
6. Flow process
7. Conclusion
INTRODUCTION
Karyotype analysis is a widespread procedure in cytogenetics to
assess the possible presence of genetics
defects. The procedure is lengthy and repetitive, so that an
automatic analysis would greatly help the
cytogeneticist routine work.
Hence, an automatic procedure to obtain the separated
chromosomes, which are then ready for a subsequent
classification step, would have significant implication.
Using karyotype we can diagnose Aneuploidy i.e. an abnormal
number of chromosomes in the cells of an individual.
major example is Down's syndrome. Besides aneuploidies there
are other genetic diseases, other chromosomal abnormalities and
also the genetic mutations.
METHODOLOGY
• The first step for classification is the extraction of chromosome
  features.
• Chromosomes features include length,area,density profile and
  its perimeter.
• Polarization: Chromosomes in the acquired image are
  randomly rotated. A polarization procedure is needed both to
  comply with the orientation standard adopted by cytogenetics.
• Feature Pre-processing: The dataset used in this study contains
  images acquired with different zoom and illumination
  conditions, hence data has to be normalized first.
• A prior trained Artificial neural network is used as classifier.
• The Reassigning Algorithm: The human karyotype contains 23
  chromosomes hence classification is constrained on this fact
  and classified.
HURDLES AND COMPLICATIONS

• The appearance of chromosomes depends on the stage of the
  cell division cycle and are visible as distinctive entity only in
  prometaphase stage.
• Dealing with touches and overlaps.
• Nonsharp margins of the chromosomes.
• Presence of staining debris due to restricted image resolution.
• Uneven illumination of the field of view by the UV lamp.
• Low resolution images.
FEATURE EXTRACTION
• As of now we are able to extract chromosomes features using
  MATLAB and Mathametica.
• Using individual chromosomes dataset we apply certain image
  enhancement technique and transforms to compute the
  required data.
• The classification features starts from an estimation of the
  chromosome medial axis, derived by a skeletonization
  procedure. Unfortunately, in many automatically segmented
  images this method provides a skeleton with a lot of spurious
  branches.
• Hence spurious branches have to be removed using spur
  reduction technique.
FEATURE EXTRACTION(cont.)
• After spur reduction and thinning procedure we are left up with
  medial axis which is of foremost importance,
• Using medial axis we can compute length of individual
  chromosomes.
• Density profile of each chromosomes is obtained by drawing
  perpendicular over medial axis.
• The area and perimeter of chromosomes is evaluated after
  suited transform over the binary image.
TRANSFORMS AND ENHANCEMENT
              USED
• fspecial(‘gaussian ', hsize, sigma) is a MATLAB code that
  returns a rotationally symmetric Gaussian lowpass filter of
  size hsize with standard deviation sigma (positive). hsize can
  be a vector specifying the number of rows and columns in h, or
  it can be a scalar, in which case h is a square matrix. The
  default value for hsize is [3 3]; the default value for sigma is
  0.5.
• imfilter(i.e.'replicate') is a MATLAB code such that Input
  array values outside the bounds of the array are computed by
  mirror-reflecting the array across the array border.
• graythresh: MATLAB code to find out Global image threshold
  using Otsu's method.
• bwmorph: MATLAB code for morphological operations on
  binary images.
TRANSFORMS AND ENHANCEMENT
            USED(cont.)
• skel: MATLAB code such that with n = Inf, removes pixels on
  the boundaries of objects but does not allow objects to break
  apart. The pixels remaining make up the image skeleton. This
  option preserves the Euler number.
• spur: MATLAB code that removes spur elements from the
  image matrix.
• bwarea(BW) is a MATLAB code that estimates the area of the
  objects in binary image BW. total is a scalar whose value
  corresponds roughly to the total number of on pixels in the
  image, but might not be exactly the same because different
  patterns of pixels are weighted differently.
• ComponentMeasurements[ Morphological Components[image]
  ,"Elongation"] is a Mathametica code to find out the length of
  individual component in an image.
FLOW PROCESS

                 Gaussian lowpass filtering & mirror-
                 reflecting the array across the array border




                             Skeleton transform

Spur reduction
                                                                graythresh
FLOW PROCESS(cont.)


Component Measurements[Morphological Components[],"Elongation"]

                               Gives length of binary image




       bwperim
                               Gives perimeter of binary image

        bwarea
                               Gives area of binary image
CONCLUTION:
Using software like MATLAB and Mathametica we have
successfully performed image enhancement and feature
extraction of chromosomes like it’s medial axis construction
and length measurement using medial axis, area and perimeter
measurement have also been performed and the corresponding
data obtained from individual images are normalized using
maximum limit.
Now we are looking forward to next advanced stages of
finding density profile, complete data set production and their
normalization. After which we can train a ANN classifier to
recognize each individual chromosome and classify them
accordingly to a karyotype image.
On successful completion of project we can take forward the
legacy of Alfredo Ruggeri which he had pioneered in the field
of Bio-medical Imaging.
THANK YOU

More Related Content

What's hot

High Performance Traffic Sign Detection
High Performance Traffic Sign DetectionHigh Performance Traffic Sign Detection
High Performance Traffic Sign Detection
Craig Ferguson
 
Artificial neural networks in hydrology
Artificial neural networks in hydrology Artificial neural networks in hydrology
Artificial neural networks in hydrology
Jonathan D'Cruz
 

What's hot (20)

IRJET- Traffic Sign Classification and Detection using Deep Learning
IRJET- Traffic Sign Classification and Detection using Deep LearningIRJET- Traffic Sign Classification and Detection using Deep Learning
IRJET- Traffic Sign Classification and Detection using Deep Learning
 
Brain image segmentation based on FCM Clustering Algorithm and Rough Set
Brain image segmentation based on FCM Clustering Algorithm and Rough SetBrain image segmentation based on FCM Clustering Algorithm and Rough Set
Brain image segmentation based on FCM Clustering Algorithm and Rough Set
 
Optimal Coefficient Selection For Medical Image Fusion
Optimal Coefficient Selection For Medical Image FusionOptimal Coefficient Selection For Medical Image Fusion
Optimal Coefficient Selection For Medical Image Fusion
 
[PR-325] Pixel-BERT: Aligning Image Pixels with Text by Deep Multi-Modal Tran...
[PR-325] Pixel-BERT: Aligning Image Pixels with Text by Deep Multi-Modal Tran...[PR-325] Pixel-BERT: Aligning Image Pixels with Text by Deep Multi-Modal Tran...
[PR-325] Pixel-BERT: Aligning Image Pixels with Text by Deep Multi-Modal Tran...
 
10.1109@tip.2020.2990346
10.1109@tip.2020.299034610.1109@tip.2020.2990346
10.1109@tip.2020.2990346
 
B04410814
B04410814B04410814
B04410814
 
D0931621
D0931621D0931621
D0931621
 
An ensemble classification algorithm for hyperspectral images
An ensemble classification algorithm for hyperspectral imagesAn ensemble classification algorithm for hyperspectral images
An ensemble classification algorithm for hyperspectral images
 
A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...
A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...
A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...
 
IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...
IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...
IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...
 
High Performance Traffic Sign Detection
High Performance Traffic Sign DetectionHigh Performance Traffic Sign Detection
High Performance Traffic Sign Detection
 
Radial basis function network ppt bySheetal,Samreen and Dhanashri
Radial basis function network ppt bySheetal,Samreen and DhanashriRadial basis function network ppt bySheetal,Samreen and Dhanashri
Radial basis function network ppt bySheetal,Samreen and Dhanashri
 
Mlp mixer an all-mlp architecture for vision
Mlp mixer  an all-mlp architecture for visionMlp mixer  an all-mlp architecture for vision
Mlp mixer an all-mlp architecture for vision
 
An Effective Implementation of Configurable Motion Estimation Architecture fo...
An Effective Implementation of Configurable Motion Estimation Architecture fo...An Effective Implementation of Configurable Motion Estimation Architecture fo...
An Effective Implementation of Configurable Motion Estimation Architecture fo...
 
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
 
Ad04603175180
Ad04603175180Ad04603175180
Ad04603175180
 
Review : Rethinking Pre-training and Self-training
Review : Rethinking Pre-training and Self-trainingReview : Rethinking Pre-training and Self-training
Review : Rethinking Pre-training and Self-training
 
doc1.docx
doc1.docxdoc1.docx
doc1.docx
 
A031202001006
A031202001006A031202001006
A031202001006
 
Artificial neural networks in hydrology
Artificial neural networks in hydrology Artificial neural networks in hydrology
Artificial neural networks in hydrology
 

Similar to Automatic segmentation and disentangling of chromosomes in q band image

various methods for image segmentation
various methods for image segmentationvarious methods for image segmentation
various methods for image segmentation
Raveesh Methi
 
Fast Wavelet Based Image Characterization for Highly Adaptive Image Retrieval...
Fast Wavelet Based Image Characterization for Highly Adaptive Image Retrieval...Fast Wavelet Based Image Characterization for Highly Adaptive Image Retrieval...
Fast Wavelet Based Image Characterization for Highly Adaptive Image Retrieval...
kumari36
 
Face recognition by multimodal and multi algorithmic feature fusion of hybrid...
Face recognition by multimodal and multi algorithmic feature fusion of hybrid...Face recognition by multimodal and multi algorithmic feature fusion of hybrid...
Face recognition by multimodal and multi algorithmic feature fusion of hybrid...
Dr. Vinayak Bharadi
 

Similar to Automatic segmentation and disentangling of chromosomes in q band image (20)

Blind Source Camera Identification
Blind Source Camera Identification Blind Source Camera Identification
Blind Source Camera Identification
 
IEEE 2014 Matlab Projects
IEEE 2014 Matlab ProjectsIEEE 2014 Matlab Projects
IEEE 2014 Matlab Projects
 
IEEE 2014 Matlab Projects
IEEE 2014 Matlab ProjectsIEEE 2014 Matlab Projects
IEEE 2014 Matlab Projects
 
various methods for image segmentation
various methods for image segmentationvarious methods for image segmentation
various methods for image segmentation
 
Flag segmentation, feature extraction & identification using support vector m...
Flag segmentation, feature extraction & identification using support vector m...Flag segmentation, feature extraction & identification using support vector m...
Flag segmentation, feature extraction & identification using support vector m...
 
Fast Wavelet Based Image Characterization for Highly Adaptive Image Retrieval...
Fast Wavelet Based Image Characterization for Highly Adaptive Image Retrieval...Fast Wavelet Based Image Characterization for Highly Adaptive Image Retrieval...
Fast Wavelet Based Image Characterization for Highly Adaptive Image Retrieval...
 
A0150106
A0150106A0150106
A0150106
 
A0150106
A0150106A0150106
A0150106
 
I010634450
I010634450I010634450
I010634450
 
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier ExposurePerformance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
 
Ijctt v7 p104
Ijctt v7 p104Ijctt v7 p104
Ijctt v7 p104
 
Segmentation of Images by using Fuzzy k-means clustering with ACO
Segmentation of Images by using Fuzzy k-means clustering with ACOSegmentation of Images by using Fuzzy k-means clustering with ACO
Segmentation of Images by using Fuzzy k-means clustering with ACO
 
Text Detection and Recognition in Natural Images
Text Detection and Recognition in Natural ImagesText Detection and Recognition in Natural Images
Text Detection and Recognition in Natural Images
 
Unimodal Multi-Feature Fusion and one-dimensional Hidden Markov Models for Lo...
Unimodal Multi-Feature Fusion and one-dimensional Hidden Markov Models for Lo...Unimodal Multi-Feature Fusion and one-dimensional Hidden Markov Models for Lo...
Unimodal Multi-Feature Fusion and one-dimensional Hidden Markov Models for Lo...
 
IRJET- Image Feature Extraction using Hough Transformation Principle
IRJET- Image Feature Extraction using Hough Transformation PrincipleIRJET- Image Feature Extraction using Hough Transformation Principle
IRJET- Image Feature Extraction using Hough Transformation Principle
 
MAMMOGRAM IMAGE ANALYSIS
MAMMOGRAM IMAGE ANALYSISMAMMOGRAM IMAGE ANALYSIS
MAMMOGRAM IMAGE ANALYSIS
 
Digital Image Processing.pptx
Digital Image Processing.pptxDigital Image Processing.pptx
Digital Image Processing.pptx
 
International Journal of Pharmaceutical Science Invention (IJPSI)
International Journal of Pharmaceutical Science Invention (IJPSI)International Journal of Pharmaceutical Science Invention (IJPSI)
International Journal of Pharmaceutical Science Invention (IJPSI)
 
Face recognition by multimodal and multi algorithmic feature fusion of hybrid...
Face recognition by multimodal and multi algorithmic feature fusion of hybrid...Face recognition by multimodal and multi algorithmic feature fusion of hybrid...
Face recognition by multimodal and multi algorithmic feature fusion of hybrid...
 
E017443136
E017443136E017443136
E017443136
 

Recently uploaded

CORS (Kitworks Team Study 양다윗 발표자료 240510)
CORS (Kitworks Team Study 양다윗 발표자료 240510)CORS (Kitworks Team Study 양다윗 발표자료 240510)
CORS (Kitworks Team Study 양다윗 발표자료 240510)
Wonjun Hwang
 
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc
 
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptxHarnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
FIDO Alliance
 

Recently uploaded (20)

الأمن السيبراني - ما لا يسع للمستخدم جهله
الأمن السيبراني - ما لا يسع للمستخدم جهلهالأمن السيبراني - ما لا يسع للمستخدم جهله
الأمن السيبراني - ما لا يسع للمستخدم جهله
 
2024 May Patch Tuesday
2024 May Patch Tuesday2024 May Patch Tuesday
2024 May Patch Tuesday
 
AI mind or machine power point presentation
AI mind or machine power point presentationAI mind or machine power point presentation
AI mind or machine power point presentation
 
How to Check GPS Location with a Live Tracker in Pakistan
How to Check GPS Location with a Live Tracker in PakistanHow to Check GPS Location with a Live Tracker in Pakistan
How to Check GPS Location with a Live Tracker in Pakistan
 
AI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by Anitaraj
 
ADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptxADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptx
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptx
 
State of the Smart Building Startup Landscape 2024!
State of the Smart Building Startup Landscape 2024!State of the Smart Building Startup Landscape 2024!
State of the Smart Building Startup Landscape 2024!
 
CORS (Kitworks Team Study 양다윗 발표자료 240510)
CORS (Kitworks Team Study 양다윗 발표자료 240510)CORS (Kitworks Team Study 양다윗 발표자료 240510)
CORS (Kitworks Team Study 양다윗 발표자료 240510)
 
Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdf
Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdfFrisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdf
Frisco Automating Purchase Orders with MuleSoft IDP- May 10th, 2024.pptx.pdf
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe
 
Design Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptxDesign Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptx
 
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsContinuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
 
Intro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptxIntro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptx
 
UiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overviewUiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overview
 
Generative AI Use Cases and Applications.pdf
Generative AI Use Cases and Applications.pdfGenerative AI Use Cases and Applications.pdf
Generative AI Use Cases and Applications.pdf
 
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
 
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptxHarnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
 
Cyber Insurance - RalphGilot - Embry-Riddle Aeronautical University.pptx
Cyber Insurance - RalphGilot - Embry-Riddle Aeronautical University.pptxCyber Insurance - RalphGilot - Embry-Riddle Aeronautical University.pptx
Cyber Insurance - RalphGilot - Embry-Riddle Aeronautical University.pptx
 

Automatic segmentation and disentangling of chromosomes in q band image

  • 1. Automatic Segmentation and Disentangling of Chromosomes in Q- Band Prometaphase Images Presented By: KAUSHIK BOSE - ECE/2009/003 RAJENDRA PRASAD MITRA - ECE/2009/013 SUMAN MANDAL - ECE/2009/022 KOUSHIK BHATTACHARYYA - ECE/2009/018:
  • 2. CONTENTS 1. Introduction 2. Methodology 3. Hurdles and complications 4. Feature extraction 5. Transformation and enhancement used 6. Flow process 7. Conclusion
  • 3. INTRODUCTION Karyotype analysis is a widespread procedure in cytogenetics to assess the possible presence of genetics defects. The procedure is lengthy and repetitive, so that an automatic analysis would greatly help the cytogeneticist routine work. Hence, an automatic procedure to obtain the separated chromosomes, which are then ready for a subsequent classification step, would have significant implication. Using karyotype we can diagnose Aneuploidy i.e. an abnormal number of chromosomes in the cells of an individual. major example is Down's syndrome. Besides aneuploidies there are other genetic diseases, other chromosomal abnormalities and also the genetic mutations.
  • 4. METHODOLOGY • The first step for classification is the extraction of chromosome features. • Chromosomes features include length,area,density profile and its perimeter. • Polarization: Chromosomes in the acquired image are randomly rotated. A polarization procedure is needed both to comply with the orientation standard adopted by cytogenetics. • Feature Pre-processing: The dataset used in this study contains images acquired with different zoom and illumination conditions, hence data has to be normalized first. • A prior trained Artificial neural network is used as classifier. • The Reassigning Algorithm: The human karyotype contains 23 chromosomes hence classification is constrained on this fact and classified.
  • 5. HURDLES AND COMPLICATIONS • The appearance of chromosomes depends on the stage of the cell division cycle and are visible as distinctive entity only in prometaphase stage. • Dealing with touches and overlaps. • Nonsharp margins of the chromosomes. • Presence of staining debris due to restricted image resolution. • Uneven illumination of the field of view by the UV lamp. • Low resolution images.
  • 6. FEATURE EXTRACTION • As of now we are able to extract chromosomes features using MATLAB and Mathametica. • Using individual chromosomes dataset we apply certain image enhancement technique and transforms to compute the required data. • The classification features starts from an estimation of the chromosome medial axis, derived by a skeletonization procedure. Unfortunately, in many automatically segmented images this method provides a skeleton with a lot of spurious branches. • Hence spurious branches have to be removed using spur reduction technique.
  • 7. FEATURE EXTRACTION(cont.) • After spur reduction and thinning procedure we are left up with medial axis which is of foremost importance, • Using medial axis we can compute length of individual chromosomes. • Density profile of each chromosomes is obtained by drawing perpendicular over medial axis. • The area and perimeter of chromosomes is evaluated after suited transform over the binary image.
  • 8. TRANSFORMS AND ENHANCEMENT USED • fspecial(‘gaussian ', hsize, sigma) is a MATLAB code that returns a rotationally symmetric Gaussian lowpass filter of size hsize with standard deviation sigma (positive). hsize can be a vector specifying the number of rows and columns in h, or it can be a scalar, in which case h is a square matrix. The default value for hsize is [3 3]; the default value for sigma is 0.5. • imfilter(i.e.'replicate') is a MATLAB code such that Input array values outside the bounds of the array are computed by mirror-reflecting the array across the array border. • graythresh: MATLAB code to find out Global image threshold using Otsu's method. • bwmorph: MATLAB code for morphological operations on binary images.
  • 9. TRANSFORMS AND ENHANCEMENT USED(cont.) • skel: MATLAB code such that with n = Inf, removes pixels on the boundaries of objects but does not allow objects to break apart. The pixels remaining make up the image skeleton. This option preserves the Euler number. • spur: MATLAB code that removes spur elements from the image matrix. • bwarea(BW) is a MATLAB code that estimates the area of the objects in binary image BW. total is a scalar whose value corresponds roughly to the total number of on pixels in the image, but might not be exactly the same because different patterns of pixels are weighted differently. • ComponentMeasurements[ Morphological Components[image] ,"Elongation"] is a Mathametica code to find out the length of individual component in an image.
  • 10. FLOW PROCESS Gaussian lowpass filtering & mirror- reflecting the array across the array border Skeleton transform Spur reduction graythresh
  • 11. FLOW PROCESS(cont.) Component Measurements[Morphological Components[],"Elongation"] Gives length of binary image bwperim Gives perimeter of binary image bwarea Gives area of binary image
  • 12. CONCLUTION: Using software like MATLAB and Mathametica we have successfully performed image enhancement and feature extraction of chromosomes like it’s medial axis construction and length measurement using medial axis, area and perimeter measurement have also been performed and the corresponding data obtained from individual images are normalized using maximum limit. Now we are looking forward to next advanced stages of finding density profile, complete data set production and their normalization. After which we can train a ANN classifier to recognize each individual chromosome and classify them accordingly to a karyotype image. On successful completion of project we can take forward the legacy of Alfredo Ruggeri which he had pioneered in the field of Bio-medical Imaging.