#include <IROIDetector.hpp>
|
| void | save (std::string name, cv::Mat &mat) |
| |
| cv::Mat & | load (std::string name) |
| |
| bool | exist (std::string name) |
| |
Interface for region of interest (ROI) detection
| aram::IROIDetector::IROIDetector |
( |
FrameSet * |
fs | ) |
|
| bool aram::IROIDetector::exist |
( |
std::string |
name | ) |
|
|
protected |
Test if a frame name is used
- Parameters
-
| [in] | std::string | name frame name |
- Returns
- bool true if name is found
| virtual void aram::IROIDetector::findROI |
( |
vecROI * |
rois | ) |
|
|
pure virtual |
| cv::Mat & aram::IROIDetector::load |
( |
std::string |
name | ) |
|
|
protected |
Load a frame, throw ARAMException if this frame doesn't exist
- Parameters
-
| [in] | std::string | name unique name to load |
| void aram::IROIDetector::save |
( |
std::string |
name, |
|
|
cv::Mat & |
mat |
|
) |
| |
|
protected |
Save a frame
- Parameters
-
| [in] | std::string | name unique name to store a frame |
| [in] | const | cv::Mat &mat frame to store |
The documentation for this class was generated from the following files: