Table of Contents

Method SetTranslation

Namespace
OpenCvSharp.XFeatures2D
Assembly
OpenCvSharp.dll

SetTranslation(int, float)

Translations of the individual axes of the feature space.

public void SetTranslation(int idx, float value)

Parameters

idx int

ID of the translation (0=weight, 1=x, 2=y, 3=L, 4=a, 5=b, 6=contrast, 7=entropy).

value float

Value of the translation.