CudaCascadeClassifierMaxObjectSize Property |
http://www.emgu.com
The maximum object size
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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