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

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

public CogOCRMaxSegmenter(
	CogOCRMaxSegmenter other
)

Parameters

other
Type: Cognex.VisionPro.OCRMax CogOCRMaxSegmenter
The CogOCRMaxSegmenter to be copied. May not be null.
Exceptions

ExceptionCondition
ArgumentNullException Thrown if other is null.
See Also