Gestro
Public Member Functions | List of all members
Gestro::CaptureAndDetectCallbackInterface Class Referenceabstract

Callback interface for CaptureAndDetect. More...

#include <CaptureAndDetectCallbackInterface.h>

Inheritance diagram for Gestro::CaptureAndDetectCallbackInterface:
Inheritance graph
Collaboration diagram for Gestro::CaptureAndDetectCallbackInterface:
Collaboration graph

Public Member Functions

virtual void newFrame (Mat)=0
 virtual method to update newFrame More...
 
virtual void addToBuffer (FingerAndCoordinates)=0
 virtual method to add data to buffer More...
 

Detailed Description

Callback interface for CaptureAndDetect.

Definition at line 12 of file CaptureAndDetectCallbackInterface.h.

Member Function Documentation

◆ addToBuffer()

virtual void Gestro::CaptureAndDetectCallbackInterface::addToBuffer ( FingerAndCoordinates  )
pure virtual

virtual method to add data to buffer

Implemented in Gestro::CaptureAndDetect.

◆ newFrame()

virtual void Gestro::CaptureAndDetectCallbackInterface::newFrame ( Mat  )
pure virtual

virtual method to update newFrame

Implemented in Gestro::CaptureAndDetect.

Here is the caller graph for this function:

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