Function opencv::core::put_text [] [src]

pub fn put_text(img: &Mat, text: &str, org: Point, fontFace: i32, fontScale: f64, color: Scalar, thickness: i32, lineType: i32, bottomLeftOrigin: bool) -> Result<(), String>

renders text string in the image

default value for arguments: - thickness: default 1 - lineType: default 8 - bottomLeftOrigin: default false