| Log message: | Global:
* [M] Moved some data files from ./bin to ./data such as: GLSL shader files, test images...
* [D] delete old project files (premake3)
* [U] replace all Namespace macro by real namespace tags, namespace name is GCV.
* [A] add new Assert Macros: GCV_OPER_ASSERT/GCV_OPER_COMPAT_ASSERT to be used in operators to make difference between execution errors(empty pointers...) and compatibility issues with hardware/libraries
CUDA:
* [U] reorganize some operators into the corresponding files |