STIRA  0.1
stira::imageanalysis::SLIC Member List

This is the complete list of members for stira::imageanalysis::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)stira::imageanalysis::SLIC
DoSuperpixelSegmentation_ForGivenSuperpixelSize(const unsigned int *ubuff, const int width, const int height, int *&klabels, int &numlabels, const int &superpixelsize, const double &compactness)stira::imageanalysis::SLIC
DoSupervoxelSegmentation(unsigned int **&ubuffvec, const int &width, const int &height, const int &depth, int **&klabels, int &numlabels, const int &supervoxelsize, const double &compactness)stira::imageanalysis::SLIC
DrawContoursAroundSegments(unsigned int *&segmentedImage, int *&labels, const int &width, const int &height, const unsigned int &color)stira::imageanalysis::SLIC
SaveSuperpixelLabels(const int *&labels, const int &width, const int &height, const string &filename, const string &path)stira::imageanalysis::SLIC
SaveSupervoxelLabels(const int **&labels, const int &width, const int &height, const int &depth, const string &filename, const string &path)stira::imageanalysis::SLIC
SLIC() (defined in stira::imageanalysis::SLIC)stira::imageanalysis::SLIC
~SLIC() (defined in stira::imageanalysis::SLIC)stira::imageanalysis::SLICvirtual