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

搜索资源列表

  1. Java图像处理

    1下载:
  2. 用Java实现的图像教学程序,涵盖大部分基本图像处理技术:(1)图像几何变换(图像翻转、旋转、缩放);(2)色彩变换(灰度直方图,RGB->YSH变换,对比度调整,色彩增强,灰度均衡);(3)卷积(锐化、柔化、边缘提取、中值滤波);(4)频率变换(快速傅立叶fft,小波分解重构)-A teaching program which implements in Java. It includes most essential image processing technology. 1.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:54182
    • 提供者:徐林
  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. 图像几何变换VC实现- The picture geometry transforms VC to realize
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:29751
    • 提供者:胡恩良
  1. 数字图像旋转

    1下载:
  2. 基于matlab的而二维图像几何变换。与库函数imrotate(a,angle)功能相同。
  3. 所属分类:文档资料

    • 发布日期:2009-05-30
    • 文件大小:26112
    • 提供者:caoguangying
  1. 图像处理

    0下载:
  2. 图像几何变换、频域变换以及理想、巴特沃斯滤波
  3. 所属分类:源码下载

  1. MATLAB

    1下载:
  2. 实验:使用MATLAB实现医学图像几何变换与二维重建,其中括了实验课件和示例源码-Experiment: Using MATLAB to achieve geometric transform and two-dimensional medical image reconstruction, which includes the experimental and sample source courseware
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1794705
    • 提供者:gxt
  1. dib

    0下载:
  2. 本程序实现了图像的几何变换,如图像的镜像,放大缩小,旋转等-realized by the images of geometric transformation, such as image mirroring, zooming, rotation, etc.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-14
    • 文件大小:6914
    • 提供者:刘烨
  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
    • 文件大小:398743
    • 提供者:yinjun
  1. DIPDemo

    0下载:
  2. 包括图像输入(打开文件、采集、捕捉图像、从剪贴板粘贴、打开扫描软件、灰度化、添加随机噪声、椒盐噪声、去噪声)、图像处理(几何变换、灰度反转、直方图均衡化、直方图统计、图像复原、边缘提取、伪彩色、二值化、图像变换)、图像输出(另存图像、打印输出、复制到剪贴板)-Including image input (open the file, capture, capture images, paste from the clipboard, open the scanning software, gra
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:470394
    • 提供者:沉浮沉
  1. suofang

    0下载:
  2. 该代码是实现图像几何变换中的图像缩放功能。-The code is a geometrical transformation of image in the image scaling function.
  3. 所属分类:Graph program

    • 发布日期:2017-05-16
    • 文件大小:4562452
    • 提供者:xiaowu
  1. drawing

    0下载:
  2. 一位学长做的毕业设计,是一个画图板。画直线、画任意线、画曲线、用颜色填充区域或对象。图像几何变换:平移、旋转、放缩。图像效果处理:边缘提取、消除噪声、素描效果、图像锐化、图像复原。-Graduating seniors to do a design, a drawing board. Draw a straight line, draw an arbitrary line, a curve, area or object with a color fill. Image geometric tr
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:227767
    • 提供者:黄华
  1. GeoTrans

    0下载:
  2. 图像几何变换:平移,水平垂直镜像,转置,缩放,旋转。-Image geometric transformation: translation, horizontal and vertical mirroring, transposition, scale, rotation.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2073371
    • 提供者:zcy
  1. l

    0下载:
  2. 该程序实现图像几何变换,包括图像平移,水平、垂直镜像,图像转置,图像缩放以及图像旋转。-Image geometric transformation of the program, including the image shift, horizontal, vertical mirror, image transposition, image scaling and image rotation.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2067958
    • 提供者:lj
  1. RotateImg

    0下载:
  2. 图像旋转是图像几何变换之一,在GDI+中Bitmap提供了图像旋转的功能,但只能旋转90.180,270等,本程序利用数学公式实现对图像的任意旋转-Image rotation is one of the image geometric transformation, in GDI+ provides the Bitmap image rotation features, but only rotation 90.180,270, etc., this program uses mathemat
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:318803
    • 提供者:孙渊
  1. delphi实现的几何变换

    0下载:
  2. 二次处理图像 几何变换(旋转 剪裁、缩小放大扭曲等)(Secondary processing of image geometric transformation (rotation cut, zoom in, etc.))
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:238592
    • 提供者:hp_1
  1. 图像处理基础

    0下载:
  2. c语言实现图像处理几何变换基础技术。编程平台为vc6.0。MFC程序.。运行dutu.cpp文件,得到图像处理界面,点击相应按钮,输出处理后图像。(C language implementation of image processing, geometric transformation, basic technology. The programming platform is vc6.0. MFC program. Run the dutu.cpp file, get the image
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-15
    • 文件大小:3779584
    • 提供者:小玲子
  1. 几何变换

    1下载:
  2. 数字图像处理中的几何变换,包括图像的平移,图像的镜像,图像转置,图像的缩放,图像的旋转以及三种插值算法(The geometric transformation in digital image processing includes image translation, image mirroring, image transposition, image scaling, image rotation, and three interpolation algorithms)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-02
    • 文件大小:2048
    • 提供者:王sirsir
  1. 几何变换

    0下载:
  2. 系统介绍图像几何变换内容,包括二维和三维图像集合变换.(This file introduce something about image processing.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:212992
    • 提供者:linqxdas
  1. 图像几何变换

    0下载:
  2. 改进的matlab程序,用到的是基本代码,不含matlab中一步到位的函数,适合初学者(The improved matlab program is used in basic code, and does not contain one step function in MATLAB. It is suitable for beginners.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:小麓
  1. 几何变换

    0下载:
  2. 数字图像处理的几何变换的完整的工程文件。C++程序(Complete engineering document of geometric transformation in digital image processing. C++ program)
  3. 所属分类:图形图象

    • 发布日期:2019-05-15
    • 文件大小:1957888
    • 提供者:MXC
« 1 23 4 5 6 7 8 9 10 ... 40 »
搜珍网 www.dssz.com