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

搜索资源列表

  1. image-go

    1下载:
  2. 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++开发轮廓提取源程序 堆栈的数据结构和操作 VC++开发轮廓跟踪源
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:267.99kb
    • 提供者:zhou
  1. 20060415090115702

    0下载:
  2. 图像处理的vc++程序,包含有中值滤波,平移的源代码,旋转的源代码等-vc image processing procedures, which include value filtering, translation of the source code, the source code of rotation, etc.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.28mb
    • 提供者:徐徐
  1. TuXiangPingYi

    0下载:
  2. WINXP下VC编程实现图像的平移功能!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:253.07kb
    • 提供者:李锐
  1. mypolygon

    2下载:
  2. 图像处理算法源程序.pdf,包含: 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++开发轮廓提取源程序 堆栈的数据结构和操作 VC++开发轮廓跟踪源程序 VC+
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2.01kb
    • 提供者:吳郭魚
  1. 图像几何变换

    0下载:
  2. VC++编写的图像几何变换程序,界面分成原图显示区和变换后显示区,几何变换包括了:图像平移、水平镜像、垂直镜像、图像转置、图像缩小、图像放大、图像旋转
  3. 所属分类:GDI/图象编程

    • 发布日期:2011-11-22
    • 文件大小:1.52mb
    • 提供者:66173287@qq.com
  1. 实现了图像平移变换的功能

    0下载:
  2. 实现了图像平移变换的功能,用VC++,MFC完成喜欢数字图像处理的可以仔细看看带代码,一起学习-To achieve the image shift transform functions with VC++, MFC done like digital image processing can take a closer look at the code, learning together
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-03-28
    • 文件大小:251.8kb
    • 提供者:朱杰
  1. 3DTrans

    0下载:
  2. 实现三维图像的平移,放缩,镜像,错切变换。用vc++6.0实现-The realization of three-dimensional image of the pan, zoom, mirror, shear transformation. Using vc++6.0 to achieve
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-18
    • 文件大小:83.66kb
    • 提供者:xuhang75
  1. GeoTrans

    0下载:
  2. 使用VC++编写的图像几何变换功能的源码(平移,镜像,转置,缩放,旋转)!-The use of VC++ to prepare the image of the source function of geometric transformations (translation, mirror, transpose, zoom, rotate)!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:389.4kb
    • 提供者:yinjun
  1. ImagePrc

    1下载:
  2. VC++简单医学图像处理系统,可以调整图像色阶、锐度、反色、灰底均衡,还可以对图像进行反转、平移、旋转等操作,类似Photoshop某些功能一样,当然,和PS比,是差了点,只能作为一些C++处理图像的参考吧。-VC++ simple medical image processing system that can adjust the image color, sharpness, and anti-color,灰底balance can also be inverted image, tran
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:294.02kb
    • 提供者:692
  1. MedicalimageProcessing

    0下载:
  2. VC++简单医学图像处理系统,可以调整图像色阶、锐度、反色、灰底均衡,还可以对图像进行反转、平移、旋转等操作,类似Photoshop某些功能一样,当然,和PS比,是差了点,只能作为一些C++处理图像的参考吧。 -VC++ simple medical image processing system that can adjust the image color, sharpness, and anti-color,灰底balance can also be inverted image, t
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-16
    • 文件大小:294.89kb
    • 提供者:毛福利
  1. BMPmove

    0下载:
  2. VC++平移图像的一个实例,以前有朋友让找的,后来在一本书中发现了,虽然功能不太多,但正好是实现BMP位图的平移,上下左右都可以移,被移动的区域用白色填充。   注:好像只能打开BMP格式的图像,其它格式打开很慢,甚至打不开。源码在VC6编译通过。-VC++ translation of an example image, in the past so look for friends and later found in a book, although not too many fea
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:48.96kb
    • 提供者:106
  1. medicalphoto

    0下载:
  2. VC++简单医学图像处理系统,可以调整图像色阶、锐度、反色、灰底均衡,还可以对图像进行反转、平移、旋转等操作,类似Photoshop某些功能-VC++ simple medical image processing system that can adjust the image color scale, sharpness, and anti-color, duplex equilibrium, the image can also be reversed, translation, rota
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:295.37kb
    • 提供者:赖佩伟
  1. img_pingyi

    0下载:
  2. VC++对BMP位图进行图像平移实例,只能打开BMP格式的图像-VC++ bitmap image of BMP pan instance, can only open the BMP image format
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:48.36kb
    • 提供者:
  1. code

    0下载:
  2. vc 图像平移的程序源码,希望对大家有所帮助-vc source image translation process, we hope to help
  3. 所属分类:GDI-Bitmap

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

    0下载:
  2. VC++编程、计算机图像学、矩阵实现图像的基本变换,旋转、平移、比例变换、微分和整数算法绘制直线-Basic transformation of the image VC++ programming, computer iconography matrix, rotation, translation, scaling, differential draw straight lines and integer arithmetic
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-29
    • 文件大小:1.13mb
    • 提供者:themoy
  1. VGis

    0下载:
  2. VC图像编程的操作,包括,放大缩小,平移全屏,划线,圆,多边形,连续线段等-VC image programming operation, including, zooming, panning full-screen, line, circle, polygon, straight line, etc
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:145.92kb
    • 提供者:yzhou
  1. VC 位图缩放与旋转

    0下载:
  2. 基于VC++6.0 MFC图像处理...包含图像平移、图形旋转、图像反转倒置镜像和图像缩放。(Based on VC++6.0 MFC image processing, including image translation, graphics rotation, image inversion, inverted image and image scaling.)
  3. 所属分类:界面编程

    • 发布日期:2017-12-24
    • 文件大小:1.2mb
    • 提供者:Tercel_fly
搜珍网 www.dssz.com