搜索资源列表
-
1下载:
遥感图像的打开处理程序,能够打开单波段,多波段图像,几何图像变换,线性拉伸变换,平滑
处理包括并行和串行,锐化处理包括梯度锐化、Roberts锐化、laplace锐化、sobel锐化等,还
有用绝对距离和马氏距离算法进行的监督分类算法等,包括了RAW格式数据资源-The opening of remote sensing image processing, to open the single-band, multi-band images, geometric image
-
-
0下载:
传算法的基本原理、设计方法及其并行实现,以及它在组合优化、机器学习、图像处理、过程控制、进化神经网络-Propagation algorithm of the basic principles, design methods and their parallel implementation, as well as in combinatorial optimization, machine learning, image processing, process control, evoluti
-
-
0下载:
遥感图像处理的平行算法的研究与应用及其具体的实现 -Remote sensing image processing and application of the parallel algorithm and its concrete realization
-
-
0下载:
多DSP并行视频图像处理系统设计 数字电视-Multi-DSP parallel video image processing system with Digital TV
-
-
0下载:
统一计算设备架构技术的并行图像处理Unified architecture for parallel computing devices image processing-Unified architecture for parallel computing devices image processing
-
-
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
-
-
2下载:
对图像进行加雾处理,处理的方法是按找消影点视线前进方向加雾,按平行线的方法找消影点
-Plus fog the image processing, processing method is based on line of sight to find the way forward vanishing point plus fog, according to the method of parallel lines to find vanishing point
-
-
0下载:
为了实现图像去噪的并行处理,进行代码的分割与合并,这个合并代码-In order to achieve parallel processing of image denoising, the code split and merge, the merged code
-
-
0下载:
Synthetic Aperture Radar (SAR) image processing platforms have to process increasingly large datasets under and hard
real-time deadlines. Upgrading these platforms is expensive. An attractive solution to this problem is to couple high
performance
-
-
0下载:
GRAAPA 和SENSE 是核磁共振成像中两个应用较多且商用的算法,该程序用8个线圈的心脏数据分析了GRAPPA并行图像处理的效果。-GRAAPA and SENSE are two more applications in magnetic resonance imaging and commercial algorithm, the program with eight coils in the heart of data analysis GRAPPA parallel image pr
-
-
0下载:
对射影图像进行处理,使图像中原有的平行线恢复平行性质。-Projective image processing, restore parallel lines in the original image.
-
-
0下载:
数字图像处理边缘检测(hough变化-平行直线检测,轮廓跟踪、提取,种子填充算法1和2)的具体实现。-The edge detection digital image processing (hough change- parallel line detection, the concrete realization of contour tracking, extract, seed filling algorithm 1 and 2).
-
-
0下载:
串并转换,在图像处理中用于采集块像素,可以实现3*3的采集-Serial-parallel conversion, the acquisition block of pixels used in image processing, can achieve a collection of 3* 3
-
-
1下载:
进行多线程多任务的并行图像处理,并对其进行时间的比较-Multi-threading and multi-tasking parallel image processing, and its comparison over time
-
-
0下载:
本书向读者讲授如何用OpenGL从初级阶段快速制作优质的交互式计算机图形实例,OpenGL是业界广泛采用的三维图形API,本书藉此向读者提供了在计算机图形学领域更广阔空间内发展的坚实基础。书中内容覆盖了计算机图形学基础课程所需的所有论题,如光景交互作用、图形明暗处理、图形建模、曲线与曲面、偏差预防、纹理映射和图形组合,还探讨了计算机硬件方面的问题。本版为配合计算机图形学领域最新进展,增加了更具广度和深度的内容,包括图像处理、多重透视、并行透视等,并运用选择模式、仿真模拟、面向对象图形学与实景图像
-
-
0下载:
Gradient 图像处理 并进行并行处理-Gradient image processing and parallel processing
-
-
1下载:
基于OpenCV和OpenMP的多核处理图像边缘检测算法——Sobel的实现。
没有可视化界面。
需要先配置OpenCV和OpenMP。
理论依据:利用OpenMP我们可以实现多核并行处理边缘检测。根据Sobel原理,可以完全明确的是:每一个像素点的梯度计算都不依赖于其他的像素点!这就是实现多核并行处理边缘检测的关键。利用这个关键的特性,我们可以让多个核同时去计算多个像素点的梯度值,进而提高Sobel边缘检测算法的性能。
-The implementation of OpenCV
-