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

搜索资源列表

  1. Contourlet

    1下载:
  2. Contourlet变换的matlab实现,并用于图像的放大插值。-Contourlet transform matlab implementation, and is used to enlarge the image interpolation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:818390
    • 提供者:jiong
  1. ImageAndPicture

    0下载:
  2. 可以将BMP进行插值算法,利用插值算法把图像放大或者缩小。-BMP interpolation algorithm can be carried out using the interpolation algorithm to enlarge or shrink the image.
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:44049
    • 提供者:谭铱纹
  1. mag_color_snake

    0下载:
  2. 本程序是实现彩色图像的biliner插值放大的,效果不错。- This program implement color image magnification by using bilinear
  3. 所属分类:Special Effects

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

    0下载:
  2. MFC实现的图像的缩放,旋转。包括双线性插值算法的实现。-MFC to achieve the image scaling, rotation. Including the bilinear interpolation algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2068468
    • 提供者:ruby
  1. Bilinear

    0下载:
  2. 用VC++语言,实现了双线性插值算法,处理图像为bmp-Bilinear interpolation algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1913977
    • 提供者:duckling
  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. wave-inter

    2下载:
  2. 小波插值(全小波插值,小波双线性插值,小波双三次插值及其改进)放大图像,提高图像的分辨率;对插值图像做质量评价(峰值信噪比PSNR;均方信噪比SNR)-Wavelet interpolation (full wavelet interpolation, wavelet bilinear interpolation, cubic interpolation and improved method) to enlarge the image and improve image resolution
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1183
    • 提供者:zhoujianhua
  1. super-resolution

    0下载:
  2. 对模糊的图像进行超分辨复原,运行后可使图像比单纯的插值更加清楚-Blurred image of the super-resolution restoration, running make images more clear than the simple interpolation
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:673
    • 提供者:zhanglong
  1. Bayer

    0下载:
  2. 图像的双线性插值算法,VC++编写,作为基础知识掌握。-Bilinear image interpolation algorithm, VC++ written, as basic knowledge.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1348
    • 提供者:哈馊豆
  1. BackProj

    0下载:
  2. 图像重建中的紧邻插值,线性插值及双线性插值算法-Image reconstruction close to interpolation, linear interpolation and bilinear interpolation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:2898
    • 提供者:芦嘉
  1. im_R

    0下载:
  2. 通过双线性插值算法实现图像旋转,图像可以是灰度图也可以是RBG图像-Image rotation
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:596
    • 提供者:贺洪元
  1. Interpolation

    0下载:
  2. /************************************************************************* * 函数名称: * Interpolation() * 参数: * LPSTR lpDIBBits - 指向源DIB图像指针 * LONG lWidth - 源图像宽度(象素数) * LONG lHeight - 源图像高度(象素数) * FLOAT x - 插值元素的x坐标 * FLOAT y
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1345
    • 提供者:mfm101
  1. NearestNeighbour3

    0下载:
  2. 最近邻插值,在图像处理中,对变换后的图像进行插值-Nearest Neighbour interpolating
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1046
    • 提供者:小米
  1. BMPDownSize

    0下载:
  2. 实现了bmp图像文件的读写操作,并验证了图像二次插值的缩放算法-Bmp image file implements read and write, and verify that the image scaling algorithm for quadratic interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:329699
    • 提供者:libra
  1. CCD

    1下载:
  2. 本设计主要用来进行图像采集处理,通过摄像头采集图像信息,经过插值算法后存储到外部SDRAM,然后读取图像数据,进行边缘滤波处理后经VGA输出到屏幕上。-This design is mainly used for image acquisition and processing,through the camera capture image information,after interpolation to the external memory after the SDRAM,and th
  3. 所属分类:Video Capture

    • 发布日期:2017-03-29
    • 文件大小:12348
    • 提供者:申永帅
  1. imagezoom

    0下载:
  2. 用双线性插值对图像进行缩放,放大缩小均可,速度比较快-Bilinear interpolation used to zoom the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1093
    • 提供者:zz
  1. bilinear

    0下载:
  2. lena 图像的线性插值 对图像处理的理解很有帮助-lena bilinear
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:809647
    • 提供者:Allen
  1. QRcode

    3下载:
  2. QR码作为一种可高速、全方位识别的二维条码,已经在各行各业中得到了应用,并具有很大发展潜力.本文针对QR码图像的识别过程中可能遇到的图像噪声干扰、QR码占实际拍摄图像的一部分、倾斜、几何失真等问题进行了研究,提出了通过改进型中值滤波去除噪声,使用QR码符号特性定位并对倾斜图像进行旋转,对失真不严重的图像采用控制点变换和双线性插值方法进行几何校正.实验证明, 本文的方法简单有效, 可以用于提高条码的正确识别率.-As a high-speed, full identification of th
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1319696
    • 提供者:ljj
  1. kridge-c

    1下载:
  2. 克雷格插值能三维绘图,能更准确的画出三维图像-3D plot with interpolation
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3271
    • 提供者:Yu QiWei
  1. bandelet_wang

    0下载:
  2. 用matlab实现图像双线性插值,适合于图像处理初学者,方便以后得图像的进一步处理-Image by matlab bilinear interpolation, image processing suitable for beginners, convenient for further processing after the image was
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:825760
    • 提供者:wangfuqiang
« 1 2 3 4 5 67 8 9 10 11 ... 43 »
搜珍网 www.dssz.com