#include <ocl.hpp>
§ GoodFeaturesToTrackDetector_OCL()
cv::ocl::GoodFeaturesToTrackDetector_OCL::GoodFeaturesToTrackDetector_OCL |
( |
int |
maxCorners = 1000 , |
|
|
double |
qualityLevel = 0.01 , |
|
|
double |
minDistance = 0.0 , |
|
|
int |
blockSize = 3 , |
|
|
bool |
useHarrisDetector = false , |
|
|
double |
harrisK = 0.04 |
|
) |
| |
|
inlineexplicit |
§ downloadPoints()
void cv::ocl::GoodFeaturesToTrackDetector_OCL::downloadPoints |
( |
const oclMat & |
points, |
|
|
vector< Point2f > & |
points_v |
|
) |
| |
download points of type Point2f to a vector. the vector's content will be erased
§ operator()()
return 1 rows matrix with CV_32FC2 type
§ releaseMemory()
void cv::ocl::GoodFeaturesToTrackDetector_OCL::releaseMemory |
( |
| ) |
|
|
inline |
§ blockSize
int cv::ocl::GoodFeaturesToTrackDetector_OCL::blockSize |
§ harrisK
double cv::ocl::GoodFeaturesToTrackDetector_OCL::harrisK |
§ maxCorners
int cv::ocl::GoodFeaturesToTrackDetector_OCL::maxCorners |
§ minDistance
double cv::ocl::GoodFeaturesToTrackDetector_OCL::minDistance |
§ qualityLevel
double cv::ocl::GoodFeaturesToTrackDetector_OCL::qualityLevel |
§ useHarrisDetector
bool cv::ocl::GoodFeaturesToTrackDetector_OCL::useHarrisDetector |
The documentation for this class was generated from the following file: