Show / Hide Table of Contents

Enum DistanceTransformLabelTypes

distanceTransform algorithm flags

Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum DistanceTransformLabelTypes

Fields

Name Description
CComp

each connected component of zeros in src (as well as all the non-zero pixels closest to the connected component) will be assigned the same label

Pixel

each zero pixel (and all the non-zero pixels closest to it) gets its own label.

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