You are on page 1of 1

Process of the system

Camera is captured the inmage of magos. Camera take 5 sec snap shot photo. The snap shot photo is
decleared RGB image. When RGB image is get, it is converted to gray image with gray thresh. After that
gray image is changed to the binary image. Binary image is changed again to the edge detection with
sobel edge detection. Morphological method is used to reduce the defected area of the image that used
with edge detection. At the operation with morphological method, strel process is operated. Strel is
defined the sized of photo with line (3,90) and line (3,0). “3” is distance of the center and 90 is the angle
(counter clockwise).And also 0 is the angle.

You might also like