This example illustrates different image thresholding algorithms, Local, Automatic, and Manual.
Local thresholding calculates local statistics for each pixel in an image. Based on the calculation result, the algorithm categorizes the pixel as part of a particle or the background. Automatic thresholding uses the histogram of an image to compute a single threshold value for the entire image. Manual thresholding uses a specified range of values to compute a threshold value for the image. Refer to the NI Vision Concepts Manual for more information about thresholding algorithms.
LabVIEW 2014 or compatible
Vision Development Module 2014 or compatible
Front Panel:
Alyssa H.
Applications Engineering
National Instruments
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.