EasyCV
0.9.36
Easy! Computer Vision
|
Private Member Functions | |
void | estimatedTotalRuntime (int seconds) |
void | estimatedRuntimeLeft (int seconds) |
void | message (int level, string messageString) |
void | cancelled () |
The client needs to implement these callback interfaces
|
private |
Called if the client requested cancellation of the process function.
|
private |
this method may or may not be called
|
private |
called soon after starting processing; returns -1 if runtime cannot be estimated
|
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