EasyCV  0.9.36
Easy! Computer Vision
Private Member Functions | List of all members
cvac::CallbackHandler Class Reference
Inheritance diagram for cvac::CallbackHandler:
cvac::DetectorCallbackHandler cvac::TrainerCallbackHandler CallbackHandlerI easy.easy.DetectorCallbackReceiverI easy.easy.TrainerCallbackReceiverI

Private Member Functions

void estimatedTotalRuntime (int seconds)
 
void estimatedRuntimeLeft (int seconds)
 
void message (int level, string messageString)
 
void cancelled ()
 

Detailed Description

The client needs to implement these callback interfaces

Member Function Documentation

void cvac::CallbackHandler::cancelled ( )
private

Called if the client requested cancellation of the process function.

void cvac::CallbackHandler::estimatedRuntimeLeft ( int  seconds)
private

this method may or may not be called

void cvac::CallbackHandler::estimatedTotalRuntime ( int  seconds)
private

called soon after starting processing; returns -1 if runtime cannot be estimated

void cvac::CallbackHandler::message ( int  level,
string  messageString 
)
private

mainly for debugging, string messages can be sent to the client; levels are: 1: fatal error 2: warning 3: information 4: debug 5, 6, 7: incrementally more verbose debugging messages


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