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

搜索资源列表

  1. ImageProcessingProgram

    0下载:
  2. 包含多种图象变换,图象边缘提取的图象处理程序-It includes all kinds of image processing programme concerning image transformation, edge extracting .
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:250947
    • 提供者:陈德军
  1. Hough变换的源程序

    0下载:
  2. Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle: Assume there is a line whoes direction is \"sit
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2012
    • 提供者:doctorsuo
  1. 用小波变换对图象进行灰度处理的程序

    0下载:
  2. 显示小波变换的小程序,精确的解释了小波变换的理论,想学习小波变换的要看看啊 -this is a little program showing the wavelet.it explained the theory of wavelet precisely.those who want to learn something about wavelet may need it.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:23086
    • 提供者:明明
  1. VC++用小波变换对图象进行灰度处理的源代码

    0下载:
  2. 该系统是通过小波变换对图象进行灰度处理, 和以往的算法有明显的区别!-this system process image with wavelet,very distinct from the previous algrithm.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:45293
    • 提供者:高勇
  1. 图象处理教程

    0下载:
  2. 图象处理就是对给定的图象进行某些变换,从而得到清晰图象的过程。-image processing is the right to conduct certain image transformation, and thus a clear picture of the process.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:783760
    • 提供者:前尘
  1. bezbspline

    0下载:
  2. 这是一个BEZIER曲线,包括2维和三维的图象变换 B样条曲线也集中在里面了。-This is a Bezier curve, including two-dimensional and three-dimensional images transform B-spline curves are concentrated in the inside.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:69488
    • 提供者:fdfd
  1. 图象的几何变换

    0下载:
  2. 图像几何变换VC实现- The picture geometry transforms VC to realize
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:29751
    • 提供者:胡恩良
  1. Image

    0下载:
  2. 基于VC的位图图像处理程序,可实现以下功能: 1.图象参数统计:最大值,最小值,均值,直方图; 2.对比度增强:直方图均衡; 3.图象平滑:中值滤波; 4.图象锐化: Sobel算子; 5.图像旋转:将图像旋转任意角度并显示; 6.图象变换:将图象分块(8*8),作DCT变换,并作IDCT;
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:374760
    • 提供者:姚海涛
  1. 图象FFT

    0下载:
  2. 可以打开和保存位图,还可以对其进行FFT变换及反FFT变换-can open and save bitmap, but also for its anti-FFT transform and FFT
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:77791
    • 提供者:秦琴
  1. 基于VC开发的图像小波变换源程序

    0下载:
  2. 该程序能实现数字图象处理中的很多功能,例如图象复原,小波变换等等!-procedures to achieve the digital image processing of many functions, such as image restoration, wavelet transform, etc.!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:802550
    • 提供者:朱先强
  1. 图象变换大小

    0下载:
  2. 自己做的一个图象变换大小程序,看看就懂.-A simple program for changing size of image by myself.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:138428
    • 提供者:聪瓜
  1. 数字图象处理(几何变换,边缘检测,图象增强)

    0下载:
  2. 数字图象处理源码集(几何变换,边缘检测,图象增强)-source digital image processing sets (geometric transformation, edge detection, image enhancement)
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:197510
    • 提供者:angwzhg
  1. 图象的几何变换算法2

    0下载:
  2. 此代码实现了图象的平移,旋转,镜像,转置,缩放等几何变换算法.-This program achieves geometrical transform algorithm of images levle-remove,circumrotation,Mirror,transpose,zoom and so on.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:32200
    • 提供者:王茹娟
  1. 图象的几何变换3

    0下载:
  2. 图象的几何变换 打开一幅位图,实现几何变换 命令行编译过程如下 vcvars32 rc bmp.rc cl geotrans.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在
  3. 所属分类:Windows编程

  1. 图象的灰度变换

    0下载:
  2. 图像的灰度变化程序源码-gray image change procedures FOSS
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-22
    • 文件大小:126432
    • 提供者:何坦
  1. image_code

    0下载:
  2. 基于空间域图象变换的矢量量化图象编码方法----论文-Space-based transform domain image vector quantization image coding method---- Papers
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:161463
    • 提供者:lijian
  1. 3DMath-Graphics

    0下载:
  2. 墨西哥人写的3D图象变换程序,有很多复杂的数学方法在其中,图象非常奇幻-Mexicans wrote 3D image transformation process, there are many complicated mathematical method in which images are fantastic
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:266348
    • 提供者:guokai
  1. ImageStudio111

    0下载:
  2. 图象变换例子 -Image Transform example
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-07
    • 文件大小:79688
    • 提供者:mll
  1. digital_image

    0下载:
  2. 型数字图象处理源码 大型数字图象处理,如图象分割,边缘识别,各种变换等 -Source digital image processing large-scale digital image processing, such as image segmentation, edge identification, such as the various transformation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:311765
    • 提供者:张三
  1. 基于小波变换的纹理图象分割算法研究_郇正良 (1)

    0下载:
  2. 这篇论文对小波变换提取纹理分割介绍的特别详细,能够使新手更快的理解和上手。(Research on texture Image Segmentation algorithm based on Wavelet transform)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:2887680
    • 提供者:cyy2017
« 12 3 4 5 6 »
搜珍网 www.dssz.com