CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 并行

搜索资源列表

  1. 在图像处理应用中几种并行计算技术的比较 @FLY.rar

    0下载:
  2. 所属分类:图形图象

    • 发布日期:
    • 文件大小:233694
    • 提供者:
  1. 在图像处理应用中几种并行计算技术的比较 @FLY

    0下载:
  2. 在图像处理应用中几种并行计算技术的比较-in image processing applications of several parallel computing technologies comparison
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:233961
    • 提供者:none
  1. 并行图像细化算法和C代码实现

    0下载:
  2. 图像细化一般作为一种图像预处理技术出现,目的是提取源图像的骨架,即是将原图像中线条宽度大于1个象素的线条细化成只有一个象素宽,形成 骨架 ,形成骨架后能比较容易的分析图像,如提取图像的特征.-image thinning as a general image preprocessing technologies emerging, is the source of images from the frames, that is, lines of the original image width
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:3045
    • 提供者:权威
  1. 图象载码程序源代码

    0下载:
  2. 这是我想到的一个非常有用的小程序,顾名思义,这个程序就是把不同的信号(如不同的文件:文本,图片,语音,乃至视频...)储存入电脑的图片文件.BMP文件中,以达到节省空间,安全加密,数据保护,多媒体同时运行,提高空间与时间的并行性。 -I think this is a very useful small program, as the name suggests, the procedure is different signals (such as different files : t
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:107080
    • 提供者:盒香烟
  1. yuzhifenge

    0下载:
  2. 取阈值是最常见的并行的直接检测区域的分割方法,最简单的利用取阈值方法来分割灰度图象的步骤-thresholding is the most common direct parallel detection regional segmentation method, most use simple thresholding segmentation method to step grayscale image
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:19560
    • 提供者:牛万红
  1. 128X64LCD_display_source_code

    0下载:
  2. 12864 LCD图形显示程序例子 这是一个在LCD128*64上显示图形的一个程序,一直以来都总是不知道怎么搞,现在终于都通了,想当初在网上总找,要不是程序不全,就是无法运行,或者是C51汇编语言,让人不爽,这样的痛苦不可以再让别人难受了。在LCD上显示一幅图,是“我的电脑,我的文档”。IC用PIC16F877A,晶振4MHZ,采用并行8线,LCD:TS12864-3,接法在程序中有定义,只要将此程序COPY到你的PICC里编译下载后,在目标板上即可以看到图画了!-12,864 LCD g
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2526
    • 提供者:slam
  1. lcd-6-29

    0下载:
  2. TMS320LF2407A形DSP控制液晶显示,并行传输,,使用IO口-TMS320LF2407A DSP-control LCD, parallel transmission, the use of IO I
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:24938
    • 提供者:王婷
  1. fast_distance_map_caculate

    0下载:
  2. 使用边缘跟踪,种子填充等算法提取图像边界,然后使用并行的方法来计算图像的距离图。-using edge tracking and seed filling algorithm to detect the edges of images, then use the parallel approach to the calculation of the distance between the image map.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:38977
    • 提供者:方宝玉
  1. Julia_parallel

    1下载:
  2. 这个程序通过绘制Julia集的分形图案演示了如何将OpenMP和OpenGL结合起来实现并行计算。 Keywords: OpenMP, OpenGL, fractal(分形)-this process by drawing Julia Set Fractal pictorial demonstration of how OpenMP and Open GL combination of parallel computing. Keywords : OpenMP, OpenGL, fra
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:6994
    • 提供者:无是人
  1. ImageDIP2

    1下载:
  2. “区域分割”是采用并行区域分割算法中的阈值化分割算法,阈值的选取方法是迭代阈值选取方法。 “边缘检测”是采用Prewitt边缘检测算子对图像进行边缘检测运算,Prewitt边缘算子的核心是两个3×3的卷积核(corrvolution kernel。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:337541
    • 提供者:王文会
  1. Direct

    0下载:
  2. 并行边界分割、串行边界分割、并行区域分割、串行区域分割、Canny算子-boundary segmentation parallel, serial boundary segmentation, regional segmentation parallel, serial regional segmentation, Canny operator
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:81056
    • 提供者:邓媛媛
  1. imagesegment

    0下载:
  2. 并行分割包括robert算子、sobel算子、prewitt算子、laplacian算子 串行分割:边缘跟踪 阈值分割:固定阈值分割、自适应阈值分割 串行区域分割:区域生长
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:82099
    • 提供者:刘伟
  1. Direct

    0下载:
  2. 一系列图像分割算法,包括并行,串行边界分割,并行,串行区域分割!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:83418
    • 提供者:杨光
  1. ParaView3

    1下载:
  2. 当前最好的开源可视化程序。主体使用C++编程,图形使用OpenGL绘制,界面使用QT,并行使用Mpi,可视化基于vtk包
  3. 所属分类:OpenGL

    • 发布日期:2014-01-18
    • 文件大小:22394428
    • 提供者:李彦
  1. Direct

    0下载:
  2. VC++实现的图像分割的多种常用方法,有并行边界分割、边界跟踪、阈值分割等。-VC++ Achieve a variety of commonly used image segmentation methods, parallel boundary segmentation, boundary tracking, such as threshold segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:82966
    • 提供者:沈慧杰
  1. analgorithmforextractionandanalysis

    0下载:
  2. 摘要图像特征的提取是视觉图像识别的重要方法之一,采用细胞神经网络(&’’)并行处理器进行图像特征的提取 具有实时快速的优点。该文将介绍&’’ 并行处理器的基本工作原理及其实现图像特征处理的逻辑组合通用方法,并以 图像的纹理分割与识别为例来说明&’’ 并行处理器应用于视觉图像识别的通用编程方法。-Abstract image feature extraction is a visual image to identify one of the important ways, the use
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-03
    • 文件大小:1100315
    • 提供者:martin
  1. shiftregister_32

    0下载:
  2. 长度为8的32bit串入并出移位寄存器,它的功能就是对32bit的并行信号作串行输入,并行输出处理-Length of 8 for 32bit serial in parallel out shift register
  3. 所属分类:GIS program

    • 发布日期:2017-04-05
    • 文件大小:805
    • 提供者:林伟
  1. gpu

    0下载:
  2. gpu编程书籍 并行计算机导论 对gpu编程者有很大的帮助-Parallel gpu computer programming books An Introduction to Programming on the gpu are of great help
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:3098771
    • 提供者:伍天
  1. Non Local Means with Cuda

    0下载:
  2. 使用cuda对快匹配算法进行并行化处理,提高了运算速度(The fast matching algorithm is parallelized with CUDA, and the speed of operation is improved.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-06
    • 文件大小:350208
    • 提供者:`Ban
  1. 矩阵的并行程序

    0下载:
  2. 本代码基于vc++实现的矩阵的并行相乘的程序,在串行代码的基础上寻找并行化(This code is based on the parallel multiplication of the matrix based on vc++, and searches for parallelization on the basis of serial code)
  3. 所属分类:OpenGL

    • 发布日期:2018-01-10
    • 文件大小:297984
    • 提供者:harvey1
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com