|
vrcore
0.45
visuReal Messkern
|
#include <RoiBuilder.h>


Public Member Functions | |
| RoiBuilder (int roiSize, int stepSize) | |
| RoiBuilder (cv::Size size, int roiSize, int stepSize) | |
| void | setRoiBuilder (cv::Size size) |
| void | setRoiBuilder (int roiSize, int stepSize) |
| void | setRoiBuilder (cv::Size size, int roiSize, int stepSize) |
| void | setRoiBuilder (RoiRect &absoluteBox) |
| void | setRoiBuilder (RoiRect &absoluteBox, cv::Size &roiSize, cv::Size &stepSize) |
| void | reset () |
| bool | nextRoiRect (RoiRect &rRoi) |
| void | setUnbounded (cv::Point &ptCenter) |
| void | setBoundingBox (cv::Point &ptCenter, RoiRect &rBox) |
| void | setBoundingSize (cv::Point &ptCenter, cv::Size &leftTop, cv::Size &rightBottom) |
| void | setBoundingPoints (cv::Point &ptCenter, cv::Point &ptTopLeft, cv::Point &ptBottomRight) |
| void | setBoundingCordinates (cv::Point &ptCenter, int x0, int y0, int x1, int y1) |
| void | setBoundingSteps (int x0, int y0, int nSteps) |
| void | setBoundingSteps (int x0, int y0, int horzSteps, int vertSteps) |
| void | setBoundingSteps (int x0, int y0, int nLeft, int nTop, int nRight, int nBottom) |
| void | setBoundingSteps (cv::Point &ptCenter, int nSteps) |
| void | setBoundingSteps (cv::Point &ptCenter, int nLeft, int nTop, int nRight, int nBottom) |
| void | expandBySteps (int nLeft, int nTop, int nRight, int nBottom) |
Public Member Functions inherited from Logable | |
| virtual int | getResult () const |
Public Member Functions inherited from Typeable | |
| virtual const std::type_info & | getTypeInfo () |
Additional Inherited Members | |
Public Types inherited from Logable | |
| enum | Result { RES_ERROR = -1, RES_SUCCESS } |