CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 图像插值

搜索资源列表

  1. GaussianInterpolation

    0下载:
  2. 高斯插值,可以用于图像处理中的差值。程序是用c++和itk库做的一个通用模板类,里面还有例子可以照着改。-In this submission, we offer the itk::GaussianInterpolationImageFunction which adds to the growing collection of existing interpolation algorithms in ITK for resampling scalar images such as th
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:232754
    • 提供者:xrx
  1. interpolation

    0下载:
  2. 这是最新的基于像素相关性的,医学图像断层插值算法,可有用的-This is the latest pixel-based correlation, medical image interpolation algorithm faults can be useful
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1385508
    • 提供者:mawei
  1. CCD

    0下载:
  2. 为了提高自准直仪的准确度,利用三次样条插值法对CCD 像元进行细分,并利用直线边缘 拟合法检测图像边缘-into the CCD IMAGE
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:379355
    • 提供者:高雪
  1. ST2L

    0下载:
  2. c++下对一副rbg图像双线性插值的小程序。-c++ under the bilinear interpolation image applet
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1104
    • 提供者:xuyangzhe
  1. rotate_registration2

    0下载:
  2. 用opencv实现的图像任意角度旋转插值,插值方法有最近邻法和双线性插值法-Opencv achieved by rotating the image at any angle interpolation, interpolation methods are nearest neighbor and bilinear interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5750878
    • 提供者:成满
  1. GeometryTrans2

    0下载:
  2. 图像处理中的几何变换(近邻插值,双线性,立方卷积,及任意角度旋转,缩放)-GeometryTrans in Image Processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:571004
    • 提供者:jun
  1. remote-sensing-image-interpolation

    0下载:
  2. 该代码主要实现多幅遥感图像分辨率不一致问题,包括遥感图像处理的常用插值方法,开发环境为MATLAB 7.0a。-The code to achieve multiple remote sensing image resolution of the major inconsistencies, including remote sensing image processing, interpolation method used, the development environment for t
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:1598
    • 提供者:lijin
  1. Image

    0下载:
  2. 拉格朗日插值多项式的彩色图像分存方案Lagrange interpolating polynomial Sharing Scheme for Color Image-Lagrange interpolating polynomial Sharing Scheme for Color Image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:338666
    • 提供者:
  1. Linear-interpolation-algorithm

    0下载:
  2. Linear interpolation algorithm with image scaling用线性插值算法实现图像缩放的实现源码,没有编译,但给出了基本的算法思路,可以对图片进行放缩处理-Linear interpolation algorithm with image scaling with linear interpolation algorithm implementation of image scaling source, not compile, but gives the
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:3611
    • 提供者:
  1. lininterp1f

    0下载:
  2. 用c++语言编写的图像差值方面的函数,如双线性插值法-C++ language using the image difference function areas, such as the bilinear interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:3487
    • 提供者:高菲
  1. ImageStitch

    0下载:
  2. 基于SIFT算法的图像拼接 主要是运用SIFT算法求得特征点,然后用kd_tree进行特征点匹配,根据匹配点求得2x2的变换矩阵,然后利用变换矩阵变换图像(需要插值)。-Image Stitch Based on SIFT
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:31577
    • 提供者:yyscamper
  1. BMP

    0下载:
  2. BMP图像 灰度级插补 包括最邻近插值和双线性插值-BMP image gray level interpolation, including interpolation and nearest neighbor bilinear interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:224090
    • 提供者:chen tong
  1. rotationimage

    0下载:
  2. 采用近邻插值对图像进行旋转,中心在图像中点,返回旋转后的图像-Neighbor interpolation using the image rotation, center of the mid-point in the image and returns the rotated image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1598
    • 提供者:gao
  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. AMLE_level_set_interp

    0下载:
  2. AMLE在图像处理中一种可能的直接应用是图像编码压缩。如果我们只保留一副图像的N个水平集的边界数据,那么利用AMLE就可重构一副新图像,它在上述N个水平集的边界上的值,将与新图像的值相等,而其余的像素的灰度值是有AMLE插值计算得到的。-AMLE in image processing is a possible direct application of image encoding. If we keep only one image of the N-level set of bounda
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1402
    • 提供者:linyu
  1. TestImg

    0下载:
  2. 图像可以任意放大 采用matlab通用算法实现 采用样条插值的方法-image zoom- splines inter
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:5213
    • 提供者:kk
  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. DIP

    0下载:
  2. 采用最小邻域和双线性插值两种方法实现图像的缩放,针对BMP图像,可能存在错误,请各位指教!-Smallest neighborhood and bilinear interpolation are two methods of image scaling for BMP images, there may be an error, please advise!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:43136
    • 提供者:刘芳
  1. ImageProcessing

    0下载:
  2. 基于普通插值算法的图像处理软件,可实现缩放和扭曲功能。-General interpolation algorithm based on image processing software, to zoom in and distorted features.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2193714
    • 提供者:Eric
  1. test1

    0下载:
  2. 最临近插值与双线性插值进行图像缩放,使用Opencv读取图像像素点,算法非调用OpenCv自带算法-image scaling with the nearest interpolation and bilinear interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2132411
    • 提供者:陈苗荣
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 21 »
搜珍网 www.dssz.com