搜索资源列表
CUDA
- Some key techonich of video codec ,using nvidia cuda .it is a gaishu of this feild.video interlacing using cuda motion vector-Some key techonich of video codec ,using nvidia cuda .it is a gaishu of this feild.
ConvolutionCUDA
- Convolution filtering is a technique that can be used for a wide array of image processing tasks, some of which may include smoothing and edge detection. In this document we show how a separable convolution filter can be implemented in NVIDIA CUD
simpleTexture
- Nvidia GPU实现的简单纹理程序,对学习CUDA技术的初学者有很强的借鉴作用-Nvidia GPU textures to achieve a simple program for beginners to learn CUDA technology, have a strong reference
histogram
- CUDA decoder API from NVIDIA
GPU_CUDA
- CUDA是Nvidia公司出的一个工具包,能对显卡进行编程,是学习图像处理进阶的好工具。-CUDA is Nvidia' s out of a kit that can be programmed on the card is a good learning tool for advanced image processing.
fasthoglib
- Hog算子的实时GPU实现算法,基于NVIDIA CUDA的GPGPU实现。-Real-time GPU implementation algorithm of the Hog operator, based on the NVIDIA CUDA GPGPU.
ParallelMeanShift
- 使用NVIDIA CUDA在GPU上对Mean Shift跟踪算法那进行并行加速-Parallel Mean Shift Tracking on GPU using NVIDA CUDA
CUDA-Sobel-Filter-master
- This program is meant to run a sobel filter using three different methods. Each sobel filter function runs in a different way than the others, one is a basic sobel filter running through just the cpu on a single thread, another runs through openmp to
EdgeDetectorCUDA-master
- Demonstration of working implementations of the Canny, Sobel, and Roberts cross edge detection algorithms, each algorithm implemented in a CPU and a NVidia CUDA version. Written in Qt/C++.