搜索资源列表
43566
- 本文主要叙述的是利用MATLAB软件实现图像的几何操作。利用imresize() imrotate() imcrop() 等函数实现图像的缩放,选转,剪切。 在对图像的几种几何操作中,图像的缩放和旋转都要用到插值操作。-This paper describes the use of MATLAB software images of geometric operations. Use imresize () imrotate ()
43566
- 本文主要叙述的是利用MATLAB软件实现图像的几何操作。利用imresize() imrotate() imcrop() 等函数实现图像的缩放,选转,剪切。 在对图像的几种几何操作中,图像的缩放和旋转都要用到插值操作。-This paper describes the use of MATLAB software images of geometric operations. Use imresize () imrotate ()
cropping
- 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).
khalid_khuwaja
- 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
meanshift
- 使用meanshift算法进行视频运动目标的跟踪。使用imcrop函数,手动标定目标图形区域,显现目标的半自动跟踪。-Meanshift algorithm using the moving object tracking. Use imcrop function, manual calibration target graphics area, showing semi-automatic target tracking.
matlab1
- 练习读入lena.bmp图像,在workspace中查看图像,显示图像,并将此图像存储在C盘根目录下,命名为1.bmp。 读入两幅尺寸相同的图像(lena.bmp和sky.bmp),做加法,实现双曝光的效果。 读入两幅尺寸相同的图像(2.bmp和2background.bmp),做减法,实现减背景效果。 读入lena.bmp图像,编写一个模板,此模板是以图像中心为圆心,64像素为半径的圆内为1,其他位置为0,以此模板乘以读入
imcrop(I)
- 压箱底的资料:矩形区域提取函数I2=imcrop(I) -Bottom pressure: a rectangular area extraction function I2 = imcrop (I) rectangular area extraction function I2 = imcrop (I)