A8 Paper
A8 Paper
ABSTRACT:
Occurance of disease and obtaining a cure with advant of technology is promising these days where as most
tricky part is the identification of that disease with respective organ.In Medical Image processingimages of the
human body are used for diagnostic and treatment purposes and therefore plays an important role in initiatives to
improve public health In this paper, MRI scan images are used for the analysis.After MRI scan,the image is visually
examined for detection and disease diagnosis.Computer aided methods are used for accurately determining the size,
shape and stage of infected body organ. The processed image is noiseless and efficient. Canny edge deduction
method is usedfor deducting the edges of the image. The filter is applied on the image to obtain clear view of the
image, which later on will help in getting clear boundaries of disease infected areas.
requirements for the application of edge detection on 1) Choose some manner in which to initialize the mi
diverse vision systems are relatively similar. Thus, an to be the mean of each group (or cluster), and do it.
edge detection solution to address these requirements 2) For each example in your set, assign it to the
can be implemented in a wide range of situations. closest group (represented by mi).
The general criteria for edge detection include: If the rounded gradient angle is 0° (i.e. the edge is in
• Gaussian Smoothening Filter the north-south direction) the point will be considered
• Gradient estimations to be on the edge if its gradient magnitude is greater
• Non Maximum Suppression than the magnitudes at pixels in the east and west
• Double Thresholding directions
• Edge Tracking • If the rounded gradient angle is 90° (i.e. the edge is
in the east-west direction) the point will be
Gaussian Smoothing filter : considered to be on the edge if its gradient magnitude
Since all edge detection results are easily affected by is greater than the
image noise, it is essential to filter out the noise to • Magnitudes at pixels in the north and south
prevent false detection caused by noise. directions,
• If the rounded gradient angle is 135° (i.e. the edge
is in the northeast-southwest direction) the point will
beconsidered to be on the edge if its gradient
magnitude is greater than the magnitudes at pixels in
the north west and south-east directions,
Intensity Estimation :
An edge in an image may point in a variety of
directions, so the Canny algorithm uses four filters to
detect horizontal, vertical and diagonal edges in the
blurred images which returns a value for the first • If the rounded gradient angle is 45° (i.e. the edge is
derivative in the horizontal direction (Gx) and the in the north west–south east direction) the point will
vertical direction (Gy). be considered to be on the edge if its gradient
magnitude is greater than the magnitudes at pixels in
the north east and south west directions.
reduced and the unwanted data has been cropped is obtained . algorithm. It was tested with providing
manually. Enhancement of data is necessary for the with the test image of various organs.
best possible result, which will help down in IV SIMULATION RESULTS :
narrowing towards our goal.
Feature Extraction :
In image processing all the images are
classified under certain features which are texture,
shape3, colour. Feature extraction is an integral part
of image processing which helps in narrowing down
our dataset to achieve our goal. The identified feature
is taken as the input in the system based on which the
organs will be classified and stored in the database.
In the gray scale images the gray levels helps in
determining the pixel and its relevant position. By
identifying the core pixel plotting the neighbouring
pixels becomes more easier. In this system as shape
is taken as primary feature which is also very
important feature in identification, Canny Edge
Detection4 helps in filtering out the edges of the
medical images. In this system for every input image
the shape has been determined for every organ, there
are multiple images taken into consideration for
identifying the edge of one organ to get good result.
Figure : intensity gradient using filter method the noise from the processed
image.
This provides costeffective and timely delivery
of dia
gnosis for both physician and patients. The ability to
detect and mark diseases and to identify stone size
and location based on pixel values provide more
efficient analysis of cases. It has demonstrated
potential usefulness in disease diagnosis and
screening, however, the program is only a tool and
the opinion of a qualified medical professional is
required to validate its output
REFERENCES: