#include <gpu.hpp>
| cv::gpu::GoodFeaturesToTrackDetector_GPU::GoodFeaturesToTrackDetector_GPU |
( |
int |
maxCorners = 1000, |
|
|
double |
qualityLevel = 0.01, |
|
|
double |
minDistance = 0.0, |
|
|
int |
blockSize = 3, |
|
|
bool |
useHarrisDetector = false, |
|
|
double |
harrisK = 0.04 |
|
) |
| |
|
inlineexplicit |
return 1 rows matrix with CV_32FC2 type
| void cv::gpu::GoodFeaturesToTrackDetector_GPU::releaseMemory |
( |
| ) |
|
|
inline |
| int cv::gpu::GoodFeaturesToTrackDetector_GPU::blockSize |
| double cv::gpu::GoodFeaturesToTrackDetector_GPU::harrisK |
| int cv::gpu::GoodFeaturesToTrackDetector_GPU::maxCorners |
| double cv::gpu::GoodFeaturesToTrackDetector_GPU::minDistance |
| double cv::gpu::GoodFeaturesToTrackDetector_GPU::qualityLevel |
| bool cv::gpu::GoodFeaturesToTrackDetector_GPU::useHarrisDetector |
The documentation for this class was generated from the following file: