Table of Contents

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

useOpenCL bool

Whether 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; }

Property Value

bool