[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
|   | SlicOptions Struct Reference |  | 
Options object for slicSuperpixels(). More...
#include <vigra/slic.hxx>
| Public Member Functions | |
| SlicOptions & | iterations (unsigned int i) | 
| Number of iterations.  More... | |
| SlicOptions & | minSize (unsigned int s) | 
| Minimum superpixel size.  More... | |
| SlicOptions () | |
| Create options object with default settings.  More... | |
| SlicOptions | ( | ) | 
Create options object with default settings.
Defaults are: perform 10 iterations, determine a size limit for superpixels automatically.
| SlicOptions& iterations | ( | unsigned int | i | ) | 
Number of iterations.
Default: 10
| SlicOptions& minSize | ( | unsigned int | s | ) | 
Minimum superpixel size.
If you set this to 1, no size filtering will be performed.
Default: 0 (determine size limit automatically as average size / 4) 
| 
© Ullrich Köthe     (ullrich.koethe@iwr.uni-heidelberg.de)  | 
html generated using doxygen and Python
 |