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

搜索资源列表

  1. 画图系统

    0下载:
  2. 我的程序是用C语言编的一个画图软件,满足以下几点: 用某种方法实现圆的生成算法。 实现橡皮筋直线、圆、矩形。 实现多边形裁剪。 实现基本几何变换(平移、旋转、缩放)。 实现Bezier曲线或B样条曲线。 最终呈现的结果是一个小型的交互式图形系统,用界面把所有功能串连起来。-the procedures I used the C language is part of a drawing software to meet the following points : the use of a ce
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:5.19kb
    • 提供者:李玮玮
  1. 二维小波变换

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

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

    0下载:
  2. 进行投影演示的程序。可进行图形缩放,平移;不同坐标系之间的转换。- Carries on the projection demonstration the procedure. May carry on the graph 缂╂斁, translation; Between different coordinate system transformation.
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:212.47kb
    • 提供者:曾志方
  1. 我的txx变换

    0下载:
  2. 本程序实现了二维图形的基本变换,包括平移,比例,旋转,对称以及它们之间的复合变换-the process of achieving the basic 2D graphics transformation, including translation, proportion, rotation, and the symmetry between the composite Transform
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:52.54kb
    • 提供者:蒋元成
  1. 图像dct变换的程序

    4下载:
  2. 对原始灰度图像 Lena_gray.bmp进行图像压缩实验 1.对此图进行 8×8 DCT 变换后,分别只保留 DC系数,以及保留前 4、8、16 个变换系数(DC+AC) ,然后再分别进行 IDCT 变换,比较结果。 2.可以使用 Matlab - Image Processing Toolbox 中的函数实现。 -gray image of the original image compression Lena_gray.bmp an experiment. This diagr
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.01kb
    • 提供者:朱晓路
  1. DImage

    1下载:
  2. 这是对图像处理的程序,主要实现对256色及24位位图的处理(点运算,几何变换,图像增强,形态学变换,边缘检测,轮廓提取,轮廓跟踪,种子填充等).-This is the image processing procedures, the main achievement of 256 colors and 24 bitmap processing (point computation. geometric transform, image enhancement, morphological tr
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:122.08kb
    • 提供者:高仲富
  1. Problem2_6

    0下载:
  2. 使用VB.net编写的对24位位图进行简单图像处理的程序,包括RGB与YIQ数据的相互变换,绘制亮度分布统计图,拉普拉斯滤波。 该程序是我学习图像处理算法是编写的,因此在操作界面方面的考虑较少,你可以按照以下步骤操作:选择一个文件后单击读取BMP文件,然后就可以单击“根据RGB数据绘图”,接着可以单击“RGB to YIQ”将RGB数据转化为YIQ数据,有了YIQ数据后就可以单击“绘制YIQ数据的Y分量”,对于YIQ数据,可以使用拉普拉斯滤波,然后再将Y分量显示出来-use VB.net p
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:10.04kb
    • 提供者:陈烨
  1. cpp_image_process

    0下载:
  2. 对256色bmp图像进行处理的程序.包括点运算,几何变换,正交变换,图像增强,形态学变换,边缘与轮廓,图像分析,图像还原,图像编码等内容-to 256 colors bmp image processing procedures. Including point computation, geometry transformation, orthogonal transformation, image enhancement, morphological transformation, and
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:312.02kb
    • 提供者:asly
  1. DEMtransform

    0下载:
  2. 用VC编写的程序源代码,用来实现对话框中DEM简化和坐标转换的过程-VC prepared by the program's source code used for dialog and DEM simplify the process of coordinate transformation
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:44.04kb
    • 提供者:章自豪
  1. ShuZiTuXiangdip

    1下载:
  2. 图像处理的程序实现,基于matlab,但是没有直接采用matlab的相关语句。 内容包括:1.图像灰度直方图的显示、灰度直方图的计算 2.图像的几何变换——水平镜像图、垂直镜像图、水平错切图、垂直错切图 3.图像的平滑、锐化滤波 4.图像的阈值分割 运行程序的main函数,根据提示进行操作即可 -image processing program, based on Matlab, But not directly related to the use of Matlab statemen
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3.62kb
    • 提供者:张焕人
  1. VC++IMAGE

    0下载:
  2. 用VC++实现了数字图像处理的程序。包括离散余弦变换,沃尔实变换,以及增强,锐化等等功能。-with VC digital image processing procedures. Including discrete cosine transform, Waldock real transformation, and enhancing, sharpening and so on.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:703.78kb
    • 提供者:周瑞
  1. 3dCubeTexture

    0下载:
  2. 用OPENGL技术编写的一个带有表面贴图的立方体的3D变换的程序。-OpenGL technology used to prepare the surface with a map of the 3D cube transformation process.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:113.82kb
    • 提供者:杨林
  1. 基于OpenCV的SIFT特征点提取进行匹配的程序

    3下载:
  2. 基于OpenCV的SIFT特征点提取进行匹配的程序,程序中采用了两幅图像,匹配后可进行放射变换-OpenCV based on SIFT feature point extraction of matching procedures, the procedures used in the two images, match after radiation transformation
  3. 所属分类:图形/文字识别

    • 发布日期:2014-12-10
    • 文件大小:378.13kb
    • 提供者:bill
  1. Graphic-transformation

    0下载:
  2. 这是一个图形变换的程序,按字母“Y”画一个用点组成的圆;按字母“S”画一 个用不同颜色填充的三角形;按字母“Z”画一个用不同颜色填充且带有边框图案 的矩形;按“q”键退出。-This is a graphics conversion program, according to the letter " Y" Draw a circle with dots by letter " S" painted a different color filled
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:1.95kb
    • 提供者:liyu
  1. transformation

    0下载:
  2. nate robins 写的能改变函数参数观察效果的程序代码,希望对刚接触openGL的同志有用-nate robins written observation of the effect of function parameters can change the program code, in the hope that the comrades刚接触openGL useful
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:4.6kb
    • 提供者:fallencliff
  1. Image-gray-scale-transformation

    0下载:
  2. 详细说明:几个关于图像灰度变换的程序。包括图像反色,图像的对数灰度变换,指数灰度变换,线性灰度变换,灰度切割,图像平均降噪。-Several of the image gray-scale transformation process. Including anti-color image, the image of the number of gray level transformation, index gray-scale transformation, linear gray leve
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:1.62kb
    • 提供者:lijie1
  1. VC-coordinate-transformation

    0下载:
  2. VC坐标转换和绘制曲线的程序,坐标转换简单实用-VC coordinate transformation and draw the curve of the program, coordinate transformation is simple and practical
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:1.1kb
    • 提供者:qxa
  1. image-gray-scale-transformation

    0下载:
  2. 《VC++图像处理程序设计》的配套光盘中的程序,图像的灰度变换,经典程序哦-The the " VC++ image processing program design" in supporting the CD program, the gray-scale transformation of the image, classic program Oh
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:1.4mb
    • 提供者:chen
  1. Graphic-transformation

    0下载:
  2. 这是一个图形变换的程序,按字母“Y”画一个用点组成的圆;按字母“S”画一个用不同颜色填充的三角形;按字母“Z”画一个用不同颜色填充且带有边框图案的矩形;按“q”键退出。-This is a graphics conversion program, according to the letter " Y" Draw a circle with dots by letter " S" painted a different color filled triang
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1.99kb
    • 提供者:ledonJu
  1. Image-transformation

    0下载:
  2. 这是一个描述VC++针对图像镜像变换的程序、非常经典的算法,初学者很适合!-This is a descr iption of the image of the VC++ transform for the program, a very classic algorithm, very suitable for beginners!
  3. 所属分类:Special Effects

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