OpenCV Error: Null pointer () in cvClearMemStorage, file ..\..\..\..\opencv\modules\core\src\datastructs.cpp, line 194 [closed]
I just installed OpenCV and get the following error:
OpenCV Error: Null pointer () in cvClearMemStorage, file ........\opencv\modules\core\src\datastructs.cpp, line 194
I'm trying to run this example: https://github.com/bytedeco/javacv/blob/master/samples/FaceApplet.java
sorry, but we can't deal with errors from unsupported 3rd party wrappers like javacv here
try to make a bug-report on their own site
also, you probably should use opencv's own java-api , not the outdated javacv stuff.