EDepthMap8::GetPrecision
EDepthMap8::SetPrecision
Fixed-point precision of the pixel values. The precision is the number of bits after the decimal point. Starts from 0 (no fractional part) and ends to 16.
Namespace: Euresys::Open_eVision_2_5
[C++]
int GetPrecision() const
void SetPrecision(int precision)
EDepthMap8.Precision
Fixed-point precision of the pixel values. The precision is the number of bits after the decimal point. Starts from 0 (no fractional part) and ends to 16.
Namespace: Euresys::Open_eVision_2_5
[C#]
override int Precision
{ get; set; }
EDepthMap8.Precision
Fixed-point precision of the pixel values. The precision is the number of bits after the decimal point. Starts from 0 (no fractional part) and ends to 16.
[VB6]
Precision As Long
read-write