![]() |
OpenCV
3.2.0
Open Source Computer Vision
|
Class encapsulating matching parameters. More...
#include "sparse_matching_gpc.hpp"
Public Member Functions | |
| GPCMatchingParams (bool _useOpenCL=false) | |
| GPCMatchingParams (const GPCMatchingParams ¶ms) | |
Public Attributes | |
| bool | useOpenCL |
| Whether to use OpenCL to speed up the matching. More... | |
Class encapsulating matching parameters.
| cv::optflow::GPCMatchingParams::GPCMatchingParams | ( | bool | _useOpenCL = false | ) |
| cv::optflow::GPCMatchingParams::GPCMatchingParams | ( | const GPCMatchingParams & | params | ) |
| bool cv::optflow::GPCMatchingParams::useOpenCL |
Whether to use OpenCL to speed up the matching.
1.8.12