Skip to content

Add 3D shape to standard

Samuel Debionne requested to merge add-3d-counter-shape into master

Lima2 uses 3D arrays to support multi-band frames, e.g. cnt.shape = (, , ). The following would fails:

shape[len(cnt.shape)],

without this patch.

Merge request reports