MCvERStatLocalMaxima Property |
http://www.emgu.com
If or not the regions is a local maxima of the probability
Namespace:
Emgu.CV.Text
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic bool LocalMaxima { get; set; }
Public Property LocalMaxima As Boolean
Get
Set
public:
property bool LocalMaxima {
bool get ();
void set (bool value);
}
member LocalMaxima : bool with get, set
Property Value
Type:
Boolean
See Also