fix: unsued and draw
- remove all warning about unused function and variable. - adding draw figure to wait_space sequence
This commit is contained in:
parent
21700d5806
commit
7460b74c15
9 changed files with 190 additions and 22 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue