twistedfall / opencv-rust

Rust bindings for OpenCV 3 & 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unresolved import opencv::face

tcirtsa opened this issue · comments

I don't know why and how to resolve it. Please help me.
{23732852-0AE1-4ff5-9F88-12C593283209}
{9094123F-BBA0-4c44-A2F1-F6A8119BFB46}

Looks like your OpenCV installation doesn't contain the face module, it's part of the contrib so you'll most likely need to compile OpenCV manually

Looks like your OpenCV installation doesn't contain the face module, it's part of the contrib so you'll most likely need to compile OpenCV manually

how to do? I'm sorry to say that? But I don't know

It's not a simple matter that I can answer with a single comment. I would suggest you to check multiple guides that are already written: https://www.google.com/search?q=opencv+build+from+source

It's not a simple matter that I can answer with a single comment. I would suggest you to check multiple guides that are already written: https://www.google.com/search?q=opencv+build+from+source

I got it. Thank you.