http://www.emgu.com
Computer vision using GPU
Classes
Class | Description | |
---|---|---|
![]() | GpuBruteForceMatcher |
A Brute force matcher using GPU
|
![]() | GpuCascadeClassifier |
Cascade Classifier for object detection using GPU
|
![]() | GpuDevice |
The Gpu device information
|
![]() | GpuDisparityBilateralFilter |
Disparity map refinement using joint bilateral filtering given a single color image.
Qingxiong Yang, Liang Wang†, Narendra Ahuja
http://vision.ai.uiuc.edu/~qyang6/
|
![]() | 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/
|
![]() | GpuSURFDetector |
A SURF detector using GPU
|
![]() | Stream |
Encapculates Cuda Stream. Provides interface for async coping.
Passed to each function that supports async kernel execution.
Reference counting is enabled
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | GpuBruteForceMatcher..::..DistanceType |
The distance type
|
![]() | GpuDevice..::..GpuFeature |
GPU feature
|
![]() | GpuStereoBM..::..PresetType |
Preset type
|