39 #pragma warning(push, 0)    // no warnings from includes    44 #ifdef DLL_CORE_EXPORT    45 #define DllCoreExport Q_DECL_EXPORT    47 #define DllCoreExport Q_DECL_IMPORT    64     bool isEmpty() 
const override;
    66     bool compute() 
override;
    70     QString toString() 
const override;
    71     cv::Mat draw(
const cv::Mat& img) 
const;
    75     bool checkInput() 
const override;
 Information class for SuperPixel labeling. 
Definition: Evaluation.h:61
 
#define DllCoreExport
Definition: BaseImageElement.h:43
 
PixelSet stores and manipulates pixel collections. 
Definition: PixelSet.h:172
 
SuperPixel evaluation Module. 
Definition: EvaluationModule.h:59
 
This is the base class for all modules. It provides all functions which are implemented by the module...
Definition: BaseModule.h:126
 
Definition: Algorithms.cpp:45