Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
SLIC Member List

This is the complete list of members for SLIC, including all inherited members.

DoSuperpixelSegmentation_ForGivenNumberOfSuperpixels(const unsigned int *ubuff, const int width, const int height, int *&klabels, int &numlabels, const int &K, const double &compactness)SLIC
DoSuperpixelSegmentation_ForGivenSuperpixelSize(const unsigned int *ubuff, const int width, const int height, int *&klabels, int &numlabels, const int &superpixelsize, const double &compactness)SLIC
DoSupervoxelSegmentation(unsigned int **&ubuffvec, const int &width, const int &height, const int &depth, int **&klabels, int &numlabels, const int &supervoxelsize, const double &compactness)SLIC
DrawContoursAroundSegments(unsigned int *&segmentedImage, int *&labels, const int &width, const int &height, const unsigned int &color)SLIC
SaveSuperpixelLabels(const int *&labels, const int &width, const int &height, const string &filename, const string &path)SLIC
SaveSupervoxelLabels(const int **&labels, const int &width, const int &height, const int &depth, const string &filename, const string &path)SLIC
SLIC()SLIC
~SLIC()SLICvirtual