MultiCameraOutputTransforms Method |
Multi-camera calibration transforms.
Namespace:
Zivid.NET.Calibration
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public float[,][] Transforms()
Public Function Transforms As Single(,)()
public:
array<array<float,2>^>^ Transforms()
Return Value
Type:
SingleArray of affine transformations in the form of 4x4 matrices.
See Also