SlideShare a Scribd company logo
1 of 33
COMPUTING THE GROWTH RATE OF STEM
CELLS USING DIGITAL IMAGE PROCESSING
Batch Members:
M.Pratyusha
C.N.Priyadarshini
R.Sushmidha
Under the guidance of
Mrs.B.Pradeepa,M.E
Senior Assistant Professor
CONTENT:
οƒ˜ ABSTRACT
οƒ˜ INTRODUCTION
οƒ˜ SEGMENTATION
οƒ˜ FEATURE EXTRACTION
οƒ˜ PATTERN RECOGNITION
οƒ˜ REFERENCES
ABSTRACT
The influence and impact of digital image processing on modern society, science,
technology and art are tremendous and incredible. A stem cell considered to be
the undifferentiated biological unit cells is a kind of cell that can duplicate itself
over and over, providing new cells that can turn into cells with a specific
purpose. The stem cell analysis and research through the digital image
processing contributes its strong support to the doctors in the field of stem cell
research to yield the results in computerized technology rather than clinical
method. This kind of research through computerized method reduces the effects
on human body during transplantation and tends to be more time economical.
This project aims at computing the growth rate of stem cells by using
segmentation, feature extraction and pattern recognition which are the
fundamental methods of digital image processing. DRLSE algorithm is applied
for segmenting images. The DRLSE algorithm is an amalgamation of Canny
Edge Detector algorithm and DRLSE method, which uses the four well potential
function. Features are extracted from segmented images using GLCM method
and finally Support Vector Machine (SVM) is used for pattern recognition and
classification of stem cells.
INTRODUCTION
οƒ˜ STEM CELL - DEFINITION
οƒ˜ SOURCES OF STEM CELLS
οƒ˜ POSSIBLE USES OF STEM CELLS
οƒ˜ FLOW CHART
STEM CELL- DEFINITION
οƒ˜ Undifferentiated cells that can differentiate into specialized
cells and divide to produce more stem cells
οƒ˜ Through cell division-form more stem cells
οƒ˜Eg: Bone marrow
οƒ˜ Become specialized cells under critical condition
οƒ˜Eg: Pancreas & Heart
SOURCES OF STEM CELL
οƒ˜ Umbilical cord blood
οƒ˜ Bone marrow
οƒ˜ Peripheral blood
οƒ˜ Human embryos
ADVANTAGES OF STEM CELL
οƒ˜ Replaceable tissues/organs
οƒ˜ Repair of defective cell types
οƒ˜ Delivery of genetic therapies
οƒ˜ Delivery chemotherapeutic agents
FLOW CHART
INPUT IMAGE
(IMAGES FROM TIME LAPSE
VIDEO)
SEGMENTATION
(CANNY & 4 WELL DRLSE)
FEATURE EXTRACTION
(GRAY LEVEL CO
OCCURRENCE MATRIX)
PATTERN RECOGNITION
(SUPPORT VECTOR MACHINE)
CANNY EDGE DETECTOR
οƒ˜ Developed by JOHN F.CANNY in 1986
οƒ˜ Called optimal edge detector – satisfies three criterion:
οƒ˜Low Error Rate
οƒ˜Localized edges
οƒ˜Single edge response
CANNY-ALGORITHM
οƒ˜ Apply Gaussian filter to smooth the image in order to remove
the noise
οƒ˜ Find the intensity gradients of the image
οƒ˜ Apply non-maximum suppression to get rid of spurious
response to edge detection
οƒ˜ Apply double threshold to determine potential edges
οƒ˜ Track edge by hysterises
οƒ˜ In matlab canny is applied by using the keyword
e = edge (I,’canny’);
DRLSE METHOD
οƒ˜ Developed by C. Li, C. Xu, C. Gui, and M. D. Fox
οƒ˜ It uses edge-based active contour method to drive level set
function in the desired
FOUR WELL POTENTIAL FUNCTION
οƒ˜ The four well potential function is aimed to maintain the
signed distance property.
οƒ˜ The four well potential is used to increase the quality of
segmented image and get better accuracy.
EVALUATION OF SEGMENTATION
The evaluation of segmentation is carried out using the following
parameters:
οƒ˜ PSNR
οƒ˜ BDE
οƒ˜ PRECISION
οƒ˜ RECALL
PSNR
PSNR = 10.π‘™π‘œπ‘”10
π‘βˆ—2552
𝑖 𝑗 𝐸 π‘–π‘—βˆ’π‘‚ 𝑖𝑗
2
Where N=SIZE OF IMAGE
O= ORIGINAL IMAGE
E= SEGMENTED IMAGE
MSE =
1
𝑁 𝑖 𝑗 𝐸𝑖𝑗 βˆ’ 𝑂𝑖𝑗
2
where
N = SIZE OF IMAGE
O= ORIGINAL IMAGE
E= SEGMENTED IMAGE
PRECISION & RECALL
οƒ˜ PRECISION:
=
𝑑𝑝
𝑑𝑝+𝑓𝑝
οƒ˜ RECALL:
=
𝑑𝑝
𝑑𝑝+𝑓𝑛
Where
tp = intersection of segmented parts and ground truth
fp= segmented parts not overlapping ground truth
fn = missed parts of the ground truth
BOUNDARY DISPLACEMENT ERROR
The Boundary Displacement Error (BDE) measures the
average displacement error of one boundary pixels and the
closest boundary pixels in the other segmentation.
πœ‡ 𝐿𝐴( 𝑒, 𝑣)= u-v/L-1 for 0<u-v<L
0 for u-v<0
16
COMPARISON OF CASE 1 AND CASE 2
13.6
13.8
14
14.2
14.4
14.6
14.8
15
0 hours 8 hours 16 hours 24 hours 32 hours 40 hours 48 hours 56 hours
BDE
WITH CANNY
WITHOUT CANNY
INPUT IMAGES
EDGE DETECTOR OUTPUT
SEGMENTED IMAGE
Segmented imageSegmented image
Segmented image
Segmented image
Segmented imageSegmented image
Segmented imageSegmented image
EVALUATION OF SEGMENTATION
FEATURE EXTRACTION
οƒ˜ Feature extraction is a special form of dimensionality
reduction
οƒ˜ GLCM is a well-established statistical method for feature
extraction
οƒ˜Computing the co-occurrence matrix
οƒ˜Calculating feature based on the co-occurrence matrix
GLCM
οƒ˜ In 1973, Haralick introduced the co-occurrence matrix and
texture features
οƒ˜ Matrix is square with dimension Ng, where Ng is the number
of gray levels in the image
οƒ˜ Features used are Auto correlation, contrast, dissimilarity,
homogeneity, energy and entropy
PROPERTIES OF GLCM
οƒ˜ CONTRAST= 𝑛=0
𝑁 𝑔
𝑛2 𝑖 βˆ’ 𝑗 = 𝑛𝑝 𝑑(𝑖, 𝑗)
οƒ˜ CORRELATION=
𝑖=1
𝑁 𝑔
𝑗=1
𝑁 𝑔
(π‘–βˆ’πœ‡ 𝑖)𝑝 𝑑 (𝑖,𝑗)
𝜎 𝑖,𝜎 𝑗
οƒ˜ HOMOGENITY =
𝑖=1
𝑁 𝑔
𝑗=1
𝑁 𝑔
𝑝 𝑑 (𝑖,𝑗)
1+|π‘–βˆ’π‘—}
οƒ˜ ENERGY= 𝑖=1
𝑁 𝑔
𝑗=1
𝑁 𝑔
𝑝 𝑑
2
(𝑖, 𝑗)
οƒ˜ ENTROPY= 𝑖=1
𝑁 𝑔
𝑗=1
𝑁 𝑔
𝑝 𝑑(𝑖, 𝑗) log 𝑝 𝑑(𝑖, 𝑗)
FEATURE EXTRACTION OUTPUT
FEATURES IMAG
E 1
IMAG
E 2
IMAG
E 3
IMAG
E 4
IMAG
E 5
IMAG
E 6
IMAG
E 7
IMAG
E 8
AUTO
CORRELATI
ON
1.1833 1.2014 1.218
1
1.2705 1.3191 1.3701 1.3668 1.3880
CONTRAST 2.4170 2.8029 2.638
1
2.9597 2.6180 4.0452 49899 5.5527
ENTROPY 3.3671 3.4131 3.760
6
4.3084 4.5614 5.3890 56441 5.9454
ENERGY 8.5460 8.4835 8.319
8
7.9916 7.7754 7.3479 7.2549 7.8074
DISSIMLARI
TY
2.4170 2.8029 2.638
1
2.9597 2.6180 4.0452 4.9899 5.5527
HOMOGENI
TY
9.8791 9.8958 9.868
0
9.8520 9.8690 9.7977 9.7505 9.7223
PATTERN RECOGNITION
οƒ˜ Pattern recognition is the process of classifying input data into
objects or classes based on key features
οƒ˜ SVMs introduced in COLT-92 by Boser, Guyon & Vapnik
SUPPORT VECTOR MACHINE
GROWTH RATE & ACCURACY
οƒ˜ Growth rate =
[log2(𝑁 𝑛+1βˆ’ 𝑁 𝑛)]
(𝐷 𝑛+1βˆ’ 𝐷 𝑛)
οƒ˜ Accuracy = (t/n)*100
GROWTH RATE & ACCURACY TABULATION
INPUT GROWTH RATE ACCURACY %
IMAGE 1 20481 33.65
IMAGE 2 36295 33.65
IMAGE 3 46419 44.44
IMAGE 4 22004 45.81
IMAGE 5 55562 53.92
IMAGE 6 55492 51.21
IMAGE 7 55688 47.31
IMAGE 8 27055 56.70
REFERENCES
[1] Nuseiba M.Altarawneh,Suhuai Luo,Brian Regan and
Changming Sun, ”A Modified Distance Regularized Level Set
Model for Liver Segmentation from CT Images,” Signal & Image
Processing : An International Journal(SIPIJ), vol.6,No.1,February
2015.
[2] Arathi J.Vyavahare, β€œCanny based DRLSE Algorithm for
Segmentation,” International Journal of Computer Applications,
vol.102-No.7,September 2014.
[3] C.Xu,d.l.pham,and j.1.prince,”Medical Image Segmentation
Using Deformable Models,” in SPIE Handbook on Medical
Imaging vol.3,J.M.Fitzpatrick and M.Sonka,Eds.,ed,2000,pp.129-
174.
CONTD…..
[4] Punam Thakare,”A Study of Image Segmentation and Edge
Detection Techniques,” International Journal on Computer
Science and Engineering,vol 3, no.2 89-904,2011.
[5] Chuming Li,Chenyang Xu,”Distance Regularized Level Set
Evolution and its Application to Image Segmentation”, IEEE
Trans on Image Processing,vol 19,no 12,December 2012.
[6] Jiafu Jiang , He Wei , Qi Qi ,” Medical Image Segmentation
Based on Biomimetic Pattern Recognition”, World Congress on
Software Engineering,IEEE Computer Society. Vol:2,Pp.375-
379,2009.
THANK YOU

More Related Content

What's hot

CT Scan Synthesis | Tejas Prabhune
CT Scan Synthesis | Tejas PrabhuneCT Scan Synthesis | Tejas Prabhune
CT Scan Synthesis | Tejas PrabhuneTejasPrabhune
Β 
Comparitive study of brain tumor detection using morphological operators
Comparitive study of brain tumor detection using morphological operatorsComparitive study of brain tumor detection using morphological operators
Comparitive study of brain tumor detection using morphological operatorseSAT Journals
Β 
Automated brain tumor detection and segmentation from mri images using adapti...
Automated brain tumor detection and segmentation from mri images using adapti...Automated brain tumor detection and segmentation from mri images using adapti...
Automated brain tumor detection and segmentation from mri images using adapti...Tamilarasan N
Β 
Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...eSAT Journals
Β 
Brain tissue segmentation from MR images
Brain tissue segmentation from MR images Brain tissue segmentation from MR images
Brain tissue segmentation from MR images Tanmay Patil
Β 
SVM Classification of MRI Brain Images for ComputerAssisted Diagnosis
SVM Classification of MRI Brain Images for ComputerAssisted DiagnosisSVM Classification of MRI Brain Images for ComputerAssisted Diagnosis
SVM Classification of MRI Brain Images for ComputerAssisted DiagnosisIJECEIAES
Β 
Brain tumour segmentation based on local independent projection based classif...
Brain tumour segmentation based on local independent projection based classif...Brain tumour segmentation based on local independent projection based classif...
Brain tumour segmentation based on local independent projection based classif...eSAT Journals
Β 
Brain tumor mri image segmentation and detection
Brain tumor mri image segmentation and detectionBrain tumor mri image segmentation and detection
Brain tumor mri image segmentation and detectioneSAT Publishing House
Β 
Ap4301221223
Ap4301221223Ap4301221223
Ap4301221223IJERA Editor
Β 
THE EFFECT OF PHYSICAL BASED FEATURES FOR RECOGNITION OF RECAPTURED IMAGES
THE EFFECT OF PHYSICAL BASED FEATURES FOR RECOGNITION OF RECAPTURED IMAGESTHE EFFECT OF PHYSICAL BASED FEATURES FOR RECOGNITION OF RECAPTURED IMAGES
THE EFFECT OF PHYSICAL BASED FEATURES FOR RECOGNITION OF RECAPTURED IMAGESijcsit
Β 
twofold processing for denoising ultrasound medical images
twofold processing for denoising ultrasound medical imagestwofold processing for denoising ultrasound medical images
twofold processing for denoising ultrasound medical imagesanil kumar
Β 
IRJET- Novel Approach for Detection of Brain Tumor :A Review
IRJET-  	  Novel Approach for Detection of Brain Tumor :A ReviewIRJET-  	  Novel Approach for Detection of Brain Tumor :A Review
IRJET- Novel Approach for Detection of Brain Tumor :A ReviewIRJET Journal
Β 
Time-resolved biomedical sensing through scattering medium
Time-resolved biomedical sensing through scattering mediumTime-resolved biomedical sensing through scattering medium
Time-resolved biomedical sensing through scattering mediumPetteriTeikariPhD
Β 
Mri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationMri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationiaemedu
Β 
Alzheimer's disease classification using Deep learning Neural a Network and G...
Alzheimer's disease classification using Deep learning Neural a Network and G...Alzheimer's disease classification using Deep learning Neural a Network and G...
Alzheimer's disease classification using Deep learning Neural a Network and G...Yubraj Gupta
Β 
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSINGBRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSINGDharshika Shreeganesh
Β 
A COMPARATIVE STUDY ALGORITHM FOR NOISY IMAGE RESTORATION IN THE FIELD OF MED...
A COMPARATIVE STUDY ALGORITHM FOR NOISY IMAGE RESTORATION IN THE FIELD OF MED...A COMPARATIVE STUDY ALGORITHM FOR NOISY IMAGE RESTORATION IN THE FIELD OF MED...
A COMPARATIVE STUDY ALGORITHM FOR NOISY IMAGE RESTORATION IN THE FIELD OF MED...ijait
Β 

What's hot (18)

CT Scan Synthesis | Tejas Prabhune
CT Scan Synthesis | Tejas PrabhuneCT Scan Synthesis | Tejas Prabhune
CT Scan Synthesis | Tejas Prabhune
Β 
Comparitive study of brain tumor detection using morphological operators
Comparitive study of brain tumor detection using morphological operatorsComparitive study of brain tumor detection using morphological operators
Comparitive study of brain tumor detection using morphological operators
Β 
Automated brain tumor detection and segmentation from mri images using adapti...
Automated brain tumor detection and segmentation from mri images using adapti...Automated brain tumor detection and segmentation from mri images using adapti...
Automated brain tumor detection and segmentation from mri images using adapti...
Β 
Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...
Β 
Brain tissue segmentation from MR images
Brain tissue segmentation from MR images Brain tissue segmentation from MR images
Brain tissue segmentation from MR images
Β 
SVM Classification of MRI Brain Images for ComputerAssisted Diagnosis
SVM Classification of MRI Brain Images for ComputerAssisted DiagnosisSVM Classification of MRI Brain Images for ComputerAssisted Diagnosis
SVM Classification of MRI Brain Images for ComputerAssisted Diagnosis
Β 
Brain tumour segmentation based on local independent projection based classif...
Brain tumour segmentation based on local independent projection based classif...Brain tumour segmentation based on local independent projection based classif...
Brain tumour segmentation based on local independent projection based classif...
Β 
Brain tumor mri image segmentation and detection
Brain tumor mri image segmentation and detectionBrain tumor mri image segmentation and detection
Brain tumor mri image segmentation and detection
Β 
Ap4301221223
Ap4301221223Ap4301221223
Ap4301221223
Β 
THE EFFECT OF PHYSICAL BASED FEATURES FOR RECOGNITION OF RECAPTURED IMAGES
THE EFFECT OF PHYSICAL BASED FEATURES FOR RECOGNITION OF RECAPTURED IMAGESTHE EFFECT OF PHYSICAL BASED FEATURES FOR RECOGNITION OF RECAPTURED IMAGES
THE EFFECT OF PHYSICAL BASED FEATURES FOR RECOGNITION OF RECAPTURED IMAGES
Β 
twofold processing for denoising ultrasound medical images
twofold processing for denoising ultrasound medical imagestwofold processing for denoising ultrasound medical images
twofold processing for denoising ultrasound medical images
Β 
IRJET- Novel Approach for Detection of Brain Tumor :A Review
IRJET-  	  Novel Approach for Detection of Brain Tumor :A ReviewIRJET-  	  Novel Approach for Detection of Brain Tumor :A Review
IRJET- Novel Approach for Detection of Brain Tumor :A Review
Β 
Time-resolved biomedical sensing through scattering medium
Time-resolved biomedical sensing through scattering mediumTime-resolved biomedical sensing through scattering medium
Time-resolved biomedical sensing through scattering medium
Β 
Mri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationMri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentation
Β 
Alzheimer's disease classification using Deep learning Neural a Network and G...
Alzheimer's disease classification using Deep learning Neural a Network and G...Alzheimer's disease classification using Deep learning Neural a Network and G...
Alzheimer's disease classification using Deep learning Neural a Network and G...
Β 
Co33548550
Co33548550Co33548550
Co33548550
Β 
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSINGBRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
Β 
A COMPARATIVE STUDY ALGORITHM FOR NOISY IMAGE RESTORATION IN THE FIELD OF MED...
A COMPARATIVE STUDY ALGORITHM FOR NOISY IMAGE RESTORATION IN THE FIELD OF MED...A COMPARATIVE STUDY ALGORITHM FOR NOISY IMAGE RESTORATION IN THE FIELD OF MED...
A COMPARATIVE STUDY ALGORITHM FOR NOISY IMAGE RESTORATION IN THE FIELD OF MED...
Β 

Similar to COMPUTING THE GROWTH RATE OF STEM CELLS USING DIGITAL IMAGE PROCESSING

Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...
Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...
Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...IRJET Journal
Β 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
Β 
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...IRJET Journal
Β 
IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...
IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...
IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...IRJET Journal
Β 
BRAINREGION.pptx
BRAINREGION.pptxBRAINREGION.pptx
BRAINREGION.pptxVISHALAS9
Β 
IRJET- Retinal Fundus Image Segmentation using Watershed Algorithm
IRJET-  	  Retinal Fundus Image Segmentation using Watershed AlgorithmIRJET-  	  Retinal Fundus Image Segmentation using Watershed Algorithm
IRJET- Retinal Fundus Image Segmentation using Watershed AlgorithmIRJET Journal
Β 
Towards fine-precision automated immobilization in maskless radiosurgery
Towards fine-precision automated immobilization in maskless radiosurgeryTowards fine-precision automated immobilization in maskless radiosurgery
Towards fine-precision automated immobilization in maskless radiosurgeryOlalekan Ogunmolu
Β 
Brain Tumor Detection and Classification Using MRI Brain Images
Brain Tumor Detection and Classification Using MRI Brain ImagesBrain Tumor Detection and Classification Using MRI Brain Images
Brain Tumor Detection and Classification Using MRI Brain ImagesIRJET Journal
Β 
IRJET- An Efficient Brain Tumor Detection System using Automatic Segmenta...
IRJET-  	  An Efficient Brain Tumor Detection System using Automatic Segmenta...IRJET-  	  An Efficient Brain Tumor Detection System using Automatic Segmenta...
IRJET- An Efficient Brain Tumor Detection System using Automatic Segmenta...IRJET Journal
Β 
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...IRJET Journal
Β 
AN ADAPTIVE THRESHOLD SEGMENTATION FOR DETECTION OF NUCLEI IN CERVICAL CELLS ...
AN ADAPTIVE THRESHOLD SEGMENTATION FOR DETECTION OF NUCLEI IN CERVICAL CELLS ...AN ADAPTIVE THRESHOLD SEGMENTATION FOR DETECTION OF NUCLEI IN CERVICAL CELLS ...
AN ADAPTIVE THRESHOLD SEGMENTATION FOR DETECTION OF NUCLEI IN CERVICAL CELLS ...cscpconf
Β 
Ccids 2019 cutting edges of ai technology in medicine
Ccids 2019 cutting edges of ai technology in medicineCcids 2019 cutting edges of ai technology in medicine
Ccids 2019 cutting edges of ai technology in medicineNamkug Kim
Β 
Detection of Macular Edema by using Various Techniques of Feature Extraction ...
Detection of Macular Edema by using Various Techniques of Feature Extraction ...Detection of Macular Edema by using Various Techniques of Feature Extraction ...
Detection of Macular Edema by using Various Techniques of Feature Extraction ...IRJET Journal
Β 
A Survey on Retinal Area Detector From Scanning Laser Ophthalmoscope (SLO) Im...
A Survey on Retinal Area Detector From Scanning Laser Ophthalmoscope (SLO) Im...A Survey on Retinal Area Detector From Scanning Laser Ophthalmoscope (SLO) Im...
A Survey on Retinal Area Detector From Scanning Laser Ophthalmoscope (SLO) Im...IRJET Journal
Β 
IRJET- Automated Dengue Detection
IRJET- Automated Dengue DetectionIRJET- Automated Dengue Detection
IRJET- Automated Dengue DetectionIRJET Journal
Β 
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021Journal For Research
Β 
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...IRJET Journal
Β 

Similar to COMPUTING THE GROWTH RATE OF STEM CELLS USING DIGITAL IMAGE PROCESSING (20)

Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...
Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...
Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...
Β 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
Β 
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...
Β 
IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...
IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...
IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...
Β 
BRAINREGION.pptx
BRAINREGION.pptxBRAINREGION.pptx
BRAINREGION.pptx
Β 
IRJET- Retinal Fundus Image Segmentation using Watershed Algorithm
IRJET-  	  Retinal Fundus Image Segmentation using Watershed AlgorithmIRJET-  	  Retinal Fundus Image Segmentation using Watershed Algorithm
IRJET- Retinal Fundus Image Segmentation using Watershed Algorithm
Β 
Towards fine-precision automated immobilization in maskless radiosurgery
Towards fine-precision automated immobilization in maskless radiosurgeryTowards fine-precision automated immobilization in maskless radiosurgery
Towards fine-precision automated immobilization in maskless radiosurgery
Β 
Brain Tumor Detection and Classification Using MRI Brain Images
Brain Tumor Detection and Classification Using MRI Brain ImagesBrain Tumor Detection and Classification Using MRI Brain Images
Brain Tumor Detection and Classification Using MRI Brain Images
Β 
A Proposed Framework to De-noise Medical Images Based on Convolution Neural N...
A Proposed Framework to De-noise Medical Images Based on Convolution Neural N...A Proposed Framework to De-noise Medical Images Based on Convolution Neural N...
A Proposed Framework to De-noise Medical Images Based on Convolution Neural N...
Β 
IRJET- An Efficient Brain Tumor Detection System using Automatic Segmenta...
IRJET-  	  An Efficient Brain Tumor Detection System using Automatic Segmenta...IRJET-  	  An Efficient Brain Tumor Detection System using Automatic Segmenta...
IRJET- An Efficient Brain Tumor Detection System using Automatic Segmenta...
Β 
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
Β 
[IJET-V2I2P10] Authors:M. Dhivya, P. Jenifer, D. C. Joy Winnie Wise, N. Rajap...
[IJET-V2I2P10] Authors:M. Dhivya, P. Jenifer, D. C. Joy Winnie Wise, N. Rajap...[IJET-V2I2P10] Authors:M. Dhivya, P. Jenifer, D. C. Joy Winnie Wise, N. Rajap...
[IJET-V2I2P10] Authors:M. Dhivya, P. Jenifer, D. C. Joy Winnie Wise, N. Rajap...
Β 
AN ADAPTIVE THRESHOLD SEGMENTATION FOR DETECTION OF NUCLEI IN CERVICAL CELLS ...
AN ADAPTIVE THRESHOLD SEGMENTATION FOR DETECTION OF NUCLEI IN CERVICAL CELLS ...AN ADAPTIVE THRESHOLD SEGMENTATION FOR DETECTION OF NUCLEI IN CERVICAL CELLS ...
AN ADAPTIVE THRESHOLD SEGMENTATION FOR DETECTION OF NUCLEI IN CERVICAL CELLS ...
Β 
Ccids 2019 cutting edges of ai technology in medicine
Ccids 2019 cutting edges of ai technology in medicineCcids 2019 cutting edges of ai technology in medicine
Ccids 2019 cutting edges of ai technology in medicine
Β 
07585203
0758520307585203
07585203
Β 
Detection of Macular Edema by using Various Techniques of Feature Extraction ...
Detection of Macular Edema by using Various Techniques of Feature Extraction ...Detection of Macular Edema by using Various Techniques of Feature Extraction ...
Detection of Macular Edema by using Various Techniques of Feature Extraction ...
Β 
A Survey on Retinal Area Detector From Scanning Laser Ophthalmoscope (SLO) Im...
A Survey on Retinal Area Detector From Scanning Laser Ophthalmoscope (SLO) Im...A Survey on Retinal Area Detector From Scanning Laser Ophthalmoscope (SLO) Im...
A Survey on Retinal Area Detector From Scanning Laser Ophthalmoscope (SLO) Im...
Β 
IRJET- Automated Dengue Detection
IRJET- Automated Dengue DetectionIRJET- Automated Dengue Detection
IRJET- Automated Dengue Detection
Β 
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
Β 
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...
Β 

More from Pratyusha Mahavadi

ELECTROMAGNETIC EMISSION AND SUSCEPTIBILITY STANDARDS AND SPECIFICATIONS,MIL ...
ELECTROMAGNETIC EMISSION AND SUSCEPTIBILITY STANDARDS AND SPECIFICATIONS,MIL ...ELECTROMAGNETIC EMISSION AND SUSCEPTIBILITY STANDARDS AND SPECIFICATIONS,MIL ...
ELECTROMAGNETIC EMISSION AND SUSCEPTIBILITY STANDARDS AND SPECIFICATIONS,MIL ...Pratyusha Mahavadi
Β 
Piezo Resistive Pressure Sensor & Case Study of MAP Sensor
Piezo Resistive Pressure Sensor & Case Study of MAP SensorPiezo Resistive Pressure Sensor & Case Study of MAP Sensor
Piezo Resistive Pressure Sensor & Case Study of MAP SensorPratyusha Mahavadi
Β 
System Model and Power Penalty
System Model and Power PenaltySystem Model and Power Penalty
System Model and Power PenaltyPratyusha Mahavadi
Β 
Brain gate- thoughts into actions
Brain gate- thoughts into actionsBrain gate- thoughts into actions
Brain gate- thoughts into actionsPratyusha Mahavadi
Β 
An Efficient Operator Based Unicode Cryptography Algorithm For Text, Audio An...
An Efficient Operator Based Unicode Cryptography Algorithm For Text, Audio An...An Efficient Operator Based Unicode Cryptography Algorithm For Text, Audio An...
An Efficient Operator Based Unicode Cryptography Algorithm For Text, Audio An...Pratyusha Mahavadi
Β 

More from Pratyusha Mahavadi (7)

ELECTROMAGNETIC EMISSION AND SUSCEPTIBILITY STANDARDS AND SPECIFICATIONS,MIL ...
ELECTROMAGNETIC EMISSION AND SUSCEPTIBILITY STANDARDS AND SPECIFICATIONS,MIL ...ELECTROMAGNETIC EMISSION AND SUSCEPTIBILITY STANDARDS AND SPECIFICATIONS,MIL ...
ELECTROMAGNETIC EMISSION AND SUSCEPTIBILITY STANDARDS AND SPECIFICATIONS,MIL ...
Β 
Vivaldi
VivaldiVivaldi
Vivaldi
Β 
Piezo Resistive Pressure Sensor & Case Study of MAP Sensor
Piezo Resistive Pressure Sensor & Case Study of MAP SensorPiezo Resistive Pressure Sensor & Case Study of MAP Sensor
Piezo Resistive Pressure Sensor & Case Study of MAP Sensor
Β 
System Model and Power Penalty
System Model and Power PenaltySystem Model and Power Penalty
System Model and Power Penalty
Β 
Bioprinting
BioprintingBioprinting
Bioprinting
Β 
Brain gate- thoughts into actions
Brain gate- thoughts into actionsBrain gate- thoughts into actions
Brain gate- thoughts into actions
Β 
An Efficient Operator Based Unicode Cryptography Algorithm For Text, Audio An...
An Efficient Operator Based Unicode Cryptography Algorithm For Text, Audio An...An Efficient Operator Based Unicode Cryptography Algorithm For Text, Audio An...
An Efficient Operator Based Unicode Cryptography Algorithm For Text, Audio An...
Β 

Recently uploaded

Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
Β 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
Β 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
Β 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitterShivangiSharma879191
Β 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
Β 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
Β 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
Β 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
Β 
Call Us ≽ 8377877756 β‰Ό Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 β‰Ό Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 β‰Ό Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 β‰Ό Call Girls In Shastri Nagar (Delhi)dollysharma2066
Β 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
Β 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
Β 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
Β 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
Β 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
Β 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
Β 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
Β 

Recently uploaded (20)

Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
Β 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
Β 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
Β 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter
Β 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
Β 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
Β 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
Β 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
Β 
Call Us ≽ 8377877756 β‰Ό Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 β‰Ό Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 β‰Ό Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 β‰Ό Call Girls In Shastri Nagar (Delhi)
Β 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
Β 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Β 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
Β 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
Β 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
Β 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
Β 
young call girls in Rajiv ChowkπŸ” 9953056974 πŸ” Delhi escort Service
young call girls in Rajiv ChowkπŸ” 9953056974 πŸ” Delhi escort Serviceyoung call girls in Rajiv ChowkπŸ” 9953056974 πŸ” Delhi escort Service
young call girls in Rajiv ChowkπŸ” 9953056974 πŸ” Delhi escort Service
Β 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
Β 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
Β 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
Β 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
Β 

COMPUTING THE GROWTH RATE OF STEM CELLS USING DIGITAL IMAGE PROCESSING

  • 1. COMPUTING THE GROWTH RATE OF STEM CELLS USING DIGITAL IMAGE PROCESSING Batch Members: M.Pratyusha C.N.Priyadarshini R.Sushmidha Under the guidance of Mrs.B.Pradeepa,M.E Senior Assistant Professor
  • 2. CONTENT: οƒ˜ ABSTRACT οƒ˜ INTRODUCTION οƒ˜ SEGMENTATION οƒ˜ FEATURE EXTRACTION οƒ˜ PATTERN RECOGNITION οƒ˜ REFERENCES
  • 3. ABSTRACT The influence and impact of digital image processing on modern society, science, technology and art are tremendous and incredible. A stem cell considered to be the undifferentiated biological unit cells is a kind of cell that can duplicate itself over and over, providing new cells that can turn into cells with a specific purpose. The stem cell analysis and research through the digital image processing contributes its strong support to the doctors in the field of stem cell research to yield the results in computerized technology rather than clinical method. This kind of research through computerized method reduces the effects on human body during transplantation and tends to be more time economical. This project aims at computing the growth rate of stem cells by using segmentation, feature extraction and pattern recognition which are the fundamental methods of digital image processing. DRLSE algorithm is applied for segmenting images. The DRLSE algorithm is an amalgamation of Canny Edge Detector algorithm and DRLSE method, which uses the four well potential function. Features are extracted from segmented images using GLCM method and finally Support Vector Machine (SVM) is used for pattern recognition and classification of stem cells.
  • 4. INTRODUCTION οƒ˜ STEM CELL - DEFINITION οƒ˜ SOURCES OF STEM CELLS οƒ˜ POSSIBLE USES OF STEM CELLS οƒ˜ FLOW CHART
  • 5. STEM CELL- DEFINITION οƒ˜ Undifferentiated cells that can differentiate into specialized cells and divide to produce more stem cells οƒ˜ Through cell division-form more stem cells οƒ˜Eg: Bone marrow οƒ˜ Become specialized cells under critical condition οƒ˜Eg: Pancreas & Heart
  • 6. SOURCES OF STEM CELL οƒ˜ Umbilical cord blood οƒ˜ Bone marrow οƒ˜ Peripheral blood οƒ˜ Human embryos
  • 7. ADVANTAGES OF STEM CELL οƒ˜ Replaceable tissues/organs οƒ˜ Repair of defective cell types οƒ˜ Delivery of genetic therapies οƒ˜ Delivery chemotherapeutic agents
  • 8. FLOW CHART INPUT IMAGE (IMAGES FROM TIME LAPSE VIDEO) SEGMENTATION (CANNY & 4 WELL DRLSE) FEATURE EXTRACTION (GRAY LEVEL CO OCCURRENCE MATRIX) PATTERN RECOGNITION (SUPPORT VECTOR MACHINE)
  • 9. CANNY EDGE DETECTOR οƒ˜ Developed by JOHN F.CANNY in 1986 οƒ˜ Called optimal edge detector – satisfies three criterion: οƒ˜Low Error Rate οƒ˜Localized edges οƒ˜Single edge response
  • 10. CANNY-ALGORITHM οƒ˜ Apply Gaussian filter to smooth the image in order to remove the noise οƒ˜ Find the intensity gradients of the image οƒ˜ Apply non-maximum suppression to get rid of spurious response to edge detection οƒ˜ Apply double threshold to determine potential edges οƒ˜ Track edge by hysterises οƒ˜ In matlab canny is applied by using the keyword e = edge (I,’canny’);
  • 11. DRLSE METHOD οƒ˜ Developed by C. Li, C. Xu, C. Gui, and M. D. Fox οƒ˜ It uses edge-based active contour method to drive level set function in the desired
  • 12. FOUR WELL POTENTIAL FUNCTION οƒ˜ The four well potential function is aimed to maintain the signed distance property. οƒ˜ The four well potential is used to increase the quality of segmented image and get better accuracy.
  • 13. EVALUATION OF SEGMENTATION The evaluation of segmentation is carried out using the following parameters: οƒ˜ PSNR οƒ˜ BDE οƒ˜ PRECISION οƒ˜ RECALL
  • 14. PSNR PSNR = 10.π‘™π‘œπ‘”10 π‘βˆ—2552 𝑖 𝑗 𝐸 π‘–π‘—βˆ’π‘‚ 𝑖𝑗 2 Where N=SIZE OF IMAGE O= ORIGINAL IMAGE E= SEGMENTED IMAGE MSE = 1 𝑁 𝑖 𝑗 𝐸𝑖𝑗 βˆ’ 𝑂𝑖𝑗 2 where N = SIZE OF IMAGE O= ORIGINAL IMAGE E= SEGMENTED IMAGE
  • 15. PRECISION & RECALL οƒ˜ PRECISION: = 𝑑𝑝 𝑑𝑝+𝑓𝑝 οƒ˜ RECALL: = 𝑑𝑝 𝑑𝑝+𝑓𝑛 Where tp = intersection of segmented parts and ground truth fp= segmented parts not overlapping ground truth fn = missed parts of the ground truth
  • 16. BOUNDARY DISPLACEMENT ERROR The Boundary Displacement Error (BDE) measures the average displacement error of one boundary pixels and the closest boundary pixels in the other segmentation. πœ‡ 𝐿𝐴( 𝑒, 𝑣)= u-v/L-1 for 0<u-v<L 0 for u-v<0 16
  • 17. COMPARISON OF CASE 1 AND CASE 2 13.6 13.8 14 14.2 14.4 14.6 14.8 15 0 hours 8 hours 16 hours 24 hours 32 hours 40 hours 48 hours 56 hours BDE WITH CANNY WITHOUT CANNY
  • 20. SEGMENTED IMAGE Segmented imageSegmented image Segmented image Segmented image Segmented imageSegmented image Segmented imageSegmented image
  • 22. FEATURE EXTRACTION οƒ˜ Feature extraction is a special form of dimensionality reduction οƒ˜ GLCM is a well-established statistical method for feature extraction οƒ˜Computing the co-occurrence matrix οƒ˜Calculating feature based on the co-occurrence matrix
  • 23. GLCM οƒ˜ In 1973, Haralick introduced the co-occurrence matrix and texture features οƒ˜ Matrix is square with dimension Ng, where Ng is the number of gray levels in the image οƒ˜ Features used are Auto correlation, contrast, dissimilarity, homogeneity, energy and entropy
  • 24.
  • 25. PROPERTIES OF GLCM οƒ˜ CONTRAST= 𝑛=0 𝑁 𝑔 𝑛2 𝑖 βˆ’ 𝑗 = 𝑛𝑝 𝑑(𝑖, 𝑗) οƒ˜ CORRELATION= 𝑖=1 𝑁 𝑔 𝑗=1 𝑁 𝑔 (π‘–βˆ’πœ‡ 𝑖)𝑝 𝑑 (𝑖,𝑗) 𝜎 𝑖,𝜎 𝑗 οƒ˜ HOMOGENITY = 𝑖=1 𝑁 𝑔 𝑗=1 𝑁 𝑔 𝑝 𝑑 (𝑖,𝑗) 1+|π‘–βˆ’π‘—} οƒ˜ ENERGY= 𝑖=1 𝑁 𝑔 𝑗=1 𝑁 𝑔 𝑝 𝑑 2 (𝑖, 𝑗) οƒ˜ ENTROPY= 𝑖=1 𝑁 𝑔 𝑗=1 𝑁 𝑔 𝑝 𝑑(𝑖, 𝑗) log 𝑝 𝑑(𝑖, 𝑗)
  • 26. FEATURE EXTRACTION OUTPUT FEATURES IMAG E 1 IMAG E 2 IMAG E 3 IMAG E 4 IMAG E 5 IMAG E 6 IMAG E 7 IMAG E 8 AUTO CORRELATI ON 1.1833 1.2014 1.218 1 1.2705 1.3191 1.3701 1.3668 1.3880 CONTRAST 2.4170 2.8029 2.638 1 2.9597 2.6180 4.0452 49899 5.5527 ENTROPY 3.3671 3.4131 3.760 6 4.3084 4.5614 5.3890 56441 5.9454 ENERGY 8.5460 8.4835 8.319 8 7.9916 7.7754 7.3479 7.2549 7.8074 DISSIMLARI TY 2.4170 2.8029 2.638 1 2.9597 2.6180 4.0452 4.9899 5.5527 HOMOGENI TY 9.8791 9.8958 9.868 0 9.8520 9.8690 9.7977 9.7505 9.7223
  • 27. PATTERN RECOGNITION οƒ˜ Pattern recognition is the process of classifying input data into objects or classes based on key features οƒ˜ SVMs introduced in COLT-92 by Boser, Guyon & Vapnik
  • 29. GROWTH RATE & ACCURACY οƒ˜ Growth rate = [log2(𝑁 𝑛+1βˆ’ 𝑁 𝑛)] (𝐷 𝑛+1βˆ’ 𝐷 𝑛) οƒ˜ Accuracy = (t/n)*100
  • 30. GROWTH RATE & ACCURACY TABULATION INPUT GROWTH RATE ACCURACY % IMAGE 1 20481 33.65 IMAGE 2 36295 33.65 IMAGE 3 46419 44.44 IMAGE 4 22004 45.81 IMAGE 5 55562 53.92 IMAGE 6 55492 51.21 IMAGE 7 55688 47.31 IMAGE 8 27055 56.70
  • 31. REFERENCES [1] Nuseiba M.Altarawneh,Suhuai Luo,Brian Regan and Changming Sun, ”A Modified Distance Regularized Level Set Model for Liver Segmentation from CT Images,” Signal & Image Processing : An International Journal(SIPIJ), vol.6,No.1,February 2015. [2] Arathi J.Vyavahare, β€œCanny based DRLSE Algorithm for Segmentation,” International Journal of Computer Applications, vol.102-No.7,September 2014. [3] C.Xu,d.l.pham,and j.1.prince,”Medical Image Segmentation Using Deformable Models,” in SPIE Handbook on Medical Imaging vol.3,J.M.Fitzpatrick and M.Sonka,Eds.,ed,2000,pp.129- 174.
  • 32. CONTD….. [4] Punam Thakare,”A Study of Image Segmentation and Edge Detection Techniques,” International Journal on Computer Science and Engineering,vol 3, no.2 89-904,2011. [5] Chuming Li,Chenyang Xu,”Distance Regularized Level Set Evolution and its Application to Image Segmentation”, IEEE Trans on Image Processing,vol 19,no 12,December 2012. [6] Jiafu Jiang , He Wei , Qi Qi ,” Medical Image Segmentation Based on Biomimetic Pattern Recognition”, World Congress on Software Engineering,IEEE Computer Society. Vol:2,Pp.375- 379,2009.

Editor's Notes

  1. From this we can conclude tht the 2 striking features of stem cells is : self renewal & potency. Based on potency stem cell divided into types…given in slide 4
  2. Bone marrow-tissue making blood cells,used whn umbilical sc not present.umbilical-taken from cord after baby born. Peripheral blood-done for BMT,sc separated from blood (donor) & blood returned to patients & sc injected. From aborted tissues sc taken-ethical issues.
  3. Edge detection refers to process of identifying & locating sharp discontinuities=abrupt changes in pixel intensity.1.accurate detection of edges(as many as possible),2.dist.b/w edges found by detector & actual edge min,3.no false edge detection
  4. 1.Gaussian filter uses simple mask,performed using simple convolution method,larger the width lower is the sensitivity to noise,2.uses 4 dect to compute edges(hori,vertical=sobel; diag=roberts),sobel uses 3*3 mask,mag or edge strength & direction is calculated; 3.edge thinning,in the name itself,comparison of pixel with 1 abve & below or 90,180,135,0; 4.still some noise present,T1 & T2; 5.weak edges=either by noise or from true edge,blob analysis (N8)
  5. Advantage:guide the direction of evolving contour
  6. Mean square error (MSE) indicates the average difference of the pixels throughout the image. A higher MSE indicates a greater difference between the original and processed image. The PSNR computes the peak signal-to-noise ratio between two images, in decibels. This ratio is often used as a quality measurement between the original and a resultant image. The higher PSNR, the better the quality of the output image. To compute the PSNR , mean-squared error calculated is used
  7. precision is the proportion of boundary pixels in the automatic segmentation that correspond to boundary pixels in the ground truth. Precision and recall are attractive as measures of segmentation quality because they are sensitive to over and under-segmentation, over-segmentation leads to low precision scores, while under-segmentation leads to low recall scores. Recall is defined as the proportion of boundary pixels in the ground truth that were successfully detected by the automatic segmentation
  8. The main goal ofΒ feature extractionΒ is to obtain the most relevant information from the original data and represent that information in a lower dimensionality space. When the input data to anΒ algorithmΒ is too large to be processed and it is suspected to be redundant (e.g. the same measurement in both feet and meters, or the repetitiveness of images presented asΒ pixels), then it can be transformed into a reduced set ofΒ featuresΒ (also named aΒ feature vector). In 1973, Haralick introduced the co-occurrence matrix and texture features which are the most popular second order statistical features today.
  9. From the word…it can be said tht it is a matrix. Each element (i, j) in GLCM specifies the number of times that the pixel with value i occurred horizontally adjacent to a pixel with value j .
  10. It works really wellΒ withΒ clear margin of separation It is effective in high dimensional spaces. It is effective in cases where number of dimensions is greater than the number of samples. It uses a subset of training points in the decision function (called support vectors), so it is also memory efficient.
  11. From the word…it can be said tht it is a matrix. Each element (i, j) in GLCM specifies the number of times that the pixel with value i occurred horizontally adjacent to a pixel with value j .
  12. Cons: ItΒ doesn’t perform well, when we have large data set because the required training time is higher It also doesn’t perform very well, when the data set has more noise i.e. target classes are overlapping SVM doesn’t directly provide probability estimates, these are calculated using an expensive five-fold cross-validation. It is related SVC method of Python scikit-learn library.