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

搜索资源列表

  1. binary

    0下载:
  2. I need the matlab codings for medical image proccessing for eg:downsampling,bicubic interpolation
  3. 所属分类:Project Design

    • 发布日期:2017-11-18
    • 文件大小:64232
    • 提供者:Thenu
  1. nearset

    0下载:
  2. 最邻近插值的matlab实现代码,可以对图像进行插值,插值的方法为最邻近插值法-The nearest neighbor interpolation matlab code, image interpolation, interpolation methods nearest neighbor interpolation
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-18
    • 文件大小:397610
    • 提供者:王天水
  1. image_pro_1

    0下载:
  2. 用Matlab实现的对图像双线性插值进行缩放,里面包含两次缩放-Bilinear interpolation of the image is scaled using Matlab, which contains two scaling
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-04
    • 文件大小:854
    • 提供者:hejiangshan
  1. matlab1

    0下载:
  2. 练习读入lena.bmp图像,在workspace中查看图像,显示图像,并将此图像存储在C盘根目录下,命名为1.bmp。 读入两幅尺寸相同的图像(lena.bmp和sky.bmp),做加法,实现双曝光的效果。 读入两幅尺寸相同的图像(2.bmp和2background.bmp),做减法,实现减背景效果。 读入lena.bmp图像,编写一个模板,此模板是以图像中心为圆心,64像素为半径的圆内为1,其他位置为0,以此模板乘以读入的lena图像,显示结果。 用图像除法完成减背景操作(
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:2048
    • 提供者:单车少年
  1. CubicSpline

    1下载:
  2. 使用的matlab语言编写的图像双三次样条插值,用于图像分辨率增强的经典算法,效果不错。-Matlab language used image bicubic spline interpolation, the classical algorithm for image resolution enhancement, to good effect.
  3. 所属分类:Special Effects

    • 发布日期:2014-08-27
    • 文件大小:25600
    • 提供者:高崟
  1. imageprocess

    0下载:
  2. 该程序是在matlab环境下gui界面编写的,集成了图像处理的基本功能。图像大小变换,加噪去噪、滤波、插值、截图、旋转角度等功能-The program in matlab environment prepared by the gui interface, integrated image processing functions. The size of the image transformation, adding noise denoising, filtering, interpol
  3. 所属分类:Special Effects

    • 发布日期:2017-11-28
    • 文件大小:17786
    • 提供者:飞跃云端
  1. fangdasuoxiao

    0下载:
  2. 在matlab环境下最近邻插值法、双线性插值法对图像进行放大和缩小。以及对图像加入噪声椒盐,高斯,乘性噪声。-The Matlab environment nearest neighbor interpolation, bilinear interpolation on the image to zoom in and out. And image noise added salt and pepper, Gaussian, multiplicative noise.
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:948
    • 提供者:李跃武
  1. benzlxs

    0下载:
  2. 用matlab编写逆投影变换程序,三个m文件分别代表最近邻插值法,双线性插值法,立方卷积插值法,通俗易懂,含有测试图片,打开就能用-Inverse projection transformation program, matlab prepared three m documents represent the nearest neighbor interpolation, the bilinear interpolation and cubic convolution interpolatio
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-12
    • 文件大小:13680640
    • 提供者:李雪松
  1. BilinearInterpolation

    1下载:
  2. 图像配准技术及其matlab实现书中的源码——双线性插值算法-Image equipped with quasi-technology and its matlab to achieve in the book of the source code- bilinear interpolation algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-11-06
    • 文件大小:627
    • 提供者:查珊珊
  1. matlab_inter-logic-op

    0下载:
  2. 基于matlab的一些图形处理程序,主要是各种插值和逻辑操作。希望对图像处理的有帮助。-Some matlab-based graphics program, mainly a variety of interpolation and logic operations. I hope to image processing help.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:3975
    • 提供者:ygf
  1. keshe

    1下载:
  2. 利用matlab的GUI程序设计一个简单实用的图像处理程序。该程序应具备图像处理的常用功能,以满足用户的使用。现设计程序有以下基本功能: 1)图像的读取和保存。 2)设计图形用户界面,让用户能够对图像进行任意的亮度和对比度变化调整,显示和对比变换前后的图像。 3)设计图形用户界面,让用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 4)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的操作,并保存,比较几种插值的效果。 5)图像直方图
  3. 所属分类:Picture Viewer

    • 发布日期:2016-04-29
    • 文件大小:3072
    • 提供者:朱孝天
  1. C

    0下载:
  2. 运用matlab对图像进行放大:像素复制法和双线性插值法。像素复制方法的图像缩放的原理主要是对原来输入图像的整行或是整列像素进行简单的复制与删除,达到改变图像大小的目的。双线性插值放大算法中,目标图像中新创造的象素值,是由原图像位置在它附近的小区域象素的值通过加权平均计算得出的。-Write MATLAB function to zoom a grayscale image from original size to the given output size through two dif
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:4887
    • 提供者:宁可
  1. my_scale

    0下载:
  2. 自己编写MATLAB函数,实现对数字图像的缩放处理,采用双线性插值,可缩放彩色或灰度图像。 -Write your own MATLAB function to achieve the digital image scaling, bilinear interpolation, scalable color or grayscale images.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:602
    • 提供者:liang
  1. project1

    0下载:
  2. matlab环境下,使用双线性插值法实现缩放图像-matlab environment, using a bilinear interpolation method to achieve image zoom
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-07
    • 文件大小:582573
    • 提供者:丁娜
  1. PIV-Post-processing

    3下载:
  2. A PIV Post-processing and data analysis toolbox-The PIVMat Toolbox for Matlab contains a set of command-line functions to import, post-process and analyse 2- and 3-components vector fields from PIV (particle image velocimetry), stereo-PIV, DIC (digit
  3. 所属分类:matlab

    • 发布日期:2016-05-16
    • 文件大小:8884224
    • 提供者:史明明
  1. imagecode1

    0下载:
  2. matlab用于图像插值的源码,希望能有帮助-matlab source code for image interpolation, hoping to have help
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:3579
    • 提供者:rthqua
  1. DIP

    0下载:
  2. 数字图像处理matlab实现,包括如下程序: 1.直方图规定化为高斯双峰函数 2.窗口形状自适应(十字形或矩形)的中值滤波 3.彩色图像目标提取并与背景图像合成 4.插值外推法的彩色图像饱和度调整 5.多种插值方法实现的图像放大和缩小 6.频域变换及分析 7.几何校正 8.插值外推法的黑白图像对比度增强 9.运动模糊矫正-Digital image processing matlab realize, including the following proce
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:6725
    • 提供者:Yan
  1. marmousi-mode

    8下载:
  2. 地震勘探中常用的marmousi模型,用matlab绘出的原始图像,用线性插值,领近插值,双线性插值等多种差值方法来对marmousi模型进行处理-Marmousi commonly used in seismic exploration model of the original image using matlab plot, using linear interpolation, brought nearly interpolation, bilinear interpolation me
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:18622
    • 提供者:胡勇
  1. bilinear_function_2

    0下载:
  2. MATLAB将bayer图像转化为彩色图像的双线性插值算法-MATLAB will bayer image into a color image bilinear interpolation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:634
    • 提供者:heshiming
  1. weixingtuxiangchazhichengxu

    0下载:
  2. MATLAB实现卫星影像的插值,一个简单的小程序,有详细说明-Satellite image interpolation
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:884
    • 提供者:zhao
« 1 2 3 4 5 6 7 89 10 11 12 »
搜珍网 www.dssz.com