nabu.stitching.frame_composition module¶
- class nabu.stitching.frame_composition.ZFrameComposition(local_start_y: tuple, local_end_y: tuple, global_start_y: tuple, global_end_y: tuple)[source]¶
Bases:
_FrameCompositionBase
class used to define intervals to know where to dump raw data or stitched data according to requested policy. The idea is to create this once for all for one stitching operation and reuse it for each frame.
- local_start_y: tuple¶
- local_end_y: tuple¶
- global_start_y: tuple¶
- global_end_y: tuple¶
- static compute_raw_frame_compositions(frames: tuple, key_lines: tuple, overlap_kernels: tuple, stitching_axis)[source]¶
compute frame composition for raw data
warning: we expect frames to be ordered y downward and the frame order to keep this ordering