EgoVideoStabilizer  1.0.0
error_messages.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  ErrorMessage {
  WRONG_INPUT, CANT_OPEN_ACC_VIDEO, CANT_CREATE_OUT_VIDEO, CANT_OPEN_ORI_VIDEO,
  CANT_OPEN_CSV, CANT_CREATE_DIR, CANT_CREATE_LOG, RANGE_WRONGLY_DEFINED,
  CANT_OPEN_SEMANTIC_CSV, LARGE_TRANSITION
}
 The ErrorMessage enum The program can exit with following codes:
-1 - Wrong number of input parameters. More...
 

Enumeration Type Documentation

The ErrorMessage enum The program can exit with following codes:
-1 - Wrong number of input parameters.


-2 - Experiment id does not exist.
-3 - Can not open the accelerated video.
-4 - Can not create file to save the output video.
-5 - Can not open the video original video.
-6 - Can not open the CSV file with the selected frame numbers of the accelerated video.
-7 - Can not create directory to save the output data.
-8 - Can not create log text file.
-9 - Range limits is not well defined.
-10 - Can not open the CSV file with the semantic costs of the original video.
-11 - Transition from frame_src to frame_dst larger than number of transitions described in the file of the semantic costs *

Enumerator
WRONG_INPUT 
CANT_OPEN_ACC_VIDEO 
CANT_CREATE_OUT_VIDEO 
CANT_OPEN_ORI_VIDEO 
CANT_OPEN_CSV 
CANT_CREATE_DIR 
CANT_CREATE_LOG 
RANGE_WRONGLY_DEFINED 
CANT_OPEN_SEMANTIC_CSV 
LARGE_TRANSITION