Function planar_f32_to_nchw
pub fn planar_f32_to_nchw<const CHANNELS: usize>(
planar: &PlanarImage<f32, CHANNELS>,
) -> Result<TensorBuffer, VisionError>Expand description
Packs a planar CHW f32 image into contiguous NCHW [1,C,H,W].