Class GPCMatchingParams
- Namespace
- OpenCvSharp.OptFlow
- Assembly
- OpenCvSharp.dll
Parameters used for matching with a GPCForest5.
public sealed class GPCMatchingParams
- Inheritance
-
GPCMatchingParams
- Inherited Members
Constructors
GPCMatchingParams(bool)
Creates a new instance with the given OpenCL setting.
public GPCMatchingParams(bool useOpenCL = false)
Parameters
useOpenCLboolWhether to use OpenCL to speed up the matching.
Properties
UseOpenCL
Whether to use OpenCL to speed up the matching. Default: false.
public bool UseOpenCL { get; set; }