Function opencv::core::circle
[−]
[src]
pub fn circle(img: &Mat, center: Point, radius: i32, color: Scalar, thickness: i32, lineType: i32, shift: i32) -> Result<(), String>
draws the circle outline or a solid circle in the image
default value for arguments: - thickness: default 1 - lineType: default 8 - shift: default 0