fix: unsued and draw

- remove all warning about unused function and variable.
- adding draw figure to wait_space sequence
This commit is contained in:
Lapin Raving 2023-09-20 16:52:51 +02:00
parent 21700d5806
commit 7460b74c15
9 changed files with 190 additions and 22 deletions

View file

@ -31,6 +31,7 @@ pub fn image_treshold(img: &Mat, tresh: &Treshold) -> Result<Mat> {
Ok(bord_treshed)
}
#[allow(dead_code)]
pub fn image_warp_treshold(
img: &Mat,
homography: &Mat,