搜索资源列表
histKernel
- CUDA 做直方图统计的示例,开创了GPU在图像处理中应用的先河-CUDA image histgram, can improve to image histequal
histKernel
- 基于cuda实现的图像亮度直方图统计,很实用的一个小程序-Cuda implementation based on image brightness histogram, it is a small program useful
Image_edge_detection
- 文章介绍了一种基于CUDA的图像边缘检测方法-Introduce a CUDA-based image edge detection method
Pinghua_dotNet
- 基于cuda的图像平滑。需要n卡显卡,G8以上-Cuda-based image smoothing. N card needed card, G8 over
40e87b3a-0df7-43ec-8729-916b7c6ea92fR
- 基于CUDA的立体视觉 在本文中,我们提出了一个基于GPU的加速方法,以加快计算量图像配准 统一设备架构(CUDA技术)。一种新颖的CUDA技术为基础的联合直方图计算方法介绍 在这个文件,该文件还对二维图像配准和其他应用程序的一般图形宝贵。此外, 1算法的改进,提出改进FMRIB广泛使用的线性图像注册工具 (调情)。虽然采取了额外的时间是通过应用该算法的改进,我们的实现表明, 能够执行一个完整的12个自由度(自由度)的两个脑容量图像配准在近35秒, 时间大约是10比本
ColorProcessor
- cuda图像数据处理,压缩算法,自己也在学习不错的-cuda image data processing, compression algorithms, its also a good learning
cudaimageregistration
- 基于CUDA的医学图像配准实例-CUDA-based medical image registration examples........
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
cuda_txcl
- 基于CUDA的高性能图像处理算法。着重介绍CPU和CUDA的计算能力,并详细介绍图像处理的背景以及几种操作的原理。在经过实验之后,对比CPU的计算能力可以发现,CUDA在并行处理数据的能力非常强大。由此可知,在图像处理的应用中,CUDA将大有可为。然而Hough变换的性能提升并不明显,其中的原子操作导致线程的排队,大幅度降低了线程并发性能,从而使得CUDA并行运算的优点不能显示出来,此问题的解决,有赖于对Hough变换并行算法的更深入研究。-CUDA-based high-performance
CUDA_ImgProcessing
- 基于CUDA的图像处理例子,可以方便大家学习使用 -Image processing based on CUDA
ImageProcess_CUDA
- 基于CUDA的图像处理框架,实现了图像的sobel算法 -Image processing framework based onCUDA,sobel
rotateTest
- CUDA程序,利用CUDA SDK中实例改写,可对图片进行并行计算,得到旋转后图像。-CUDA programs, it can be carried out parallel to the image obtained after rotating the image.
GPU-CUDA001
- 文章介绍如何使用CUDA实现神经网络,并把他应用在GPU图像处理单元上。 -An Artificial Neural Network is an information processing method that was inspired by the way biological nervous systems function, such as the brain, to process information. It is composed of a large number of
cuda-stretch
- IdL和ENVI二次开发的图像拉伸算法,可交互使用-IdL secondary development and ENVI image stretching algorithm can be used interchangeably
12
- CUDA图像处理的程序,这个程序速度快,效率高-CUDA image processing program
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.
imageDenoising
- 基于cuda的GPU编程,实现图像降噪,内含cpp文件,cuda文件和所需的图像文件。-Cuda-based GPU programming, image noise reduction, containing cpp file, cuda file and the desired image file.
opencvPcuda.tar
- This code is implemented on platform cuda and openCV lib to detect of a given image
inpainting-cuda-master
- CUDA-based Inpainting-CUDA implementation of Image Completion Using Global Optimization(Nikos Komodakis and Georgios Tziritas)
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