Computer vision using GPU

Types

            
 All Types  Classes   Structures  Enumerations 
 NameDescription
GpuDevice..::..ComputeCapability
The compute capability
GpuDevice
The Gpu device information
GpuHOGDescriptor
A HOG discriptor
GpuImage<(Of <(<'TColor, TDepth>)>)>
An GpuImage is very similar to the Emgu.CV.Image except that it is being used for GPU processing
GpuInvoke
This class wraps the functional calls to the opencv_gpu module
GpuMat<(Of <(<'TDepth>)>)>
Similar to CvArray but use GPU for processing
GpuStereoBM
Use Block Matching algorithm to find stereo correspondence
GpuStereoConstantSpaceBP
A Constant-Space Belief Propagation Algorithm for Stereo Matching. Qingxiong Yang, Liang Wang, Narendra Ahuja. http://vision.ai.uiuc.edu/~qyang6/
GpuStereoBM..::..PresetType
Preset type
Stream
Encapculates Cuda Stream. Provides interface for async coping. Passed to each function that supports async kernel execution. Reference counting is enabled