pub fn decode_rle(rle: &MaskRle) -> VisionResult<BinaryMask>Expand description
Decodes a run-length mask and validates its total length.
pub fn decode_rle(rle: &MaskRle) -> VisionResult<BinaryMask>Decodes a run-length mask and validates its total length.