搜索资源列表

  1. 43566

    0下载:
  2. 本文主要叙述的是利用MATLAB软件实现图像的几何操作。利用imresize() imrotate() imcrop() 等函数实现图像的缩放,选转,剪切。 在对图像的几种几何操作中,图像的缩放和旋转都要用到插值操作。-This paper describes the use of MATLAB software images of geometric operations. Use imresize () imrotate ()
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:639055
    • 提供者:刘鎏
  1. imresize

    0下载:
  2. 在MATLAB中实现图象缩放,主要针对4:3电视屏幕到16:9-in MATLAB image zoom, mainly aimed at 4:3 to 16:9 television screen
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4845
    • 提供者:王莞丽
  1. function

    0下载:
  2. makeresampler函数MATLAB原代码,是IMRESIZE程序丽的子函数-makeresampler function of the original MATLAB code IMRESIZE procedures Korea is the Functions
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:71680
    • 提供者:王莞丽
  1. image_process

    0下载:
  2. This file include some image process program: void ImResize(IMAGEDATA *pRtImg, IMAGEDATA *pSrImg, int nFixSize) bool CalMoments(float Moments[7], IMAGEDATA *pSrImg) void RGB2Gray(IMAGEDATA *pRtImg, IMAGEDATA *pSrIm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:12434
    • 提供者:wan_xianglin
  1. imresize

    1下载:
  2. 图像插值算法有三种方法,最近邻插值、双线性插值、卷积插值
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4012
    • 提供者:陈旭
  1. 43566

    0下载:
  2. 本文主要叙述的是利用MATLAB软件实现图像的几何操作。利用imresize() imrotate() imcrop() 等函数实现图像的缩放,选转,剪切。 在对图像的几种几何操作中,图像的缩放和旋转都要用到插值操作。-This paper describes the use of MATLAB software images of geometric operations. Use imresize () imrotate ()
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:638976
    • 提供者:刘鎏
  1. function

    0下载:
  2. makeresampler函数MATLAB原代码,是IMRESIZE程序丽的子函数-makeresampler function of the original MATLAB code IMRESIZE procedures Korea is the Functions
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-16
    • 文件大小:71680
    • 提供者:王莞丽
  1. image_process

    0下载:
  2. This file include some image process program: void ImResize(IMAGEDATA *pRtImg, IMAGEDATA *pSrImg, int nFixSize) bool CalMoments(float Moments[7], IMAGEDATA *pSrImg) void RGB2Gray(IMAGEDATA *pRtImg, IMAGEDATA *pSrIm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:12288
    • 提供者:wan_xianglin
  1. imresize

    0下载:
  2. 图像插值算法有三种方法,最近邻插值、双线性插值、卷积插值-Image interpolation algorithm has three methods, nearest neighbor interpolation, bilinear interpolation, convolution interpolation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:陈旭
  1. imresize

    0下载:
  2. imresize is a program that resize an image and than reshepe it
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:hira
  1. AdvMorph

    1下载:
  2. 用OpenCV实现的Matlab中形态学细化、提取骨架、收缩算法。测试效果与Matlab相同。-Algorithms of morphological thinning,Skeleton and Shrink,ported from Matlab to OpenCV.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:2327552
    • 提供者:
  1. imresize

    1下载:
  2. image resize in matlab
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:zizi
  1. amplia_reduz_img

    0下载:
  2. function to zoom and shrink images using imresize of matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:17408
    • 提供者:Marques
  1. adaboost

    0下载:
  2. 人脸识别的adaboost。包括load_images,imresize,Classify。-Face Recognition adaboost. Including load_images, imresize, Classify.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:3066880
    • 提供者:任课
  1. resize

    0下载:
  2. Image resize algorithm using matlab.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-16
    • 文件大小:117760
    • 提供者:Mehdi Isaloo
  1. bil

    0下载:
  2. this code written using IMRESIZE functions for bilinear
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:264192
    • 提供者:pilla.jagadeesh
  1. li9_23

    0下载:
  2. clear all I=imread( lena.bmp ) figure imshow(I) I2=imrotate(I,-4, bilinear ) 逆时针旋转4度 figure imshow(I2) I3=fliplr(I) 垂直镜像 figure imshow(I3) I4=imresize(I,0.5, bilinear ) 缩小为原图的1/2 figure imshow(I4)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:lzp_llz
  1. imresize

    0下载:
  2. 图像放缩,能够实现图像的线性放缩,双线性放缩-Image scaling, image can be achieved linear scaling, bilinear scaling
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:胡三
  1. imresize

    0下载:
  2. Matlab中的imresize图像插值算法代码-C++ code of imresize algorithm in Matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:8192
    • 提供者:郁郁
  1. Homework-III

    0下载:
  2. 实现自己的imresize函数,具有最近邻和双线性两种操作方式-1. Write your own imresize() function code to simulate the matab function imresize(). You should implement at least the ‘nearest’ and the ‘bilinear’ methods. 2. Compare you result wit
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:1325056
    • 提供者:
« 12 »

源码中国 www.ymcn.org