| Log message: | * Global:
* [A] CLASS_MEMORY_LOG to log memory usage information.
* [U] cleaned StdAfx files.
* Doc:
* [U]update, re organize group, add html footer and CSS style to match teh TWIKI platform style.
* GpuCV-CUDA:
* [A] add preprocessor macros for the CUDA rules files to enable the use off all images formats, or just a simple one. It make debugging and compiling faster., See _GPUCV_CUDA_SUPPORT_ALL_IMAGE_FORMAT and _GPUCV_CUDA_SUPPORT_CHAR_FCT
* [A] new macros for comparisons such as _ARITHM_OPER_EQUAL/_ARITHM_OPER_GREATER_OR_EQUAL/.. and their associated structs KERNEL_LOGIC_OPER_EQUAL/KERNEL_LOGIC_OPER_GREATER_OR_EQUAL/...
* [U] kernels that were using CUDA textures are temporary disabled..
* [U] All arithmetic and logics operators are now in separate files and have real CPP / CU launchers.
* [R] all cuda filter files are now called #NAME.filter.[cu/h] to avoid mixing with cpp object files.
* Cam-Demo:
* [A] lut operator to test in real time, not working yet...
* Console-App:
* [U] the command line parser.
* [F] minor bugs in logical operators and runCmp.
|