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

搜索资源列表

  1. OpenCV 4下的图像变换

    0下载:
  2. OpenCV 4下的图像变换,可以进行图像的旋转操作。-OpenCV 4 transform the image, the image can operate rotation.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:5242
    • 提供者:王建财
  1. 图像处理之图像旋转

    0下载:
  2. VC例程:VC编写的图像处理有关子函数-图像旋转-This is a VC project.It has some functions of Image Process,such as Image Rotation.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2289
    • 提供者:温海燕
  1. 04 VC图像的几何变换源代码

    2下载:
  2. 04 VC图像的几何变换源代码,旋转,比例缩放,等等几何变换-04 VC images of the geometric transform source code, rotation, scaling, zooming, etc. Geometry Transformation
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:274575
    • 提供者:glg
  1. 数字图像几何变换

    0下载:
  2. 几何变换是最常见的图像处理手段,通过对变形的图像进行几何校正,可以得出准确的图像。常用的几何变换功能包括图像的平移、图像的镜像变换、图像的转置、图像的缩放、图像的旋转等等。目前数字图像处理的应用越来越广泛,已经渗透到工业、航空航天、军事等各个领域,在国民经济中发挥越来越大的作用。 作为数字图像处理的一个重要部分,本文介绍的工作是如何用Visual C++编程工具设计一个完整的应用程序,实现经典的图像几何变换功能。程序大概分为两大部分:读写BMP图像,和数字图像的几何变换。即首先用Visual
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:909332
    • 提供者:陈万通
  1. 用VB制作的图像旋转

    1下载:
  2. 用VB制作的图像旋转程序,可任意设定旋转角度,图像画卷式展开-VB images produced by the rotation procedures, arbitrary rotation angle, image picture-start
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:111189
    • 提供者:uhu
  1. 图像旋转和边缘提取

    0下载:
  2. 基本的图像处理方法:灰度图像,二值图像,提取边缘,图像旋转-basic image processing methods : gray-scale images, two binary images, edge extraction, image rotation
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:139890
    • 提供者:吴成玉
  1. 二维图像处理

    0下载:
  2. 图像的处理:包括镜像,就是能按照镜面反射的原理,另外是旋转。-image processing include : Mirror, mirror reflection in accordance with the principle of rotation is another.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2447810
    • 提供者:李向
  1. 位图旋转

    0下载:
  2. 本程序对数字图像处理中比较常见的位图旋转进行了很好的解决。程序简单易懂,可供初学者参考学习-the process of digital image processing the more common bitmap rotation for a good solution. Simple easy to understand, study and reference for beginners
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:448903
    • 提供者:shining
  1. VC实现图像旋转

    0下载:
  2. 一个实现图像旋转的VC函数,各个成员变量程序中有详细说明-a rotating VC function, all member variables procedures are described in detail
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:2292
    • 提供者:谢鹏
  1. 05年毕业设计-图像处理软件及源代码c++builder

    1下载:
  2. 图像处理软件含帮助。毕业设计,旋转,线性变换,灰化,平滑,滤镜,反相等,功能全面!-image processing software with help. Graduation design, rotary, linear transformation, ash, smooth, filter, anti-equal, full functions!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1145933
    • 提供者:杨卓飞
  1. 实现图片放大缩小旋转

    1下载:
  2. 在一些看图软件中,通常有对图像动态放大和缩小的功能。这是如何实现的呢?我们通过研究,在VB中实现了这种功能,具体方法如下。   进入VB,新建一工程,在窗体Form1上添加如下控件:一个图像框控件Image1,三个命令按钮Command1,Command2,Command3,其Caption性分别设置为“放大”、“缩小”、“打开”,再加入一个通用对话框控件CommonDialog1,用于选择要打开的文件。-in some flashcards software, the images
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:1082
    • 提供者:金鹏
  1. 几种常用图像处理算法

    0下载:
  2. 几种常用图像处理算法 里面包含完整的算法实现函数代码 已编辑成为word文档格式 便于复制:  垂直镜像 图像的旋转 图像缩放 256图像转化成灰度图像 随即噪声 亮度调整 色调调整 对比度调 八种图像处理算法函数 -several common image processing algorithm containing the complete algorithm editing function has become a code word document easy copy f
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:22065
    • 提供者:唐代
  1. fangPhotoshop

    0下载:
  2. 这个代码演示允许用户交互式旋转图像,功能类似与MS word 和 adobe photoshop样式,程序中使用了FoxCBmp3.dll文件。-the code allows users to interactive demonstration rotating images, similar functions with MS word and adobe photoshop style, procedures used FoxCBmp3.dll document.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:65574
    • 提供者:knm
  1. tuxiangxuanzhuan12

    0下载:
  2. 图像旋转 图像旋转-image rotating images Image Image Rotation rotation rotation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:42034
    • 提供者:lyx
  1. rotpicture

    0下载:
  2. 旋转图像的源代码-rotating images of the source code
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:9152
    • 提供者:ddd
  1. Rotate

    0下载:
  2. VC实现的旋转图像的源代码,编译通过,适合学习多媒体图像编程学习参考.很有参考价值
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:30510
    • 提供者:陈鑫
  1. 图形旋转

    0下载:
  2. 图像旋转程序,可以对图像进行任意角度的旋转(旋转后无图像部分用255赋值)。-image rotation procedures, the images can be arbitrary angle of rotation (after rotating images without using some 255 assignment).
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:380766
    • 提供者:刘文飞
  1. 此代码实现了图象的平移,旋转,镜像,转置

    0下载:
  2. 此源代码是关于图像平移、旋转、镜像、转置 的源代码,对VC的初学者有一定参考价值-this source code is on the image translation, rotation, mirroring, home to the source code, the right VC beginners a certain reference value
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:31652
    • 提供者:zongyu
  1. 图像旋转(线性)

    0下载:
  2. 图像旋转(线性插值法)-image rotation (linear interpolation)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:324962
    • 提供者:李子
  1. 图像旋转(三次)

    0下载:
  2. 图像旋转(三次样条插值)-image rotation (cubic spline interpolation)
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:208609
    • 提供者:李子
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com