3#include "sliced_volume.h"
5#include "../lib_begin.h"
16 FT_VERTICAL_AND_HORIZONTAL
31 extern CGV_API
bool read_volume_from_video_with_ffmpeg(volume& V,
const std::string& file_name,
33 size_t offset = 0, FlipType flip_t = FT_NO_FLIP,
void (*on_progress_update)(
int,
void*) = 0,
void* user_data = 0,
bool cycle_till_eof =
false);
40 extern CGV_API
bool read_from_sliced_volume(
const std::string& file_name, volume& V);
42 extern CGV_API
bool write_as_sliced_volume(
const std::string& file_name,
const std::string& file_name_pattern,
const volume& V);
47#include <cgv/config/lib_end.h>