26 #ifndef EXPERIMENT_STRUCT_H 27 #define EXPERIMENT_STRUCT_H 52 #endif // EXPERIMENT_STRUCT_H std::string original_video_filename
Complete path to the folder where the results will be saved.
Definition: experiment_struct.h:36
int segment_size
Complete path and filename to save the txt file log execution.
Definition: experiment_struct.h:45
std::string video_filename
Definition: experiment_struct.h:34
bool running_parallel
Save stabilized video in Disk.
Definition: experiment_struct.h:48
std::string semantic_costs_filename
Complete path and filename of the csv file with the selected master frames that was selected to creat...
Definition: experiment_struct.h:41
std::string read_master_frames_filename
Complete path and filename of the original video.
Definition: experiment_struct.h:37
std::string save_video_filename
Complete path and filename to save the txt file with the selected master frames.
Definition: experiment_struct.h:39
std::string optical_flow_filename
Complete path and filename of the csv file with the jitter costs of the transitions.
Definition: experiment_struct.h:43
std::string instability_costs_filename
Complete path and filename of the csv file with the semantic costs of the frame transitions.
Definition: experiment_struct.h:42
std::string id
Definition: experiment_struct.h:33
std::string selected_frames_filename
Complete path and filename of the save the stabilized video.
Definition: experiment_struct.h:40
bool save_video_in_disk
After calculte the master frames, do you want to save it in a file? After you can load it directly wi...
Definition: experiment_struct.h:47
std::string log_file_name
Complete path and filename of the csv file with the optical flow calculated by the FlowNet...
Definition: experiment_struct.h:44
bool save_master_frames_in_disk
Size of the segments where the master frames will be calculated.
Definition: experiment_struct.h:46
Definition: experiment_struct.h:32
std::string output_path
Complete path and filename of the video with extension.
Definition: experiment_struct.h:35
bool exist
Running the master frames selection in parallel processors.
Definition: experiment_struct.h:49
std::string save_master_frames_filename
Complete path and filename of the txt file with the selected master frames.
Definition: experiment_struct.h:38