#include <gpu.hpp>
Public Member Functions | |
| GoodFeaturesToTrackDetector_GPU (int maxCorners=1000, double qualityLevel=0.01, double minDistance=0.0, int blockSize=3, bool useHarrisDetector=false, double harrisK=0.04) | |
| void | operator() (const GpuMat &image, GpuMat &corners, const GpuMat &mask=GpuMat()) |
| return 1 rows matrix with CV_32FC2 type | |
| void | releaseMemory () |
Public Attributes | |
| int | maxCorners |
| double | qualityLevel |
| double | minDistance |
| int | blockSize |
| bool | useHarrisDetector |
| double | harrisK |
| 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 |
||
| ) | [explicit] |
| void cv::gpu::GoodFeaturesToTrackDetector_GPU::operator() | ( | const GpuMat & | image, |
| GpuMat & | corners, | ||
| const GpuMat & | mask = GpuMat() |
||
| ) |
return 1 rows matrix with CV_32FC2 type