Enum VLAdaptiveThreshold.TVLAdaptiveThresholdType
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VisionLabPkg
Unit: VLAdaptiveThreshold
Contents |
Syntax
Delphi:
type TVLAdaptiveThresholdType = (attMean, attGaussian);
C++ Builder:
enum TVLAdaptiveThresholdType {attMean, attGaussian};
Visual C++ (MFC):
enum CTVLAdaptiveThresholdType {attMean, attGaussian};
Summary
Available adaptive threshold types.
Description
Defines the available adaptive threshold types.
Values
attMean | Mean adaptive threshold type. |
attGaussian | Gaussian adaptive threshold type. |