http://www.emgu.com
Computer vision using GPU
Classes
Class | Description | |
---|---|---|
![]() | GpuBroxOpticalFlow |
Brox optical flow
|
![]() | GpuBruteForceMatcher<(Of <(<'T>)>)> |
A Brute force matcher using GPU
|
![]() | GpuCascadeClassifier |
Cascade Classifier for object detection using GPU
|
![]() | GpuDeviceInfo |
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/
|
![]() | GpuFarnebackOpticalFlow |
Farneback optical flow
|
![]() | GpuFASTDetector |
A FAST detector using GPU
|
![]() | GpuGoodFeaturesToTrackDetector |
Gpu implementation of GoodFeaturesToTrackDetector
|
![]() | 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 |
A GpuMat, use the generic version if possible. The non generic version is good for use as buffer in stream calls.
|
![]() | GpuMat<(Of <(<'TDepth>)>)> |
Similar to CvArray but use GPU for processing
|
![]() | GpuMatchTemplateBuf |
Gpu match template buffer, used by the gpu version of MatchTemplate function.
|
![]() | GpuORBDetector |
An ORB detector using GPU
|
![]() | GpuPyrLKOpticalFlow |
PyrLK optical flow
|
![]() | 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
|
![]() | TargetArchs |
Gives information about what GPU archs this OpenCV GPU module was compiled for
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | GpuDeviceInfo..::..GpuFeature |
GPU feature
|
![]() | GpuStereoBM..::..PresetType |
Preset type
|