PCTSignaturesWeightB 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: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic float WeightB { get; set; }
Public Property WeightB As Single
Get
Set
public:
property float WeightB {
float get ();
void set (float value);
}
member WeightB : float32 with get, set
Property Value
Type:
Single
See Also