http://www.emgu.com
Check if the GPU module is targeted for equal or greater BIN version
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public static bool HasEqualOrGreaterBin(
int major,
int minor
) |
Visual Basic |
---|
Public Shared Function HasEqualOrGreaterBin ( _
major As Integer, _
minor As Integer _
) As Boolean |
Visual C++ |
---|
public:
static bool HasEqualOrGreaterBin(
int major,
int minor
) |
Return Value
True if the GPU module is targeted for equal or greater BIN version.
See Also