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

搜索资源列表

  1. 二维小波变换

    1下载:
  2. 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:3785
    • 提供者:罗松溪
  1. ppmCode

    0下载:
  2. This program is used to read ppm format image. It s simple but useful for the people who want to understand the basic idea of digital image processing.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2438
    • 提供者:王军
  1. bivalue

    0下载:
  2. 图像处理二值化,利用模板匹配可以在一幅图象中找到已知的物体。比如抓拍到了一张射门的照片,要在该照片中找到足球的位置。这时就可以采用模板匹配的方法。所谓模板匹配,其实想法很简单:拿已知的模板(在本例中为足球的图象),和原图象中同样大小的一块区域去对。-binary image processing and using template matching the image to find a known object. For example, snapped a shot of the phot
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:45480
    • 提供者:中国
  1. haijian

    0下载:
  2. 多边形裁剪是逐次多边裁剪法,它的基本思想是以窗口的四条边界线单一逐次对多边形裁剪-polygon clipping is Successive multilateral cutting, its basic idea is a window four successive boundaries of a single polygon clipping
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1640
    • 提供者:00
  1. mallat_edge

    0下载:
  2. 多尺度边缘检测,用的是mallat算法,不过效果不太好,但基本思路有,可以参考.-multiscale edge detection, it was Mallat algorithm, but not very good results, but the basic idea is, reference.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:780
    • 提供者:夏志飞
  1. photomachinenewalgorithm

    0下载:
  2. 针对摄像机固定和共面约束条件下进行目标定位,提出了一种简单可行的全新算法。该算法避开了烦琐的摄像机标定这一过程,也不用精确地求解单应性矩阵。只是运用射影几何的性质,通过简单的几何关系,对非标定单摄像机拍摄的单幅图像,求解其从2D图像平面到真实的3D平面的非线性单映射关系。该算法为解决计算机视觉的测量、定位、三维重建等问题,提供一种全新的思路。 -against cameras fixed and coplanar binding conditions for target location,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:214744
    • 提供者:蒋翔俊
  1. hisense

    0下载:
  2. 程序的主要思想是先对数组进行处理,使其有序,处理后的结果存放在t1.txt文件中。。然后在此基础上建立索引,使在查字典时可以减少比较的次数,节省程序的时间。再利用最大匹配算法对程序进行分词,分词的结果保存在t2.txt文件中。然后再拿分好词的文件与libing_test文件进行比较匹配率,匹配结果存放在result.txt文件中。-procedures main idea is first to array processing, it orderly, After processing the
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:185594
    • 提供者:王磊
  1. glwater

    1下载:
  2. 一个用OPENGL模拟水面波动的程序,虽然很简单,但是清楚的说明了水面模拟的基本思路,很适合学习。-a simulation using OpenGL surface fluctuations in the proceedings, although it is very simple. However, a clear indication of surface simulation basic idea is well-suited to learning.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:39366
    • 提供者:sinan
  1. SooChow_2D

    0下载:
  2. 本程序实现的是二维图形的限定Delaunay的三角剖分,算法的主要思想是采用微分方程数值解法中的有限元方法对二值图像进行三角剖分,程序为二维图像重建提供一个有利的基础。-this program is limited to the two-dimensional graphics Delaunay triangulation. The main idea of this algorithm is the numerical solution of differential equations b
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:174209
    • 提供者:wukongpei
  1. 46764563

    0下载:
  2. 把任一窗口的内容存为位图,把编辑框中的文字存为位图,当然,你也可以按照这个思路,你也可以把任何控件、窗口里的东西当作位图来存储-put the contents of a window to deposit Bitmap, and the text editing box to deposit bitmap, of course, You can also According to this idea, you can put any controls, window Lane things a
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:38141
    • 提供者:tiankng
  1. lwcontour

    0下载:
  2. live-wire是一种常用于医学图像的交互式分割方法,其基本思想是利用动态规划方法产生图像中给定两点间的最优路径,合理地构造代价函数和选择起始点和目标点,用以提取物体的边缘,十分有效,该份文件中包含说明文件,操作方便.-live-wire is a common medical images in the interactive segmentation method, The basic idea is to use dynamic programming methods to image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6324
    • 提供者:陈正文
  1. 638_project

    0下载:
  2. 非真实感绘制的例子 The goal of this project is to explore the idea of point-based radiosity, which is a shooting radiosity technique suggested by Mark Harris at UNC. The primary idea is that features available in graphics hardware can be utilized to p
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:707996
    • 提供者:gongjian
  1. quickhull4

    0下载:
  2. 凸包算法,运用分治的思想,用opengl显示出来-convex hull algorithm, the idea of partition, with opengl show
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:25861
    • 提供者:wangmiao
  1. gol

    0下载:
  2. 多边形以n, x_array, y_array形式给出,其中x_array,y_array中存放着多边形的n个顶点的x, y坐标。扫描线填色算法的基本思想是: 用水平扫描线从上到下扫描由点线段构成的多段构成的多边形。每根扫描线与多边形各边产生一系列交点。将这些交点按照x坐标进行分类,将分类后的交点成对取出,作为两个端点,以所填的色彩画水平直线。多边形被扫描完毕后,填色也就完成。 上述基本思想中,有几个问题需要解决或改善-polygon n, x_array, y_arr
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:4160
    • 提供者:ruoyu
  1. 71827454

    0下载:
  2. 简单而实用的画图程序,大家可以随便下,有好的意见请联系我-simple and practical drawing program, we can easily, it is a good idea please contact me
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:6540
    • 提供者:lilei
  1. ImageSegment

    1下载:
  2. 图像分割程序,采用水平集演化的思想,实现偏微分方程中的GAC模型。Image segment source code(GAC model),which adopt the idea of level set evolving.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:10833
    • 提供者:li_ya
  1. 图象直方图

    0下载:
  2. C++Builder得到图象红,蓝,绿三基色直方图,并将其显示出来,程序构思很巧妙。-C Image Builder to be red, blue, green, and three-color histogram, and to show up procedure is a clever idea.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:357775
    • 提供者:邱卫东
  1. 数字水印源码

    0下载:
  2. 是关于数字水印的空域算法原代码,用的是delphi7.0。是把二值水印嵌入到原图像的低三位的嵌入算法-This is a watermark soucecode based on Spacial Domain Algorithm implemented by using Delphi7.0. The main idea is to embed the binary watermark into the primary image.
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:299035
    • 提供者:李夏
  1. 拓展的Bresenham画直线(全象限全斜率)

    1下载:
  2. 拓展的Bresenham画直线(全象限全斜率),采用实时判断斜率的方式分别对正负斜率进行处理,用了对称的思路做出图象。效果很好,代码非常简洁明了。,Bresenham draw a straight line extended (all-quadrant all-slope), the use of real-time manner to determine the slope of the positive and negative slope, respectively, to deal w
  3. 所属分类:OpenGL

    • 发布日期:2016-10-17
    • 文件大小:290669
    • 提供者:Wwh
  1. 介绍了图割的基本思想

    0下载:
  2. 介绍了图割的基本思想,包括最大流最小割算法,以及简单的图割实例-Introduced the basic idea of graph cuts, including the maximum flow minimum cut algorithm, and simple instances of graph cuts
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-10
    • 文件大小:1033030
    • 提供者:黄鹏
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com