PCTSignaturesWeightL Property |
http://www.emgu.com
Weights (multiplicative constants) that linearly stretch individual axes of the feature space. (x,y = position. L,a,b = color in CIE Lab space. c = contrast. e = entropy)
Namespace:
Emgu.CV.XFeatures2D
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic float WeightL { get; set; }
Public Property WeightL As Single
Get
Set
public:
property float WeightL {
float get ();
void set (float value);
}
member WeightL : float32 with get, set
Property Value
Type:
Single
See Also