 | AcquisitionMetadataCorrectionCoefficients Property |
User correction coefficients for different correction orders
Namespace:
LynceeTec.Imaging
Assembly:
LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic Tuple<int, int, float>[] CorrectionCoefficients { get; set; }
public:
property array<Tuple<int, int, float>^>^ CorrectionCoefficients {
array<Tuple<int, int, float>^>^ get ();
void set (array<Tuple<int, int, float>^>^ value);
}
Property Value
Type:
TupleInt32,
Int32,
Single
See Also