Example: Mask

NI Vision for Visual Basic

Example: Mask

This example shows how to apply a binary image, or mask image, to mask another image. When an image is masked, all the pixels in the image that correspond to pixel with zero values in the mask image are set to zero. The other pixels are left untouched. Masking is an effective way to process specific parts of an image.

Example Location

<Vision>\Examples\MSVB\2. Functions\Image Management