Base class implementation for SuperPixel generating modules.
More...
#include <SuperPixel.h>
Base class implementation for SuperPixel generating modules.
- See also
- Module
rdf::SuperPixelBase::SuperPixelBase |
( |
const cv::Mat & |
img | ) |
|
bool rdf::SuperPixelBase::checkInput |
( |
| ) |
const |
|
overrideprotectedvirtual |
bool rdf::SuperPixelBase::isEmpty |
( |
| ) |
const |
|
overridevirtual |
Returns true if the module was initialized with the default constructor. Note, if empty is true, nothing can be computed.
- Returns
- Returns true if the module was initialized.
Implements rdf::Module.
PixelSet rdf::SuperPixelBase::pixelSet |
( |
| ) |
const |
|
virtual |
int rdf::SuperPixelBase::pyramidLevel |
( |
| ) |
|
void rdf::SuperPixelBase::setPyramidLevel |
( |
int |
level | ) |
|
int rdf::SuperPixelBase::mPyramidLevel = 0 |
|
protected |
cv::Mat rdf::SuperPixelBase::mSrcImg |
|
protected |
The documentation for this class was generated from the following files: