Signapse
Public Member Functions | Public Attributes | List of all members
Scene Struct Reference

Struct Scene. More...

#include <Scene.h>

Collaboration diagram for Scene:
Collaboration graph

Public Member Functions

 Scene ()
 

Public Attributes

cv::Mat frame
 Member variable. More...
 
std::string result = ""
 Member variable. More...
 
BoundingBox regionOfInterest
 Member variable. More...
 

Detailed Description

Struct Scene.

Holds the video frame data and additional Signapse metadata.

Definition at line 36 of file Scene.h.

Constructor & Destructor Documentation

◆ Scene()

Scene::Scene ( )
inline

Definition at line 37 of file Scene.h.

37{}

Member Data Documentation

◆ frame

cv::Mat Scene::frame

Member variable.

OpenCV n-dimensional dense array object.

Definition at line 42 of file Scene.h.

◆ regionOfInterest

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.

Definition at line 52 of file Scene.h.

◆ result

std::string Scene::result = ""

Member variable.

A string representing the predicted output from processing with a CNN model.

Definition at line 47 of file Scene.h.


The documentation for this struct was generated from the following file: