Table of Contents

Property SuperpixelMode

Namespace
OpenCvSharp.XImgProc
Assembly
OpenCvSharp.dll

SuperpixelMode

Chooses the superpixel algorithm variant to use: SLIC (100) segments the image using a desired region size, SLICO (101) optimizes using an adaptive compactness factor, and MSLIC (102) optimizes using manifold methods resulting in more content-sensitive superpixels.

public int SuperpixelMode { get; set; }

Property Value

int