搜索资源列表

  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. 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-20
    • 文件大小:638976
    • 提供者:刘鎏
  1. cropping

    0下载:
  2. This code is improving parts of the image with imcrop according to the 2-D histogram (mesh).-This code is improving parts of the image with imcrop according to the 2-D histogram (mesh).
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:35840
    • 提供者:paz
  1. khalid_khuwaja

    0下载:
  2. Igray = rgb2gray(I) Ibw = im2bw(Igray,graythresh(Igray)) Iedge = edge(uint8(Ibw)) se = strel( square ,3) Iedge2 = imdilate(Iedge, se) Ifill= imfill(Iedge2, holes ) [Ilabel num] = bw
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-20
    • 文件大小:291840
    • 提供者:honey
  1. meanshift

    0下载:
  2. 使用meanshift算法进行视频运动目标的跟踪。使用imcrop函数,手动标定目标图形区域,显现目标的半自动跟踪。-Meanshift algorithm using the moving object tracking. Use imcrop function, manual calibration target graphics area, showing semi-automatic target tracking.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:13176832
    • 提供者:刘敏
  1. matlab1

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

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:单车少年
  1. imcrop(I)

    0下载:
  2. 压箱底的资料:矩形区域提取函数I2=imcrop(I) -Bottom pressure: a rectangular area extraction function I2 = imcrop (I) rectangular area extraction function I2 = imcrop (I)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:368640
    • 提供者:海纳百川

源码中国 www.ymcn.org