0
341views
Drew a diagram on Image analysis in robotics, and also explain it.
1 Answer
written 2.1 years ago by |
Image analysis:
Steps in image analysis:
The analog image is obtained using a camera.
The image is converted into a digital image using digitization. Using thresholding, the grayscale image is converted into a binary image which consists of foreground and background pixels.
Shrink and Swell operators are used to removing noise in the binary image.
The noise-free region is then labeled using region labeling and a growing algorithm.
Shape analysis is carried out using area/line descriptors Moments are computed.