| Log message: | * Global:
* [U] GPUCV_PROFILE_FCT macro now take another parameter to describe categories of profiling, like GpuCVSettings::GPUCV_SETTINGS_PROFILING_OPER/GpuCVSettings::GPUCV_SETTINGS_PROFILING_CLASS/GpuCVSettings::GPUCV_SETTINGS_PROFILING_TRANSFER...
* GPUCVTexture:
* DataDsc_Base:
* [A] Add functions CopyToEstimation()/CopyFromEstimation() to estimate transfer time between 2 locations. Is is working fine but could be optimized?
* DataDsc_*:
* [A] use macro GPUCV_DD_TRANSFER_BENCH to record data transfer times.
* DataContainer:
* [A] Option SMART_TRANSFER so function SetLocation() use SetLocationEstimation() to estimate transfer time and give back best result.
* GPUCV-CUDA:
* [U] reflect previous folder changes, cv/cxcore.... in header files. |