Property PatchSize
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
PatchSize
Size of an image patch for matching (in pixels). Normally, default 8x8 patches work well enough in most cases.
public int PatchSize { get; set; }
Size of an image patch for matching (in pixels). Normally, default 8x8 patches work well enough in most cases.
public int PatchSize { get; set; }