#include <gpu.hpp>
|
| | PyrLKOpticalFlow () |
| |
| void | sparse (const GpuMat &prevImg, const GpuMat &nextImg, const GpuMat &prevPts, GpuMat &nextPts, GpuMat &status, GpuMat *err=0) |
| |
| void | sparse_multi (const GpuMat &prevImg, const GpuMat &nextImg, const GpuMat &prevPts, GpuMat &nextPts, GpuMat &status, Stream &stream, GpuMat *err=0) |
| |
| void | dense (const GpuMat &prevImg, const GpuMat &nextImg, GpuMat &u, GpuMat &v, GpuMat *err=0) |
| |
| void | releaseMemory () |
| |
§ PyrLKOpticalFlow()
| cv::gpu::PyrLKOpticalFlow::PyrLKOpticalFlow |
( |
| ) |
|
§ dense()
§ releaseMemory()
| void cv::gpu::PyrLKOpticalFlow::releaseMemory |
( |
| ) |
|
§ sparse()
§ sparse_multi()
§ derivLambda
| double cv::gpu::PyrLKOpticalFlow::derivLambda |
§ getMinEigenVals
| bool cv::gpu::PyrLKOpticalFlow::getMinEigenVals |
§ iters
| int cv::gpu::PyrLKOpticalFlow::iters |
§ maxLevel
| int cv::gpu::PyrLKOpticalFlow::maxLevel |
§ minEigThreshold
| float cv::gpu::PyrLKOpticalFlow::minEigThreshold |
§ useInitialFlow
| bool cv::gpu::PyrLKOpticalFlow::useInitialFlow |
§ winSize
| Size cv::gpu::PyrLKOpticalFlow::winSize |
The documentation for this class was generated from the following file: