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

搜索资源列表

  1. illum.tar

    0下载:
  2. This a reflection model (BRDF) viewer written by students in the course 15-860. See http://www.cs.cmu.edu/afs/cs/project/classes-ph/860.96/pub/www/860.html for info on the course.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:21281
    • 提供者:邵长青
  1. huffman_f

    0下载:
  2. huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编码的实现,见http://www.cs.mu.oz.au/m
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2201
    • 提供者:真实
  1. libsift-1.8.tar

    0下载:
  2. The SIFT feature detection algorithm has been invented and published by David Lowe at the University of British Columbia. A detailed account of the complete algorithm is available at http://www.cs.ubc.ca/~lowe/papers/ijcv03-abs.html
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:127105
    • 提供者:painfulresult
  1. drawmesh

    0下载:
  2. about draw.exe (source file draw7.f) 11/12/2005 --------------------------------------------------------------------- 作用: 读入m12,m13,e11等程序的网格数据,输出.eps格式的图片 (Windows下免费的.eps文件查看软件 http://www.cs.wisc.edu/~ghost/) 用法: 1.程序运行时,首先出现提示
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:16289
    • 提供者:李想
  1. pieflab

    0下载:
  2. % PIEFLAB Main Directory % ---------------------- % % .m - files % ---------- % Contents.m : this file % startup.m : startup file: sets Matlab path executed automatically when % Matlab command is performed in this directory % % s
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:114265
    • 提供者:汪伟
  1. lowe_keysV3.tar

    0下载:
  2. This directory contains a research implementation of the SIFT software for invariant keypoint detection described in papers by David Lowe. See the web page at http://www.cs.ubc.ca/~lowe/keypoints/ for references to the latest papers
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:156855
    • 提供者:chien
  1. JPEG算法

    0下载:
  2. jpeg压缩与解码的小程序,vc下开发的。//Name:compress.c//Purpose: Run length algorithm and Jpeg decoding//Author: phoenix, CS, TshingHua, Beijing, P.R.C.//Email: bjlufengjun@www.163.net or lufengjun@hotmail.com//Date:April 3, 1998-a small programme of jpeg codec and
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:123497
    • 提供者:石后生
  1. 图形去噪声

    0下载:
  2. //Name:smooth.c//Purpose: To perform smoothing and sharpening//Author: phoenix, CS, TshingHua, Beijing, P.R.C.//Email: bjlufengjun@www.163.net or lufengjun@hotmail.com//Date:April 3, 1998
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:23470
    • 提供者:石后生
  1. 图像几何变换算法

    0下载:
  2. //Name:geotrans.c//Purpose: To perform geometric transform//Author: phoenix, CS, TshingHua, Beijing, P.R.C.//Email: bjlufengjun@www.163.net or lufengjun@hotmail.com//Date:April 3, 1998
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:29606
    • 提供者:石后生
  1. twainapp.source.2.0.8

    0下载:
  2. .NET TWAIN image scanner-Abstract In Windows imaging applications, the most used API for scanning is TWAIN www.twain.org. Unfortunately, the new .NET Framework has no built-in support for TWAIN. So we have to work with the interop methods of .NET t
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-09
    • 文件大小:2310065
    • 提供者:dlwxn
  1. adjgamma

    0下载:
  2. 图像预处理-图像去噪方面-滤波器-matlab的实现程序,非常清晰- ADJGAMMA- Adjusts image gamma. function g = adjgamma(im, g) Arguments: im - image to be processed. g - image gamma value. Values in the r
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:537
    • 提供者:kakarot
  1. c_code_dbn

    0下载:
  2. 这是深度置信网的C++版本。 rbm.h 实现自动编码. mnist.h 读取MNIST数据文件 spectrum.inl RGBs与颜色的映射 demo.cc 训练/测试主程序-The deep learning algorithm is based on the matlab code provided by Geoff Hinton etc at http://www.cs.toronto.edu/~hinton/MatlabForSciencePaper.html
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1249062
    • 提供者:dengzxf
  1. pcasift-0.91nd

    0下载:
  2. 自己编译的pcasift 本机测试可用 来自http://www.cs.cmu.edu/~yke/pcasift/-Own compilation pcasift this test available http://www.cs.cmu.edu/~yke/pcasift/
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1203768
    • 提供者:fengpuchun
  1. mod_lowe_demo

    0下载:
  2. SIFT提出者的程序,SIFT特征匹配,测试可用 来自 http://www.cs.ubc.ca/~lowe/keypoints/-the program for SIFT algorithm it s useful for graphics match http://www.cs.ubc.ca/~lowe/keypoints/
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-13
    • 文件大小:3111743
    • 提供者:fengpuchun
  1. sift

    0下载:
  2. David G.Lowe的SIFT算子 Matlab实现,运行前要把siftWin32文件放在Matlab的win目录下,具体调用请参照README- code for detecting and matching SIFT features David Lowe (lowe@cs.ubc.ca) Version 4, July 6
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:371415
    • 提供者:将为人父
  1. sift

    0下载:
  2. sift代码,非常详细,容易理解,来源于http://www.cs.ubc.ca/~lowe/keypoints/-the code of sift
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:356427
    • 提供者:张三
  1. rnnlib.tar

    0下载:
  2. RNNLIB可以用来做语音识别、手写字符识别。由大牛Alex Graves编写,专门做RNN、LSTM的研究。他的主页是http://www.cs.toronto.edu/~graves/-RNNLIB is a recurrent neural network library for sequence labelling problems, such as speech and handwriting recognition.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:311301
    • 提供者:彭革
搜珍网 www.dssz.com