#include <ROI.hpp>
Push a vector of Point2D, clear current vector
- Parameters
-
[in] | vecPoint2D | &pts new vector to store |
void aram::ROI::corners |
( |
const Point2D & |
pt | ) |
|
Push a Point2D
- Parameters
-
[in] | const | Point2D &pt new Point2f to store |
Get corners positions
- Returns
- vecPoint2D corners positions (if 4 valid points store, throw an exception if not)
Compute extrinsic parameter associeted with this tag
- Parameters
-
[in] | Intrinsic | & intrinsic parameters |
[in] | float | size tag size (in user define unit, for example millimeters) |
- Returns
- Extrinsic & rotation matrix
int aram::ROI::id |
( |
| ) |
const |
Getter Unique id for this marker
- Returns
- int id of this marker
void aram::ROI::id |
( |
int |
i | ) |
|
Setter Unique id for this marker
- Parameters
-
void aram::ROI::rotate |
( |
int |
n | ) |
|
Rotate n times corners list (clock wise)
- Parameters
-
[in] | int | n number of rotation |
The documentation for this class was generated from the following files:
- include/ARAM/ROIDetector/ROI.hpp
- src/ROIDetector/ROI.cpp