搜索资源列表
43566
- 本文主要叙述的是利用MATLAB软件实现图像的几何操作。利用imresize() imrotate() imcrop() 等函数实现图像的缩放,选转,剪切。 在对图像的几种几何操作中,图像的缩放和旋转都要用到插值操作。-This paper describes the use of MATLAB software images of geometric operations. Use imresize () imrotate () imcrop () Function Image Scali
imresize
- 在MATLAB中实现图象缩放,主要针对4:3电视屏幕到16:9-in MATLAB image zoom, mainly aimed at 4:3 to 16:9 television screen
function
- makeresampler函数MATLAB原代码,是IMRESIZE程序丽的子函数-makeresampler function of the original MATLAB code IMRESIZE procedures Korea is the Functions
AdvMorph
- 用OpenCV实现的Matlab中形态学细化、提取骨架、收缩算法。测试效果与Matlab相同。-Algorithms of morphological thinning,Skeleton and Shrink,ported from Matlab to OpenCV.
imresize
- imresize is a program that resize an image and than reshepe it
imresize
- Matlab中的imresize图像插值算法代码-C++ code of imresize algorithm in Matlab
imresize
- image resize in matlab
amplia_reduz_img
- function to zoom and shrink images using imresize of matlab
adaboost
- 人脸识别的adaboost。包括load_images,imresize,Classify。-Face Recognition adaboost. Including load_images, imresize, Classify.
resize
- Image resize algorithm using matlab.
Homework-III
- 实现自己的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 with the matlab function imresize
imresize
- 图像缩放的函数,基于像素复制和删除的 ,子啊matlab中可找到-based on shrinking and zooming f,we canfind it in matlab
matlab1
- 练习读入lena.bmp图像,在workspace中查看图像,显示图像,并将此图像存储在C盘根目录下,命名为1.bmp。 读入两幅尺寸相同的图像(lena.bmp和sky.bmp),做加法,实现双曝光的效果。 读入两幅尺寸相同的图像(2.bmp和2background.bmp),做减法,实现减背景效果。 读入lena.bmp图像,编写一个模板,此模板是以图像中心为圆心,64像素为半径的圆内为1,其他位置为0,以此模板乘以读入的lena图像,显示结果。 用图像除法完成减背景操作(
imresize
- image resize in matlab