-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Open
Description
I have an issue importing opencv_text from opencv_contrib. I include text module from the opencv extra modules. The build goes fine and without errors.
I included the text lib in Linker dependencies also.
Hoever when i try to run my code and any sample from text module i get and error "The procedure entry point ?createERFilterNM!@text ...... could not be located in dynamic link library"
The other modules are working fine. I use Debug x64 version.
System information (version)
- OpenCV => 3.0
- Operating System / Platform => Windows 10 64 bit
- Compiler => Visual Studio 2015 x64