Presentation Slides
Presentation Slides
Presentation Slides
Segmentation Models
for retinal Image
ABSTRACT
ABSTRACT
Image segmentation is used in many areas including
INTRODUCTION
WHAT IS SEGMENTATION?
Segmentation is the process of dividing or separating
EXISTING SYSTEM
EXISTING SYSTEM:
In present situations the images are segmented by
Disadvantage of existing
system:
Time complexity
Difficult to segment
Difficult to identify the problem exactly
Provision for segmenting single image alone.
It is not feasible for many applications
PROPOSED SYSTEM
Proposed System
In the proposed model the image is segmented by
Advantage:
Time complexity is reduced
Fully automatic
Results are accurate
It allows the user to easily specify what he/she wants.
The model requires only minimal tuning of model
SYSTEM ARCHITECTURE
SYSTEM ARCHITECTURE
USER
IMAGES
QUERY
IMAGE
VISUAL
COLOR
TRANSFORM
GROUND
TRUTH
BLOCK DIAGRAM
DESCRIPTION
IMAGE
The input image is obtained from the database.
The images to be processed are stored in database.
Here the retinal image is used as input image.
QUERY IMAGE:
It is the image to be manipulated.
Here retinal image is used as query image.
The retinal image consist of a background and four
retinal layers.
They are ganglion cell layer, inner nucleus layer, outer
nucleus layer and rod outer layer.
The outer nucleus layer is segmented and it is used for
further analysis.
COLOR TRANSFORM:
Before segmenting the image, a color transform is
GROUND TRUTH:
The resulting output is known as ground truth.
It is the required color transformed and segmented
image.
This image is used for further analysis.
Using the color changes the diseased area of the image
can be easily identified.
After identifying the diseased area proper diagnosis is
given.
SOFTWARE
IMPLEMENTATION
ALGORITHM
Get an input image
Read the image size
Declare the initial parameters
Use for loop to achieve initial to end co-ordinate
Color transform the input image
Segment the input image
End the for loop
Get the output image
K-MEANS CLUSTERING
K-means clustering is a method of cluster analysis
UPDATE STEP:
The centroid of each k-clusters becomes the new
means.
Repeat steps1 and 2.
ADVANTAGE OF MATLAB
Several mathematical operations that work on arrays
RESULT
Input 1
Name
Attributes
inImg
nBins
nClass
winSize
Size
500x500x3
1x1
1x1
1x1
Bytes Class
750000 uint8
8 double
8 double
8 double
Input 2
Name
inImg
nBins
nClass
winSize
Size
365x600x3
1x1
1x1
1x1
Bytes Class
Attributes
657000 uint8
8 double
8 double
8 double
GROUND TRUTH
Input 3
Name
inImg
nBins
nClass
winSize
Size
365x600x3
1x1
1x1
1x1
Bytes Class
Attributes
657000 uint8
8 double
8 double
8 double
RESULT
The resulting ground truth image is used for further
analysis.
By using the color variation in the segmented output
the corresponding disease is identified and proper
diagnosis is given.
CONCLUSION
CONCLUSION
In this project , we have proposed and developed a
FUTURE
ENHANCEMENT
FUTURE SCOPE
In future we have planned to extend our work for
Thank you