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

搜索资源列表

  1. zengqiang

    1下载:
  2. 用途:数字图象处理算法的演示,包括: • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:181.6kb
    • 提供者:huangpenghui
  1. 多边形集合运算

    0下载:
  2. 多边形集合运--参考双边裁剪算法求两个实际的相交的多边形的并、交、差运算,小学期的课程设计,附设计文档-polygon Set Win -- reference bilateral cutting algorithm for two actual intersection of polygons, intersection, difference operator, primary phase of the curriculum design, the design documents atta
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:156.86kb
    • 提供者:沈焱峰
  1. 09098989bresenham

    0下载:
  2. 计算机图形学 breseham 算法 有课程设计报告 文档总结 截图-Computer graphics algorithms are breseham document summing up the report of the curriculum design screenshot
  3. 所属分类:Graph program

    • 发布日期:2017-05-09
    • 文件大小:1.91mb
    • 提供者:xiaobai
  1. harris

    0下载:
  2. 实现角点提取的harris 算法,内含设计文档。和源程序-The realization of the harris corner extraction algorithms, including design documents. And source
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5.42mb
    • 提供者:wangzhao
  1. Globe

    1下载:
  2. 球体的透视图绘制和消隐算法的实现,程序中菜单可以设置球体的半径,颜色和视点的位置,通过键盘上的方向键可以实现球体的移动,W、S、A、D键可以实现球体的旋转,源码中也有详细的注释,算法设计思想可以参考help.doc文档-Sphere perspective drawing and blanking algorithm implementation, the program menu, you can set the sphere radius, color, and the location o
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1.66mb
    • 提供者:fuyaozong
  1. 3DComputerGraphicsAMathematicalIntroductionWithOpe

    0下载:
  2. 学好三维立体设计,那么图形学的功底是要很扎实了。这个pdf的文档就是用opengl实现了图形学的各种算法。-To learn three-dimensional design, then graphics are solid and the foundation is to. Pdf document of this is to use opengl graphics various algorithms implemented.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-23
    • 文件大小:7.24mb
    • 提供者:融融
  1. Wavelet.image.fusion.algorithm

    0下载:
  2. 小波分解图像融合算法设计开发经典文档Wavelet image fusion algorithm design and development of the classic documents -Wavelet image fusion algorithm design and development of the classic documents
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:447.18kb
    • 提供者:a8
  1. Transform.image.compression.algorithm

    0下载:
  2. 小波变换图像压缩算法设计高级文档Transform high-level document image compression algorithm -Transform high-level document image compression algorithm
  3. 所属分类:Wavelet

    • 发布日期:2017-05-19
    • 文件大小:5.25mb
    • 提供者:an8
  1. knn_bayes_pca_lda

    0下载:
  2. 课程设计源代码,实现功能在文档内有介绍。内含knn、bayes识别及pca、lda进行特征提取多种算法,运行参照readme。-The project source code.The realized function is introduced in the pdf document in the files including knn,bayes classification and pcd,lda feature extraction algorithms.Please read read
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-04
    • 文件大小:1.15mb
    • 提供者:潘阳
  1. MatlabStitching

    0下载:
  2. 图像拼接的matlab实现,内含有算法的设计文档和源程序等-Matlab implementation, image stitching algorithm design documentation and source code contains
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:11.49kb
    • 提供者:徐帅
  1. Pattern-Recognition_MATLAB_1

    0下载:
  2. 线性分类器设计,1_k近邻法,剪辑法,ANN-BP神经网络法,聚类分析法,特征选择,特征提取等模式识别常用算法,内有matlab可运行实现,还有word文档的说明。对于学习,是做好的资料。-Commonly used algorithm for linear classifier design the 1_k nearest neighbor, clip, ANN-BP neural network method, cluster analysis, feature selection, fea
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:420.23kb
    • 提供者:cheng
  1. picture_match_matlab_multi_algorithm

    0下载:
  2. 多种图像匹配算法,含有毕业设计文档,程序。内容翔实-A variety of image matching algorithm contains a graduate design documentation, procedures. Informative
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-11-29
    • 文件大小:730kb
    • 提供者:席pudn
  1. Digital-Differential-Analyzer

    0下载:
  2. 验证直线和圆生成的DDA算法和Bresenham算法。能通过类分别抽象直线和圆,并对各自的DDA算法及Bresenham算法生成图元功能进行封装,通过设计MFC单文档应用程序来验证算法的正确性。-DDA Algorithm Bresenham algorithm verification and generation lines and circles. By abstract lines and circles class respectively, and the respective DD
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-09
    • 文件大小:1.83mb
    • 提供者:jecktongue
  1. 617278

    0下载:
  2. 计算机网络课程设计实验,距离矢量路由算法,在运行前须在c磁盘下建立文档data txt,并且输入49个数字 1~9或- 用逗()
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:1kb
    • 提供者:Franngs
搜珍网 www.dssz.com