Table of Contents

Property SlicSpixelSize

Namespace
OpenCvSharp.Hfs
Assembly
OpenCvSharp.dll

SlicSpixelSize

This parameter is used in the first stage (the SLIC stage). It describes the size of each superpixel when initializing SLIC. Every superpixel approximately has slicSpixelSize x slicSpixelSize pixels in the beginning.

public int SlicSpixelSize { get; set; }

Property Value

int