pub fn bright_edges( _original: &mut impl MatTrait, _edgeview: &mut impl MatTrait, contrast: i32, shortrange: i32, longrange: i32, ) -> Result<()>