This PR adds minor enhancements to the build chain:
takes care of variable casts and thus removes MSVC and GCC warnings
adds modern CMake syntax to CMakeFiles.txt
on Windows: creates a wrapper script, scene_text_recognition.bat, which adds the OpenCV directory into the %PATH%, rather than having the developer add it manually
Wow, thanks for your great work. It works perfectly with chocolatey and newer Cmake syntax. I've learn a lot from this. Again, thank you for making this better.
This PR adds minor enhancements to the build chain:
CMakeFiles.txt
scene_text_recognition.bat
, which adds the OpenCV directory into the%PATH%
, rather than having the developer add it manuallyTested on Windows 10 and Linux Ubuntu 18.04.