Click or drag to resize

PerformancePriority Enumeration

Performance priority. Referenced by CountBlobs and ExtractBlobs operations.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
public enum PerformancePriority
Members
  Member nameDescription
Range Priority given to range or count.
Speed Priority given to fast processing times at expense of accuracy.
Precision Priority given to high mathmatical precision.
See Also