A vision system will consists of a small camera, a monitoring system (a computer) and the necessary hardware and software. The whole process of identifying the image is classified into three main parts:
- Image Processing
- Thresholding
- Connectivity paths
Image processing is a process by which an image is formed for analysis and use at a later stage. It uses various techniques such as image analysis and histogram of images to identify, simplify, modify or enhance an image.
Threshold is a process in which each image is classified into various categories and then compared with the pixels stored in the database. The pixels once compared are aligned to different levels to form an image.
The connectivity path is a process by which a particular pixel is connected to a neighboring pixel if it falls in the same color and texture region.
It is the combination of all these three processes that a final electronic image is conceived and the required action is taken after analysis.