OclDeviceDefault Property |
http://www.emgu.com
Get the default OclDevice. Do not dispose this device.
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic static OclDevice Default { get; }
Public Shared ReadOnly Property Default As OclDevice
Get
public:
static property OclDevice^ Default {
OclDevice^ get ();
}
static member Default : OclDevice with get
Property Value
Type:
OclDevice
See Also