MetricFaceSegmentationFromPiece Method (ImagePlane, AQS12Piece)

CVB.Net Documentation
Segments the given range map plane into the different faces of the AQS12 calibration piece.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public static Image FaceSegmentationFromPiece(
	ImagePlane plane,
	AQS12Piece calibrationPiece
)

Parameters

plane
Type: Stemmer.CvbImagePlane
Range map's plane showing an AQS12 calibration piece.
calibrationPiece
Type: Stemmer.Cvb.FoundationAQS12Piece
Basically ignored (identifies piece).

Return Value

Type: Image
Image with its values being face labels.
See Also

Reference