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

搜索资源列表

  1. CG3

    0下载:
  2. 实现了图的数据结构,以及错切、旋转、拉伸移动等算法(TurboC2.0下运行,编译前修改库路径)。-achieved map data structure, and Shear, rotation, stretching movement algorithm (TurboC2.0 running, compile amending the library path).
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:34420
    • 提供者:刘源
  1. CG4

    0下载:
  2. 实现了Bezier曲面的构造算法,随机生成一个曲面造型。(TurboC2.0,编译前修改库路径)-achieve a Bezier surface structure algorithm generates a random surface modeling. (TurboC2.0, compiler for amending the path)
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:35994
    • 提供者:刘源
  1. analysePCXfile

    0下载:
  2. 一个完全解读PCX文件的自编程序,不使用任何调色板之类的高级函数,只使用极普通的文件读语句即OK。可以借鉴于认识PCX文件的本质结构。-a complete explication PCX document written procedures, the use of any such palette High function, use only a very general statement read in the paper that is OK. We can draw on unde
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3066
    • 提供者:aq
  1. 20060816

    2下载:
  2. 图像处理算法源程序.pdf,包含: 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++开*廓提取源程序 堆
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:274436
    • 提供者:pudn_dxg001
  1. swfparse

    0下载:
  2. swf文件的解析,可以解析头信息,分解多个tag,分析文件的结构-swf the analytical document, the first analytical information, a number of decomposition tag, the structure analysis
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:23569
    • 提供者:王立
  1. toolbox_fast_marching

    0下载:
  2. The goals of this tool is to manipulate the fast marching algorithm in 2D and 3D. Application to shortest path extraction (e.g. road tracking and tubular structure extraction in medical images), shape statistics and geodesic remeshing are presented.
  3. 所属分类:2D图形编程

    • 发布日期:2014-01-17
    • 文件大小:1349330
    • 提供者:费仙凤
  1. GS算法的matlab例子-仿真一个圆形的光环结构

    3下载:
  2. GS算法的matlab例子,本例子仿真了一个圆形的光环结构,其它的参数见matlab中的注释-GS algorithm matlab example, the example of simulation of a circular ring structure, and other parameters, see the Notes matlab。
  3. 所属分类:2D图形编程

    • 发布日期:2012-03-22
    • 文件大小:1130
    • 提供者:tsinsun
  1. 2D_CAD_System_SRC

    0下载:
  2. 《二维CAD软件的框架结构》,这是一个很好的二维CAD软件的框架结构,学习这个框架可以知道怎样作一个很好的CAD软件的基本方法-"2D CAD software framework," This is a very good 2-D CAD software framework structure, the framework could know how to give a good CAD software for the basic method
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-02
    • 文件大小:73981
    • 提供者:罗龙文
  1. GPU-KLT-1.1

    0下载:
  2. This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in computer vision tasks like object recognition, image indexing, tracking and structure from motion. This implementation uses programmable Graphics Hardwa
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:48693
    • 提供者:Alex
  1. 0514001

    0下载:
  2. 典型的多边形填充算法主要包括扫描线填充算法和轮廓标志域填充算法,适用于矢量多边形文件的填充算 法为扫描线填充算法。论文对原有的多边形扫描线填充算法中的最常用的活性边表和传统扫描线算法进行了分析,结 合活性边表和传统的扫描线填充算法的特点,针对复杂的大数据量的多边形填充时间效率较低的问题,提出了一种改 进的扫描线多边形填充算法一混合填充算法。该算法采用链表和数组结合的数据结构,形成连续的填充轨迹,有效地 提高了时间效率。 -Polygon Filling Algorithm t
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:150552
    • 提供者:翁經堯
  1. bmpFile

    0下载:
  2. 对bmp格式的图像进行深入的分析,了解其结构,懂得其原理,分析bmp文件编程。-Bmp format images to conduct an in-depth analysis, to understand its structure, to understand its principle, analysis of programming bmp file.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:139752
    • 提供者:zyt
  1. wavecompression

    0下载:
  2. The following implementation steps have been made for the devised algorithm, which is based on 2D-wavelet. 1. Reading an image of either gray scale or RGB image. 2. Converting the image into grayscale if the image is RGB. 3. Decomposition of im
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-27
    • 文件大小:817
    • 提供者:fer
  1. Developing_GUIs_in_C++

    0下载:
  2. we’ve successfully developed a simple GUI interface, using only a few lines of code. The major factor which works here is the entire class structure is re-usable, and can be applied to build a lot of other different User Interfaces too. The reader c
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-26
    • 文件大小:12435
    • 提供者:Abhijeetrao
  1. ssim_index

    0下载:
  2. 图片结构相似度评价,附加MSE,SNR,PSNR等作为对比参数-Photo structure similarity evaluation, additional MSE, SNR, PSNR, etc., as comparative parameters
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:2537
    • 提供者:胡一伟
  1. facedetect

    0下载:
  2. 人脸检测程序,有部分说明,用到openCV,可以编译运行。部分结构可以应用到商用系统中去-Face detection process, some of the instructions, use openCV, can compile and run. Part of the structure can be applied to commercial systems to
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:1898
    • 提供者:bruce
  1. Scaramuzza_OCamCalib_v2.0

    0下载:
  2. 用于对全景镜头进行标定,能求解出图像上对应点的世界坐标的方向向量-The OcamCalib Toolbox for Matlab allows the user (also inexpert users) to calibrate any central omnidirectional camera, that is, any panoramic camera having a single effective viewpoint (see section 17). The Toolbox i
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-18
    • 文件大小:5528904
    • 提供者:dony
  1. surface2volume

    0下载:
  2. surface2volume SURFACE2VOLUME convert a surface volume to a solid volume OV = surface2volume(fv) creates a volume block (logical) in which every voxel which is inside the given surface fv is set to 1. The structure fv defines the surfa
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:3259
    • 提供者:INESS
  1. photo

    0下载:
  2. 定义位图信息头结构变量,读取位图信息头进内存,存放到变量head中-Custom bitmap information header structure variable, read the bitmap header into memory and stored in the variable head
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:1233
    • 提供者:chenlu
  1. FuShiYuPengZhang

    0下载:
  2. 使用3×1的结构元素,为防止越界,所以不处理最上边和最下边的两列像素-Using 3 × 1 structure elements, in order to prevent cross-border, so I do not deal with the most top and bottom of the two most pixels
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:1192
    • 提供者:黄腾
  1. wangluokuopu

    0下载:
  2. 模拟网络的扩扑结构的小程序,根据网络结构,自动计算扩扑坐标-Simulation of the expansion of the structure of the network at small procedures, according to the network structure, automatic calculation on expanding coordinates
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-14
    • 文件大小:6119
    • 提供者:chengongguo
« 12 3 »
搜珍网 www.dssz.com