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.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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