CogOCRMaxSegmenterCharacterStatistics Constructor (CogOCRMaxSegmenterCharacterStatistics)Cognex VisionPro
Constructs a deep copy of the supplied CogOCRMaxSegmenterCharacterStatistics object.

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax

public CogOCRMaxSegmenterCharacterStatistics(
	CogOCRMaxSegmenterCharacterStatistics other
)

Parameters

other
Type: Cognex.VisionPro.OCRMax CogOCRMaxSegmenterCharacterStatistics
The CogOCRMaxSegmenterCharacterStatistics to be copied. May not be NULL.
Exceptions

ExceptionCondition
ArgumentNullException Thrown if other is Nothing/null/nullptr.
See Also