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

搜索资源列表

  1. 数字图像处理的几个程序例子

    0下载:
  2. 这是几个数字图像处理的程序实例,有经典的傅立叶变换和反变换、图像增强(中值滤波、增强光照)还有染色体计数。它们都是经典算法的实现。-Here are several digital image processing examples including classical Fourier transform and its inverse, image enhancement (like median filtering, intensity enhancement) and chromosom
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1.42mb
    • 提供者:李玲
  1. ImageOperation

    0下载:
  2. 涉及到图像处理中各个阶段的操作,其中不泛一些经典的算法,相信一定对你会有帮助。-relates to image processing various stages of the operation, some of which do not pan-classical algorithm believe will be helpful to you.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:228.74kb
    • 提供者:梅小明
  1. nehe_opengl_appwizard_vc6

    0下载:
  2. nehe 的经典教程示例,是学习 opengl的好东东,用这个你就可以轻意搭起架子来使用了-a good example to learn openGL included in nehe`s classical tutorial,you can construct your program frame with it easilly
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:108.15kb
    • 提供者:hcs
  1. 算法游戏实例

    0下载:
  2. 这里面有几个算法游戏实例,包括多边形游戏,装载问题, 单源路径等,都是比较经典的算法-this algorithm, there are several examples of games, including polygon game, loading problems, such as single-source path, which is a more classical algorithm
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2.01kb
    • 提供者:李玉丰
  1. 体绘制码

    0下载:
  2. 医学可视化算法中经典的体绘制算法的实现,在VC下实现的,对于医学可视化方面的研究很有帮助。- In medicine visible algorithm classical body plan algorithm realization, realizes under VC, has the help very much regarding the medicine visible aspect research.
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:190.75kb
    • 提供者:大虫
  1. mymarching_cubes

    0下载:
  2. 医学可视化中经典算法——maching Cubes(移动立方体算法)的C++ 程序实现,在学习此算法的时候可以参考次程序。-The Marching Cubes algorithm is a classical arithmetic in medicinal visualization, this program was impolder in C++ language,you can consult it when you learn the Marching Cubes algorithm
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:41.91kb
    • 提供者:大虫
  1. OTSU方法计算图像二值化的自适应阈值

    1下载:
  2. OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value of the two adaptive threshold,
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1.77kb
    • 提供者:陈其星
  1. FEEDBACK

    0下载:
  2. OpenGL初级学习的经典例程,用于实现反馈功能,有助于对反馈功能的理解。-OpenGL junior studying classical routines for the feedback function, contribute to the understanding of feedback function.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:6.64kb
    • 提供者:wr
  1. STENCIL

    0下载:
  2. OpenGL初级学习的经典例程,实现了模板缓存效果。有助于理解模板缓存功能。-OpenGL junior studying classical routines to achieve a template cache effect. Templates help to understand cache function.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:7.11kb
    • 提供者:wr
  1. DBFCOLR

    0下载:
  2. OpenGl初级学习经典例程,用于实现了双缓存功能。有助于理解双缓存功能。-OpenGl junior studying classical routines for the realization of a dual caching function. Double cache helps to understand function.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:8.4kb
    • 提供者:wr
  1. 提升法97经典程序

    0下载:
  2. 提升法97经典程序(本程序实现任意偶数大小图像第二代双正交97提升小波变换),希望大家多多交流-upgrade classical procedure (the program arbitrary size images even second-generation upgrade biorthogonal wavelet transform 97), I hope Members can exchange
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:2.74kb
    • 提供者:lcj2212916
  1. 边缘检测CANNY算子的C实现

    1下载:
  2. 该文件为网上得的C语言实现的canny边缘检测算子,属于对经典算法的经典实现,具有很高的参考价值。-the document online for the C language the canny edge detection operator, belonging to the classical classic algorithms to achieve with very high reference value.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3.75kb
    • 提供者:刘波
  1. greedy_snake

    0下载:
  2. 图像分割常用的主动轮廓模型中的一个经典算法——贪心算法-image segmentation commonly used active contour model of a classical algorithm -- greedy algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:60.93kb
    • 提供者:明明
  1. gvf_model

    0下载:
  2. 图像分割中常用的主动轮廓模型的一个经典算法,GVF(梯度矢量流模型)-Segmentation commonly used active contour model of a classical algorithm, gradient vector flow (gradient vector model)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4.31kb
    • 提供者:明明
  1. classical-despeckle

    0下载:
  2. 几个经典的合成孔径雷达图像去除相干斑处理的matlab程序-several classical despeckle algorithms for synthetic aperture radar
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3.51kb
    • 提供者:meizi
  1. Topological.analysis.classical.MapInfo.line.docume

    0下载:
  2. Topological analysis of classical MapInfo line documentation MapInfo线面拓扑分析经典文档-Topological analysis of classical MapInfo line documentation
  3. 所属分类:GIS program

    • 发布日期:2017-04-05
    • 文件大小:57.91kb
    • 提供者:bv
  1. development.classical.form.vb.code.watermarking.ra

    0下载:
  2. development of the classical form vb code watermarkingvb开发水印组建经典代码 -development of the classical form vb code watermarking
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:98.2kb
    • 提供者:s
  1. Classical-algorithms-of-computer

    0下载:
  2. 计算机图形学 三视图算法 经典 值得收藏-Classical algorithms of computer graphics worth collecting three views
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2.87mb
    • 提供者:唐菲
  1. classical-papers

    0下载:
  2. 这是几篇关于图像特构建的几篇经典文章,还有乔布斯传英文版!-These are some classical papers on the topic of image feather extraction,and the biography of Jobs
  3. 所属分类:Special Effects

    • 发布日期:2017-05-29
    • 文件大小:11.54mb
    • 提供者:caikehe
  1. classical-optical-flow

    0下载:
  2. 经典的光流法程序,可以很好的处理出来光流效果。-It s a classical optical flow method which can solve the problem well.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:444.39kb
    • 提供者:李必然
« 12 3 4 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com