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