| Log message: | - docs:
- create tutorial about using CUDA/Creating a base operator/ and update other tutorials.
- GpuCV-CUDA:
- gpucvCuda_PreProcess() take a new parameter GCU_IO_TYPE to specify I/O type. this avoid doing any cvgSetOptions(CL_Texture::DEST_IMG,) in the GpuCV launcher.
- all cudawr* functions renamed into gcuda*
- all macros starting by GCU_KERNEL renamed into GCUDA_KRNL
- operators/CUDA:
- operator having default parameters now use CV_DEFAULT(VAL) to define them.
- global:
- cuda OpenCV source files has been renamed into cvgcuXXX |