#include <gpu.hpp>
§ GoodFeaturesToTrackDetector_GPU()
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 |
§ operator()()
return 1 rows matrix with CV_32FC2 type
§ releaseMemory()
void cv::gpu::GoodFeaturesToTrackDetector_GPU::releaseMemory |
( |
| ) |
|
|
inline |
§ blockSize
int cv::gpu::GoodFeaturesToTrackDetector_GPU::blockSize |
§ harrisK
double cv::gpu::GoodFeaturesToTrackDetector_GPU::harrisK |
§ maxCorners
int cv::gpu::GoodFeaturesToTrackDetector_GPU::maxCorners |
§ minDistance
double cv::gpu::GoodFeaturesToTrackDetector_GPU::minDistance |
§ qualityLevel
double cv::gpu::GoodFeaturesToTrackDetector_GPU::qualityLevel |
§ useHarrisDetector
bool cv::gpu::GoodFeaturesToTrackDetector_GPU::useHarrisDetector |
The documentation for this class was generated from the following file: