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

搜索资源列表

  1. interpolat

    0下载:
  2. image processing by interpolation
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1997
    • 提供者:bishoy
  1. Matlab

    0下载:
  2. MATLAB最近临插值算法和线性插值算法,完全代码,关于matlab的插值算法图像放大-MATLAB interpolation algorithm and a recent clinical linear interpolation algorithm, complete code, matlab interpolation algorithm on the image to enlarge
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:3029
    • 提供者:matlab
  1. LFSRchengxu

    0下载:
  2. 利用LFSR生成伪随机序列(m序列) 对待隐藏的图像进行加密然后利用线性插值的方法隐藏于载体图像中。 代码很完整 用的是MATLAB7.0-Use LFSR to generate pseudo-random sequence (m sequence) to treat encryption to hide the image and then use linear interpolation method of hidden images in the vector. Complete cod
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1040
    • 提供者:Yummy
  1. PictureReshape_c_sharp

    1下载:
  2. 图像变形软件,使用五种方法实现,分别为均值插值,牛顿插值,拉格朗日插值,双线性插值-Image morphing software, using five methods, namely the mean interpolation, Newton interpolation, Lagrange interpolation, bilinear interpolation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-06-02
    • 文件大小:762551
    • 提供者:夏桐
  1. imagechange

    0下载:
  2. 关于图像插值的实验报告~有源程序代码~主要涉及到图像旋转时的图像插值!-Image Interpolation on the report of the experimental source code ~ ~ There are mainly related to the image rotates the image interpolation!
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:59726
    • 提供者:annie
  1. vsk_camera_vop_Nearest_Neighbor_Replication

    0下载:
  2. 这是对Bayer图像进行差值还原彩色图像的MATLAB模型文件-This is a Bayer image to restore the margin of the MATLAB model of color image files
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:43600
    • 提供者:xueanxi
  1. bicubic

    0下载:
  2. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:654
    • 提供者:aaaa
  1. ROIDraw

    0下载:
  2. 兴趣区域选取,扩展兴趣区选取的功能,不必局限于圆形或方形轮廓落形态-Most ROI Drawing Tools limit you to either drawing a circular ROI or a rectangular ROI perpendicular to the X-Y axis. ROI Draw s primary purpose is to expand upon the drawing of rectangular ROI s by allowing you to d
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:18702
    • 提供者:fa
  1. ImageMosaicCode

    0下载:
  2. 老外编的的程序,可以成功运行,推荐下载学习-mosaic.m Code Descr iption The mosaic.m scr ipt operates as follows: First, it converts the values of the images from unsigned int to double. This is done because most of the MATLAB operations use double as default type. Th
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:74505
    • 提供者:jiajia
  1. bilinear_interpolation

    0下载:
  2. 双线性插值图像放大/缩小算法源程序。里面还包含了 Image 基本类及其基本操作,可供许多图像处理程序使用。-Bilinear interpolation image zoom in/out source algorithm. Which also contains the basic type of Image and its basic operation for many image processing programs.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:20655
    • 提供者:breathomn
  1. AMLE_level_set_interp

    0下载:
  2. 用MALE方法就行图像的插值,很好用的方法希望对大家有帮助。-This program implement image interpolation by AMLE method.
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-08
    • 文件大小:1479
    • 提供者:朱丽平
  1. ImageInterpolation

    0下载:
  2. Image Interpolation.rar
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-11
    • 文件大小:647
    • 提供者:hakka
  1. imrotate2

    0下载:
  2. IMROTATE2 Rotates an image with circular shift. B = IMROTATE2(A,ANGLE) rotates image A by ANGLE degrees in a counterclockwise direction around its center point. To rotate the image clockwise, specify a negative value for ANGLE. It makes the output
  3. 所属分类:ERP-EIP-OA-Portal

  1. Question2

    0下载:
  2. Images passed to your application are not always of the same size as your templates. To compare them you might need to up scale or down scale them to the template size. It is preferred that when comparing you check the size of the template to b
  3. 所属分类:SCM

    • 发布日期:2017-05-13
    • 文件大小:3468666
    • 提供者:marwa
  1. Triangle_view

    0下载:
  2. Matlab code to view the image of a triangle under different views given the coordinates and color of its vertices. Colors inside triangle are found by interpolation
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:3133
    • 提供者:ruchir
  1. 1

    0下载:
  2. 将一幅256*256的图像分成8*8的小块,对其进行DFT变换。分别比较在空间域和频域内对源图像进行二次抽样和差值最后比较不同-1. Get a grey level image which size is N*N. (For example, 256*256, however, N = ), and partition to 8*8 sub images. 2. Apply DFT to these sub images, and get the fourier transfor
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2393
    • 提供者:zhengyan
  1. SFTW351-Assignment1-D-A6-2776-4

    0下载:
  2. * Zooming and Shrinking Images -(a) Write a computer program capable of zooming and shrinking an image by nearest neighbour and bilinear interpolation. The input to your program is the desired size of the resulting image in the horizontal a
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-16
    • 文件大小:4386860
    • 提供者:k
  1. pfa

    0下载:
  2. 插值成像,微距模式,图像识别,遗传算法,生物荧光成像分析。-Image interpolation, macro mode, image recognition, genetic algorithms, biological fluorescence imaging analysis.
  3. 所属分类:hospital software system

    • 发布日期:2017-03-26
    • 文件大小:1002727
    • 提供者:应答
  1. h264_intp

    1下载:
  2. 图形图像H264插值算法,应用于图像视频处理-H264 graphic image interpolation algorithm is applied to image video processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:4681
    • 提供者:朱红梅
  1. Pixelgrayscaleimageinterpolation

    0下载:
  2. 灰度图像的像素插值具体作法 (非常具体)-Pixel grayscale image interpolation
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3808941
    • 提供者:jack
« 1 2 3 4 5 6 78 9 10 11 12 ... 44 »
搜珍网 www.dssz.com