Method SetWeights
- Namespace
- OpenCvSharp.XFeatures2D
- Assembly
- OpenCvSharp.dll
SetWeights(IEnumerable<float>)
Weights (multiplicative constants) that linearly stretch individual axes of the feature space.
public void SetWeights(IEnumerable<float> weights)
Parameters
weightsIEnumerable<float>Values of all weights (0=weight, 1=x, 2=y, 3=L, 4=a, 5=b, 6=contrast, 7=entropy).