PCTSignaturesWindowRadius Property |
http://www.emgu.com
Size of the texture sampling window used to compute contrast and entropy. (center of the window is always in the pixel selected by x,y coordinates of the corresponding feature sample).
Namespace:
Emgu.CV.XFeatures2D
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic int WindowRadius { get; set; }
Public Property WindowRadius As Integer
Get
Set
public:
property int WindowRadius {
int get ();
void set (int value);
}
member WindowRadius : int with get, set
Property Value
Type:
Int32
See Also