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
Javacv is a wrapper of opencv.Basically opencv written in c/c++. Javacv
wrapper calls the corresponding opencv functions through Java.
I hope you understand.
To solve this , you have to download Opencv package file from https://opencv.org/releases.html
, then go to opencv\build\java, you will find opencv-341.jar.
manually add this jar file to your project.
now your problem is gone !
I know this package is in opencv ,but not javacv
The text was updated successfully, but these errors were encountered: