| Log message: | GPUVCamDemo:
*[F] Fixed issue with missing library
*[I] Demo is based on the switch mechanism that is currently not fully operational
GPUCVConsole:
*[U] improve operator self test procedure, better log with color(under windows).
*[U] using new version of SugoiTracer, benchmarks SVG files are much better and interactive.
GLSL:
* [F] Fixed operators cvgMerge()/...?
* [A] Allow filter to define their own texture name in shader files.
CUDA:
* [A] link with CUBLAS from CUDA.
* [F] Fixed operators: cvgCudaSobel()/cvgCudaAddWeighted()/cvgCudaScaleAdd()
* [A] Add operators: cvgCudaSet()/cvgCudaSetZero()
* [U] Update arithm & logics operators.
* [A] add macro GCU_OPER_CHECK_ERROR to check kernels errors.
* [U] set deprecated: gcuSetReshapeObj()/gcuUnsetReshapeObj(), reshape is done locally.
GLOBAL:
* [U] clean old header that were not included any more
* [U] clean all ifndef _LINUX that were not necessary
* [U] remove all local inline definitions to have only a global one: __GPUCV_INLINE
* [A] add several exception class to manage error/compatibility/todo exceptions
* [U] update all opeartors to match new exception handling |