To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This VI demonstrates how to remove an image's background and keep the remainder of the image along with its original colors.
Description
Often times, it is necessary to remove the background of an image and focus on particular objects of interest. This can be done with a color threshold, but the result is an 8-bit image with no color. This example does the same thing, but preserves the original color of the object(s) of interest. This is done by performing a color threshold, casting the resulting image to 32-bit, and then multiplying it with the original image. This extracts the desired information from the original image.
Requirements
Software
Hardware
Steps to Implement or Execute Code
Additional Information or References
**The code for this example has been edited to meet the new Community Example Style Guidelines. The edited copy is marked with the text ‘NIVerified’. Read here for more information about the new Example Guidelines and Community Platform.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.