CWIMAQParticlePreprocessingOptions

NI Vision for Visual Basic

CWIMAQParticlePreprocessingOptions

CWIMAQParticlePreprocessingOptions contains options on how the CWIMAQParticleClassifier converts images into particles.

Properties

AutoThresholdMethodOption to automatically threshold the image.
LimitsEstablishes limits on the threshold calculated by the automatic threshold.
ManualThresholdOption to manually threshold the image.
ManualThresholdRangeRange to use when manually thresholding the image.
NumErosionsSets the number of erosions the method performs to remove small particles. After performing the erosions, the method restores remaining objects to their original uneroded size. Set this attribute to 0, which is the default value, if you do not want to remove small particles.
ParticleTypeWhat type of particles to look for.
RejectBorderDetermines if the objects that touch the inspection region border are ignored.

See Also

CWIMAQParticleClassifier