Click or drag to resize

TargetArchsHasEqualOrGreaterBin Method

http://www.emgu.com
Check if the GPU module is targeted for equal or greater BIN version

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public static bool HasEqualOrGreaterBin(
	int major,
	int minor
)

Parameters

major
Type: SystemInt32
The major version
minor
Type: SystemInt32
The minor version

Return Value

Type: Boolean
True if the GPU module is targeted for equal or greater BIN version.
See Also