Click or drag to resize

SupperpixelSLICAlgorithm Enumeration

http://www.emgu.com
The algorithm to use

Namespace:  Emgu.CV.XImgproc
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public enum Algorithm
Members
  Member nameValueDescription
SLIC100 SLIC segments image using a desired region_size
SLICO101 SLICO will choose an adaptive compactness factor.
See Also