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