ReadFramework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
rdf::GraphCutOrientation Class Reference

#include <SuperPixel.h>

Inheritance diagram for rdf::GraphCutOrientation:
Collaboration diagram for rdf::GraphCutOrientation:

Public Member Functions

 GraphCutOrientation (const QVector< QSharedPointer< Pixel > > &set)
 
bool isEmpty () const override
 Returns true if the module was initialized with the default constructor. Note, if empty is true, nothing can be computed. More...
 
bool compute () override
 Runs the algorithm implemented by the module. More...
 
QVector< QSharedPointer< Pixel > > getSuperPixels () const
 
- Public Member Functions inherited from rdf::Module
 Module ()
 Default constructor Initializes a new instance of the Module class. More...
 
virtual QString name () const
 Returns the module's name. More...
 
virtual QString toString () const
 Converts the module's parameters and results to a string. More...
 
virtual void setConfig (QSharedPointer< ModuleConfig > config)
 
QSharedPointer< ModuleConfigconfig () const
 

Additional Inherited Members

- Protected Member Functions inherited from rdf::Module
QString debugName () const
 
- Protected Attributes inherited from rdf::Module
QSharedPointer< ModuleConfigmConfig
 

Constructor & Destructor Documentation

rdf::GraphCutOrientation::GraphCutOrientation ( const QVector< QSharedPointer< Pixel > > &  set)

Member Function Documentation

bool rdf::GraphCutOrientation::compute ( )
overridevirtual

Runs the algorithm implemented by the module.

Returns
True on success.

Implements rdf::Module.

QVector< QSharedPointer< Pixel > > rdf::GraphCutOrientation::getSuperPixels ( ) const
bool rdf::GraphCutOrientation::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.


The documentation for this class was generated from the following files: