| Log message: | Switch:
- update plugin list(gpucv_dlls.xml) to match more opencv version(x32/x64) under LINUX
- switch can now detect several kind of error such as: result error, critical error, "feature missing" errors. Then it can switch to an implementation that executed successfully
- library colors(for benchmarks) is now stored into the plugin description, inside the plugin itself.
- compiling the switch is now enabled by default but can be disabled using premake option: "--use-switch-off"
- issues when generating the switch files: the detection of mask parameters have false positive cases. We do not detect macro such as '#ifdef LINUX/WINDOWS" so a few functions create compiling errors on linux.
Doc:
- Minor updates.
- start draft about the switch description.
Premake:
- Plugin-NPP:add support for x64
- improve the way OpenCV and CUDA x32/x64 can be used on the same system.
- add new action 'importlibs': import all OpenCV/CUDA libs into the dependencies folder, used to make stand-alone packages
|