CudaCascadeClassifierMinObjectSize Property |
http://www.emgu.com
The minimum object size
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic Size MinObjectSize { get; set; }
Public Property MinObjectSize As Size
Get
Set
public:
property Size MinObjectSize {
Size get ();
void set (Size value);
}
member MinObjectSize : Size with get, set
Property Value
Type:
Size
See Also