![]() |
SLProject
4.3.020
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
#include <SENSFrame.h>
Public Member Functions | |
| SENSFrame (const SENSTimePt &timePt, cv::Mat imgBGR, cv::Mat imgManip, bool mirroredH, bool mirroredV, float scaleToManip, cv::Mat intrinsics, int width, int height) | |
Public Attributes | |
| const SENSTimePt | timePt |
| cv::Mat | imgBGR |
| original image (maybe cropped and scaled) More... | |
| cv::Mat | imgManip |
| scaled and maybe gray manipulated image More... | |
| const bool | mirroredH |
| const bool | mirroredV |
| const float | scaleToManip |
| scale between imgManip and imgBGR More... | |
| cv::Mat | intrinsics |
| int | width |
| int | height |
Definition at line 30 of file SENSFrame.h.
|
inline |
Definition at line 32 of file SENSFrame.h.
| int SENSFrame::height |
Definition at line 71 of file SENSFrame.h.
| cv::Mat SENSFrame::imgBGR |
original image (maybe cropped and scaled)
Definition at line 56 of file SENSFrame.h.
| cv::Mat SENSFrame::imgManip |
scaled and maybe gray manipulated image
Definition at line 58 of file SENSFrame.h.
| cv::Mat SENSFrame::intrinsics |
Definition at line 69 of file SENSFrame.h.
| const bool SENSFrame::mirroredH |
Definition at line 64 of file SENSFrame.h.
| const bool SENSFrame::mirroredV |
Definition at line 65 of file SENSFrame.h.
| const float SENSFrame::scaleToManip |
scale between imgManip and imgBGR
Definition at line 67 of file SENSFrame.h.
| const SENSTimePt SENSFrame::timePt |
Definition at line 53 of file SENSFrame.h.
| int SENSFrame::width |
Definition at line 70 of file SENSFrame.h.