Click or drag to resize

SupperpixelSLICAlgorithm Enumeration

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

Namespace:  Emgu.CV.XImgproc
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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