搜索资源列表
-
0下载:
文章介绍如何使用CUDA实现神经网络,并把他应用在GPU图像处理单元上,The article describes how to use CUDA to achieve neural networks, and he applied to image processing unit on the GPU
-
-
1下载:
利用CUDA实现了遥感数字影像处理基本算法中的拉普拉斯算子,并分别实现了采用Globalmemory、Sharedmemory,Texturememory进行数据传输,还同CPU中的串行代码进行了时间比较和误差分析。为了方便在服务器环境下测试运行,我们去掉了在Windows环境下对第三方库遥感影像库GDAL的依赖,而将遥感影像数据转成了二进制图像格式,对于输出影像也以同样的二进制格式存储。图像效果图通过专业遥感软件PCI或通用图像处理软件PhotoshopCS4打开。最后我们对计算结果进行了误差
-
-
0下载:
利用CUDA实现了遥感数字影像处理基本算法植被指数,并分别实现了采用Globalmemory、Sharedmemory,Texturememory进行数据传输,还同CPU中的串行代码进行了时间比较和误差分析。为了方便在服务器环境下测试运行,我们去掉了在Windows环境下对第三方库遥感影像库GDAL的依赖,而将遥感影像数据转成了二进制图像格式,对于输出影像也以同样的二进制格式存储。图像效果图通过专业遥感软件PCI或通用图像处理软件PhotoshopCS4打开。最后我们对计算结果进行了误差分析和加
-
-
0下载:
基于cuda的图像平滑。需要n卡显卡,G8以上-Cuda-based image smoothing. N card needed card, G8 over
-
-
0下载:
cuda图像数据处理,压缩算法,自己也在学习不错的-cuda image data processing, compression algorithms, its also a good learning
-
-
0下载:
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
-
-
0下载:
基于CUDA的高性能图像处理算法。着重介绍CPU和CUDA的计算能力,并详细介绍图像处理的背景以及几种操作的原理。在经过实验之后,对比CPU的计算能力可以发现,CUDA在并行处理数据的能力非常强大。由此可知,在图像处理的应用中,CUDA将大有可为。然而Hough变换的性能提升并不明显,其中的原子操作导致线程的排队,大幅度降低了线程并发性能,从而使得CUDA并行运算的优点不能显示出来,此问题的解决,有赖于对Hough变换并行算法的更深入研究。-CUDA-based high-performance
-
-
0下载:
基于CUDA的图像处理例子,可以方便大家学习使用 -Image processing based on CUDA
-
-
0下载:
基于CUDA的图像处理框架,实现了图像的sobel算法
-Image processing framework based onCUDA,sobel
-
-
0下载:
文章介绍如何使用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
-
-
0下载:
CUDA图像处理的程序,这个程序速度快,效率高-CUDA image processing program
-
-
0下载:
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.
-
-
0下载:
一种基于CUDA的图像处理技术,可在c语言的基础上编译通过-CUDA-based image processing technology, based on the c language compiler
-
-
0下载:
cuda5 and matlab code for Gaussian filtering and parallel image processing code, we hope to help
-
-
0下载:
代码是基于CUDA环境下的图像卷积处理,基于Linux系统,文档中有makefile-Convolutional code on the image processing environment CUDA
-
-
0下载:
python代码,基于CUDA图像处理的Python代码部分,希望对初学python的同学能有所帮助-python code, based on Python code section CUDA image processing, the hope of learning can help students python
-
-
0下载:
利用CUDA进行图像处理,压缩包内有CPU和GPU运行版本,时间上的对比非常明显-CUDA programming for Image processing
-
-
0下载:
这是在Matlab软件平台下的 GPU程序,用最近邻域双线性插值算法填补图像中缺失区域,是并行运算处理,使用CUDA来编写程序。(This is the GPU program under the Matlab software platform, and the nearest neighborhood bilinear interpolation algorithm to fill the missing areas in the image is parallel processing,
-