20#ifndef CR2RES_NODDING_H
21#define CR2RES_NODDING_H
49 const hdrl_imagelist * in,
50 const cr2res_nodding_pos * positions,
51 hdrl_imagelist ** pos_a,
52 hdrl_imagelist ** pos_b) ;
55 const cpl_frameset * in,
56 const cr2res_nodding_pos * positions,
57 cpl_frameset ** pos_a,
58 cpl_frameset ** pos_b) ;
int cr2res_combine_nodding_split_frames(const cpl_frameset *in, const cr2res_nodding_pos *positions, cpl_frameset **pos_a, cpl_frameset **pos_b)
Split A/B positions in 2 framesets.
char cr2res_nodding_position_char(cr2res_nodding_pos pos)
Get the nodding position character for display.
int cr2res_combine_nodding_split(const hdrl_imagelist *in, const cr2res_nodding_pos *positions, hdrl_imagelist **pos_a, hdrl_imagelist **pos_b)
Split A/B positions in 2 image lists.
cr2res_nodding_pos * cr2res_nodding_read_positions(const cpl_frameset *in)
Get the nodding positions from a frame set.