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

搜索资源列表

  1. Image-processing-source

    0下载:
  2. 图像的一般处理如缩放、平移、旋转和中值滤波。-The image processing such as general scaling, translation, rotation and median filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:15094440
    • 提供者:石中华
  1. jichu

    0下载:
  2. 图像处理的一些基本操作,包括图像的采样,缩放等等。-Image of some of the basic operation, including image sampling, scale, and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1666919
    • 提供者:赵小二
  1. picture

    0下载:
  2. 两幅图像匹配,可以实现图片的缩放,旋转,灰度变换,压缩包内含有图片文件-picture matching
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:184699
    • 提供者:何向
  1. IETIP

    0下载:
  2. 在 LMMSHE的框架下图像去噪和缩放,算法和代码-Image Denoising and Zooming under the LMMSE Framework
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5459403
    • 提供者:叶偲
  1. tuxiangchuli

    0下载:
  2. 本程序运用小波分析对图像进行处理 实现了压缩,去噪和快速缩放的图像处理任务。对于想要学习小波变换的人来说会有所帮助。-This procedure using wavelet analysis and image compression, denoising and rapid scaling image processing tasks. Be helpful for people who want to learn the wavelet transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:70088
    • 提供者:王海光
  1. suofang

    0下载:
  2. 完成图像的比例缩放,可以按照需要完成对图像的大小设置 -To complete the image scaling, image size is set in accordance with the need to complete
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:683
    • 提供者:王帅帅
  1. photographic-enhancement

    0下载:
  2. 基于RGB灰度值缩放的彩色图像增强理论,其中RGB分别代表各种颜色分量-photographic enhancement
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:1147917
    • 提供者:cly
  1. sift

    0下载:
  2. 1 SIFT 发展历程 SIFT算法由D.G.Lowe 1999年提出,2004年完善总结。后来Y.Ke将其描述子部分用PCA代替直方图的方式,对其进行改进。 2 SIFT 主要思想 SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量。 3 SIFT算法的主要特点: a) SIFT特征是图像的局部特征,其对旋转、尺度缩放、亮度变化保持不变性,对视角变化、仿射变换、噪声也保持一定程度的稳定性。 b) 独特性(Distinctive
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2831737
    • 提供者:李青彦
  1. jihebianhuan

    0下载:
  2. 图像的平移,缩放,镜像,转置,旋转等多种图像的处理-Image translation, scaling, mirroring, transposition
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-09
    • 文件大小:1608086
    • 提供者:dongshuai
  1. shiyan

    0下载:
  2. 实现图像的平移,平移量应该可调(即用一个向量或两个标量保存平移量),并显示对图像“view”的处理结果。实现图像的缩放,缩放系数可调,分别用两个变量或一个向量保存水平和垂直方向的缩放系数,并显示对图像“view”的处理结果。 -The image of the pan, pan, volume should be adjustable (ie, a vector or two scalar to save the translation amount), and display the re
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:423606
    • 提供者:林林林
  1. main_rotate

    0下载:
  2. 基于OpenCV的图像空间变换:旋转,缩放,斜切 参考博客:http://blog.csdn.net/xiaowei_cqu/article/details/76160-Image space transformation : rotation , scaling , affine
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:2718
    • 提供者:魏兰
  1. DialogbaseDemo

    0下载:
  2. 这是我师兄Yu Jingtao写的一个非常完整的图像处理方面的源程序,界面类似于acdsee,可对图像进行缩放、剪切。能够处理jpg、tif、bmp等格式图像。各类处理方法是作者在学习中的累积,包括平滑、模糊、边缘锐化、傅立叶变换、腐蚀、膨胀等,有些内容与那个常用的vc图像处理程序相似,但也有很多不同的地方-This is my brothers Yu Jingtao write a very complete image processing source code, the interfac
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:27464
    • 提供者:章陶荣
  1. li5-10

    0下载:
  2. 图像作为一种特殊的图形,有着很强的描述自然的能力。在动画制作过程中,要充分的利用图像这种载体。 在前面章节中,已经给出了播放图像制作动画的例子,其实还可以缩放图像、旋转图像、分割图像、增强减弱图像颜色亮度等等制作动画,这些内容也属于图像处理的内容。 下面主要介绍基于OpenGL的(图像)纹理映射动画制作技术。 在学习OpenGL纹理映射动画制作的同时,还学习在VC++环境下使用Win32应用程序进行OpenGL程序设计 -Image as a special graphics,
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-03
    • 文件大小:1422369
    • 提供者:zhaojun
  1. Geometry-preprocessing

    0下载:
  2. 这是一个人脸图像的几何预处理的代码,主要有人眼检测,旋转以及剪裁与缩放-This is a face image preprocessing of the geometry of the code, the main someone eye detection, rotate and clipping and zoom
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:3499
    • 提供者:张三
  1. RS_Basic

    0下载:
  2. 数字图像处理、遥感原理应用、图像旋转平移、缩放、增强、分割、分类、聚类分析-Digital image processing, remote sensing principle application, image rotation, scaling, translation, enhanced segmentation, classification, cluster analysis
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1491409
    • 提供者:uney Liu
  1. shuzituxiangsheji

    0下载:
  2. 实现数字图像的滤波、去噪、图形缩放等功能,用Matlab实现-For digital image filtering, noise removal, image resizing, using Matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:3000955
    • 提供者:tudonglang
  1. bmp-operation

    0下载:
  2. raw转bmp,bmp图像灰度线性拉伸、局部处理(低通高通中值滤波)、几何变换(平移、缩放、旋转、转置)、二值化、边缘检测-turn raw bmp, bmp image gray linear stretch, local processing (value, high-pass, low pass filter), geometric transformations (translation, scaling, rotation, transposition), binarization,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4128083
    • 提供者:Smillence
  1. Smoothness

    0下载:
  2. 图片平滑缩放,实例利用StretchBlt实现了图像在设备上下文中的缩放-Picture smooth zooming the instance of the use of StretchBlt image scaling in the device context
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:395648
    • 提供者:jiangmeiyu
  1. opencv_image

    0下载:
  2. 图形图像的预处理包括平移旋转,缩放和进行图像的配准。-Graphic image pre-processing including translation rotation, zoom and image registration.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12657810
    • 提供者:Phenix
  1. Vimaageei

    0下载:
  2. Visual C++图像处理的源码,包含了基本的图像处理功能能,比如旋转缩放等,还包含的图像配准 可直接使用。 已通过测试。 -Source Visual C++ image processing, contains basic image processing functions such as rotation scaling, also includes image registration can be used directly. Has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2685710
    • 提供者:谨防
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com