Table of Contents

Property PreFilterCap

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

PreFilterCap

Truncation value for the prefiltered image pixels. The algorithm first computes x-derivative at each pixel and clips its value by [-preFilterCap, preFilterCap] interval. The result values are passed to the Birchfield-Tomasi pixel cost function.

public int PreFilterCap { get; set; }

Property Value

int