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

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

public CogOCRMaxSegmenterFragmentStatistics(
	CogOCRMaxSegmenterFragmentStatistics other
)

Parameters

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

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