Show / Hide Table of Contents

Enum AdaptiveThresholdTypes

Adaptive thresholding algorithms

Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum AdaptiveThresholdTypes
Remarks

https://github.com/opencv/opencv/blob/d3bc563c6e01c2bc153f23e7393322a95c7d3974/modules/imgproc/include/opencv2/imgproc.hpp#L333

Fields

Name Description
GaussianC

it is a weighted sum (Gaussian) of block_size × block_size pixel neighborhood, subtracted by param1.

MeanC

It is a mean of block_size × block_size pixel neighborhood, subtracted by param1.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX