Search Results for

    Show / Hide Table of Contents

    Enum FloodFillFlags

    Specifies flags for the flood fill algorithm.

    Namespace: OpenCV.Net
    Assembly: OpenCV.Net.dll
    Syntax
    public enum FloodFillFlags : int

    Fields

    Name Description
    Connected4

    Specifies the 4-connected flood fill algorithm.

    Connected8

    Specifies the 8-connected flood fill algorithm.

    FixedRange

    Specifies that the difference between the current pixel and seed pixel is considered for flooding. Otherwise, the difference between neighbor pixels is considered (i.e. the range is floating).

    MaskOnly

    Specifies that the method does not change the image but fills the mask.

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