Feature extraction and analysis
Matrox Imaging Library (MIL) provides a choice of tools for image analysis: Blob Analysis and Edge Finder. These tools are used to identify and measure basic features for determining object presence and location, and for further examining objects.
The MIL Blob Analysis tool works on segmented binary images, where objects are previously separated from the background and one another. The tool, using run-length encoding, very quickly identifies blobs and can measure over 50 binary and grayscale characteristics. Measurements can be used to sort and select blobs. The tool also reconstructs and merges blobs, which is useful when working with blobs that straddle successive images.
|