| Log message: | * Operators:
* [F] cvgcuDeriche(): fix the issue with lissage that was not working, extrema is still not correct.
* [F] cvgcuPower(): fix memory access that was not optimized.
* [F] cvgCuMerge()/cvgCuSplit(): 2 and 1 channels images were not considered.
* [F] cvgCudaIntegral(): fix issues with different channels and input types...
* GPUCV-CUDA:
* [A] Macro to perform a kernel for all combination of input/output type and channels : GCU_MULTIPLEX_CONVERT_ALLCHANNELS_ALLFORMAT
* [A] add a debug function to show content of a cuda buffer into an opencv Window: gcuShowImage |