![]() |
Signapse
|
#include <Scene.h>
Public Member Functions | |
Scene () | |
Public Attributes | |
cv::Mat | frame |
Member variable. More... | |
std::string | result = "" |
Member variable. More... | |
BoundingBox | regionOfInterest |
Member variable. More... | |
Struct Scene.
Holds the video frame data and additional Signapse metadata.
cv::Mat Scene::frame |
BoundingBox Scene::regionOfInterest |
Member variable.
Region of the frame which frames the user's hand or sign, used to allow cropping for further processing. Variable contains 4 integers, the first two represent the upper-left bounding box coord with the second two representing lower-right. Coordinates are in (column,row) format, units are in pixels.
std::string Scene::result = "" |