Metric Class

CVB.Net Documentation
Metric calibration routines.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.FoundationMetric

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

public static class Metric
Methods

  NameDescription
Public methodStatic memberCalibratorFromPiece(ImagePlane, AQS12Piece, Point3Dd)
Create a calibrator from the range map's plane to create an intrinsic and extrinsic calibration based on the AQS12 calibrationPiece.
Public methodStatic memberCalibratorFromPiece(ImagePlane, Rect, AQS12Piece, Point3Dd)
Create a calibrator from the range map's plane to create an intrinsic and extrinsic calibration based on the AQS12 calibrationPiece.
Public methodStatic memberExtrinsicTransformationFromPiece(ImagePlane, AQS12Piece, Point3Dd)
Calculates the extrinsic transformation only from the given range map's plane.
Public methodStatic memberExtrinsicTransformationFromPiece(ImagePlane, AQS12Piece, Calibrator3D, Point3Dd)
Calculates the extrinsic transformation only from the given range map's plane.
Public methodStatic memberExtrinsicTransformationFromPiece(ImagePlane, Rect, AQS12Piece, Point3Dd)
Calculates the extrinsic transformation only from the given range map's plane.
Public methodStatic memberExtrinsicTransformationFromPiece(ImagePlane, Rect, AQS12Piece, Calibrator3D, Point3Dd)
Calculates the extrinsic transformation only from the given range map's plane.
Public methodStatic memberFaceSegmentationFromPiece(ImagePlane, AQS12Piece)
Segments the given range map plane into the different faces of the AQS12 calibration piece.
Public methodStatic memberFaceSegmentationFromPiece(ImagePlane, Rect, AQS12Piece)
Segments the given range map plane into the different faces of the AQS12 calibration piece.
Top
See Also

Reference