http://www.emgu.com
Check if the GPU module is targeted for the specific device version
Namespace: Emgu.CV.CudaAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic static bool Has(
int major,
int minor
)
Public Shared Function Has (
major As Integer,
minor As Integer
) As Boolean
public:
static bool Has(
int major,
int minor
)
static member Has :
major : int *
minor : int -> bool
Parameters
- major
- Type: SystemInt32
The major version - minor
- Type: SystemInt32
The minor version
Return Value
Type:
BooleanTrue if the GPU module is targeted for the specific device version.
See Also