[][src]Function opencv::dnn::slice_4d

pub fn slice_4d(
    m: &Mat,
    r0: &Range,
    r1: &Range,
    r2: &Range,
    r3: &Range
) -> Result<Mat>