|
cv::Mat | image_ |
| The image taken from the camera.
|
|
cv::Mat | mask_ |
| The mask for the given image, 255 in valid reagions, 0 in regions to be masked out.
|
|
fp | timestamp_ = -1 |
| Timestamp of the Camera reading.
|
|
|
bool | operator< (const Camera &lhs, const Camera &rhs) |
| Comparison operator with other camera.
|
|
bool | operator< (const Camera &lhs, const fp ×tamp) |
| Comparison operator with timestamp.
|
|
bool | operator< (const fp ×tamp, const Camera &rhs) |
|
The documentation for this struct was generated from the following file: