CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - rotate interpolation

搜索资源列表

  1. GeoTrans.灰度图像的各种操作源代码

    0下载:
  2. 数字图像处理中,灰度图像的放大、缩小,平移和旋转功能实现的源代码,分别采用最近邻插值法和双线性插值方式实现。,Digital image processing, the gray-scale image to enlarge, narrow, pan and rotate functions of the source code, respectively, using nearest neighbor interpolation and bilinear interpolation way.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-22
    • 文件大小:69752
    • 提供者:caonimabitoo
  1. Rotate

    0下载:
  2. 使用MFC编写的图像旋转算法,利用临近插值的方法实现图像旋转,并且旋转后的图像自适应窗口。-Written using the MFC image rotation algorithm, near the interpolation method used to achieve image rotation, and rotate the image after the adaptive window.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2292176
    • 提供者:
  1. GeoTrans

    0下载:
  2. 实现图像的几何变换:平移,镜像变换、转置、缩放、旋转和插值等等。-Image of the geometric transformations: translation, image transform, transpose, zoom, rotate, and interpolation and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3830596
    • 提供者:风之子
  1. fm_gui_v2

    0下载:
  2. 基于傅立叶-梅林变换的matlab编写的配准系统,运行fm_gui.m后即出现演示界面,左侧的两个图形框选择待配准的两幅图像,图像可以进行缩放旋转变换。右侧的列表框"Window"下可以选择滤波窗,"Rotation"、"Scale"、"Log-polar"可分别选择旋转、缩放、以及对数极坐标变换所用的插值方法,按键"REGISTER"下的滑动 键可选备选的峰值点总数,点击"REGISTER"按键, 对应的下方图形框即显示配准后的两幅图像,最下方的"Translation"、"Rotat
  3. 所属分类:GIS program

    • 发布日期:2017-03-22
    • 文件大小:532690
    • 提供者:刘子木
  1. rotate

    0下载:
  2. 实现图像空间旋转,灰度插值操作,插值方法分别是最近邻法和二次线性法。-Achieve the image space rotation, gray-level interpolation operation, interpolation methods are nearest neighbor method and the second linear method.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:2490
    • 提供者:bbdlp
  1. RotateDIB2

    0下载:
  2. /************************************************************************* * 函数名称: * RotateDIB2() * 参数: * LPSTR lpDIB - 指向源DIB的指针 * int iRotateAngle - 旋转的角度(0-360度) * 返回值: * HGLOBAL - 旋转成功返回新DIB句柄,否则返回NULL。 * 说明: * 该函数用来以图
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:2194
    • 提供者:mfm101
  1. RotateDIB

    0下载:
  2. /************************************************************************* * 函数名称: * RotateDIB() * 参数: * LPSTR lpDIB - 指向源DIB的指针 * int iRotateAngle - 旋转的角度(0-360度) * 返回值: * HGLOBAL - 旋转成功返回新DIB句柄,否则返回NULL。 * 说明: * 该函数用来以图像
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:2367
    • 提供者:mfm101
  1. matlab

    0下载:
  2. 利用matlab对图像进行旋转处理的程序代码。以及图像插值算法的原理-Using matlab rotate the image processing code. And the principle of image interpolation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:85357
    • 提供者:was
  1. moni

    0下载:
  2. MATLAB实现图像读入,彩色图像转换成灰度图像,以及插值法计算得到旋转图像。-Read into MATLAB for image, color images into grayscale images, and rotate the image calculated by interpolation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1185
    • 提供者:liying
  1. rotate16

    0下载:
  2. 本代码是关于图像旋转的,可以方便地将任意一个输入图像平均地旋转16个方向,并进行插值。-The code is about the image rotation, which can take an input image rotate 16 directions and get output 16 images with interpolation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:706
    • 提供者:David
  1. BufferImageSource_DICOM

    0下载:
  2. dicom文件的读取与三维重建(三次参数插值),然后进行旋转、投影、颜色变换进行三维空间上的观察-read dicom file and 3D reconstruction (three parameter interpolation), then rotate, projection, color transform on the observation of three-dimensional space
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1247230
    • 提供者:dongtinghong
  1. Rotation

    0下载:
  2. 这是对图片进行旋转的程序,只需设置图片的位置和旋转的角度便可以进行旋转,采用的是最近邻插值算法。-This is a program to rotate the picture, simply set the location of the picture and the angle of rotation can be rotated using the nearest neighbor interpolation algorithm.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-17
    • 文件大小:973
    • 提供者:bian
  1. chazhi

    0下载:
  2. 该函数用来以图像中心为中心旋转DIB图像,返回新生成DIB的句柄。 * 调用该函数会自动扩大图像以显示所有的象素。函数中采用双线性插 * 值算法进行插值-This function is used to rotate the image center DIB image, returns the new generation DIB handle.* Calling this function will automatically expand the image to displa
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:2663
    • 提供者:魏作华
  1. Geomtransform

    0下载:
  2. 分别使用最近邻方法和双线性差值方法实现图像的平移、旋转、缩放-Develop a geometric transform program that will rotate, translate, and scale an image by specified amounts, using the nearest neighbor and bilinear interpolation methods, respectively
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:73332
    • 提供者:hengliangz
  1. matRotate

    0下载:
  2. 实现二维图像的旋转并使用4点平均插值,输出的图像矩阵具有相同的大小,行列均为原图像的对角线长度-Rotate 2-dimensional images using 4-means interpolation. The output image matrices have the same size, whose row and column both have the length of the diagonal of the original image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:656
    • 提供者:章栩
  1. image-rotate-and-interpolation

    0下载:
  2. image rotate and interpolation,在图像倾斜校正中很有用,需要进行旋转和插值操作。-image rotate and interpolation
  3. 所属分类:VTK

    • 发布日期:2017-04-14
    • 文件大小:3139
    • 提供者:王天然
  1. rotate

    0下载:
  2. 原创C语言实现双线性插值的图像旋转函数,可修改参数实现不同功能。-Original C language implementation of bilinear interpolation function, image rotation can modify the parameters to achieve different functions.
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:2907
    • 提供者:邱新华
  1. ROTATE

    0下载:
  2. 反响映射+双线性插值图像旋转实现算法(opencv)-Response mapping image rotation+ bilinear interpolation algorithm (opencv)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1792
    • 提供者:王晓燕
搜珍网 www.dssz.com