You are on page 1of 3

MEDICAL IMAGE

PROCESSING
Sit Dolor Amet
SEGMENTATION USING EDGE
DETECTION TECHNIQUE
1. Eliminate unwanted background
2. Find the boundary
3. Calculate the volume
4. Compare with manual approach

Reporting
Use cloud-based reporting – gdoc, gslide
FAMILIARIZE MATLAB
FUNCTION
B=imread(‘a’) – read image
b=imshow(‘a’) – to show/plot image
B=rgb2gray(‘a’) – turn an image to in greyscale
B=edge(a, ‘Roberts’)
B=edge(a, ‘sobel’)
B=edge(a, ‘log’)
B=edge(a, ‘canny’)
B=edge(a, ‘prewitt’)

You might also like