You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the code I basically just do this (if this matters):
use opencv::prelude::*;
use opencv::core;
use opencv::objdetect;
pub fn detect_faces() {
let face_cascade = objdetect::CascadeClassifier::new("models/haarcascade_frontalface_default.xml").unwrap();
}
I am not sure if this is bug, setup issue or me doing something wrong. Any guidance?
The text was updated successfully, but these errors were encountered:
Hi I have problem during building of small project containing opencv bindings. Compilation of opencv text.cpp seem to fail.
apt-get install libopencv-dev
rustc 1.72.1 (d5c2e9c34 2023-09-13)
In the code I basically just do this (if this matters):
I am not sure if this is bug, setup issue or me doing something wrong. Any guidance?
The text was updated successfully, but these errors were encountered: