Fully connected graph. Super pixels are connected with all other super pixels within a region.
More...
#include <PixelSet.h>
Fully connected graph. Super pixels are connected with all other super pixels within a region.
- See also
- PixelConnector
rdf::RegionPixelConnector::RegionPixelConnector |
( |
double |
multiplier = 2.0 | ) |
|
QVector< QSharedPointer< PixelEdge > > rdf::RegionPixelConnector::connect |
( |
const QVector< QSharedPointer< Pixel > > & |
pixels | ) |
const |
|
overridevirtual |
Fully connected graph. Super pixels are connected with all other super pixels within a region of radius lineSpacing() * radiusFactor or radius.
- Returns
- Connecting edges.
Implements rdf::PixelConnector.
void rdf::RegionPixelConnector::setLineSpacingMultiplier |
( |
double |
multiplier | ) |
|
void rdf::RegionPixelConnector::setRadius |
( |
double |
radius | ) |
|
double rdf::RegionPixelConnector::mMultiplier = 2.0 |
|
protected |
double rdf::RegionPixelConnector::mRadius = 0.0 |
|
protected |
The documentation for this class was generated from the following files: