OpenCV  4.2.0
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cv::optflow::GPCMatchingParams Struct Reference

Class encapsulating matching parameters. More...

#include <opencv2/optflow/sparse_matching_gpc.hpp>

Public Member Functions

 GPCMatchingParams (bool _useOpenCL=false)
 
 GPCMatchingParams (const GPCMatchingParams &params)
 

Public Attributes

bool useOpenCL
 Whether to use OpenCL to speed up the matching. More...
 

Detailed Description

Class encapsulating matching parameters.

Constructor & Destructor Documentation

◆ GPCMatchingParams() [1/2]

cv::optflow::GPCMatchingParams::GPCMatchingParams ( bool  _useOpenCL = false)
inline

◆ GPCMatchingParams() [2/2]

cv::optflow::GPCMatchingParams::GPCMatchingParams ( const GPCMatchingParams params)
inline

Member Data Documentation

◆ useOpenCL

bool cv::optflow::GPCMatchingParams::useOpenCL

Whether to use OpenCL to speed up the matching.


The documentation for this struct was generated from the following file: