MetricExtrinsicTransformationFromPiece Method (ImagePlane, AQS12Piece, Point3Dd)

CVB.Net Documentation
Calculates the extrinsic transformation only from the given range map's plane.

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

public static AffineMatrix3D ExtrinsicTransformationFromPiece(
	ImagePlane plane,
	AQS12Piece calibrationPiece,
	out Point3Dd[] residuals
)

Parameters

plane
Type: Stemmer.CvbImagePlane
Range map's image plane showing an AQS12 calibration piece.
calibrationPiece
Type: Stemmer.Cvb.FoundationAQS12Piece
Reference points describing the calibration piece.
residuals
Type: Stemmer.CvbPoint3Dd
Newly created array containing the residuals to check on the create calibration.

Return Value

Type: AffineMatrix3D
Transformation matrix of the extrinsic transformation.
See Also

Reference