CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - matlab imresize
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - matlab imresize - List
[
Special Effects
]
43566
DL : 0
本文主要叙述的是利用MATLAB软件实现图像的几何操作。利用imresize() imrotate() imcrop() 等函数实现图像的缩放,选转,剪切。 在对图像的几种几何操作中,图像的缩放和旋转都要用到插值操作。-This paper describes the use of MATLAB software images of geometric operations. Use imresize () imrotate () imcrop () Function Image Scaling , elected to the shear. In the image of several geometric operation, image scaling and rotation should be used interpolation operation.
Update
: 2008-10-13
Size
: 624.08kb
Publisher
:
刘鎏
[
Other resource
]
imresize
DL : 0
在MATLAB中实现图象缩放,主要针对4:3电视屏幕到16:9-in MATLAB image zoom, mainly aimed at 4:3 to 16:9 television screen
Update
: 2008-10-13
Size
: 4.73kb
Publisher
:
王莞丽
[
Other resource
]
function
DL : 0
makeresampler函数MATLAB原代码,是IMRESIZE程序丽的子函数-makeresampler function of the original MATLAB code IMRESIZE procedures Korea is the Functions
Update
: 2008-10-13
Size
: 70kb
Publisher
:
王莞丽
[
Special Effects
]
43566
DL : 0
本文主要叙述的是利用MATLAB软件实现图像的几何操作。利用imresize() imrotate() imcrop() 等函数实现图像的缩放,选转,剪切。 在对图像的几种几何操作中,图像的缩放和旋转都要用到插值操作。-This paper describes the use of MATLAB software images of geometric operations. Use imresize () imrotate () imcrop () Function Image Scaling , elected to the shear. In the image of several geometric operation, image scaling and rotation should be used interpolation operation.
Update
: 2025-02-19
Size
: 624kb
Publisher
:
刘鎏
[
2D Graphic
]
function
DL : 0
makeresampler函数MATLAB原代码,是IMRESIZE程序丽的子函数-makeresampler function of the original MATLAB code IMRESIZE procedures Korea is the Functions
Update
: 2025-02-19
Size
: 70kb
Publisher
:
王莞丽
[
Special Effects
]
imresize
DL : 0
图像插值算法有三种方法,最近邻插值、双线性插值、卷积插值-Image interpolation algorithm has three methods, nearest neighbor interpolation, bilinear interpolation, convolution interpolation
Update
: 2025-02-19
Size
: 4kb
Publisher
:
陈旭
[
Windows Develop
]
imresize
DL : 0
imresize is a program that resize an image and than reshepe it
Update
: 2025-02-19
Size
: 1kb
Publisher
:
hira
[
Special Effects
]
AdvMorph
DL : 1
用OpenCV实现的Matlab中形态学细化、提取骨架、收缩算法。测试效果与Matlab相同。-Algorithms of morphological thinning,Skeleton and Shrink,ported from Matlab to OpenCV.
Update
: 2025-02-19
Size
: 2.22mb
Publisher
:
[
Editor
]
imresize
DL : 1
image resize in matlab
Update
: 2025-02-19
Size
: 3kb
Publisher
:
zizi
[
matlab
]
amplia_reduz_img
DL : 0
function to zoom and shrink images using imresize of matlab
Update
: 2025-02-19
Size
: 17kb
Publisher
:
Marques
[
Other
]
adaboost
DL : 0
人脸识别的adaboost。包括load_images,imresize,Classify。-Face Recognition adaboost. Including load_images, imresize, Classify.
Update
: 2025-02-19
Size
: 2.92mb
Publisher
:
任课
[
2D Graphic
]
resize
DL : 0
Image resize algorithm using matlab.
Update
: 2025-02-19
Size
: 115kb
Publisher
:
Mehdi Isaloo
[
matlab
]
imresize
DL : 0
Matlab中的imresize图像插值算法代码-C++ code of imresize algorithm in Matlab
Update
: 2025-02-19
Size
: 8kb
Publisher
:
郁郁
[
Special Effects
]
Homework-III
DL : 0
实现自己的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(). You can use the two attached images or other images for testing.
Update
: 2025-02-19
Size
: 1.26mb
Publisher
:
闫
[
Picture Viewer
]
imresize
DL : 0
图像缩放的函数,基于像素复制和删除的 ,子啊matlab中可找到-based on shrinking and zooming f,we canfind it in matlab
Update
: 2025-02-19
Size
: 8kb
Publisher
:
里好奇
[
matlab
]
matlab1
DL : 0
练习读入lena.bmp图像,在workspace中查看图像,显示图像,并将此图像存储在C盘根目录下,命名为1.bmp。 读入两幅尺寸相同的图像(lena.bmp和sky.bmp),做加法,实现双曝光的效果。 读入两幅尺寸相同的图像(2.bmp和2background.bmp),做减法,实现减背景效果。 读入lena.bmp图像,编写一个模板,此模板是以图像中心为圆心,64像素为半径的圆内为1,其他位置为0,以此模板乘以读入的lena图像,显示结果。 用图像除法完成减背景操作( 5.bmp和5background.bmp运用公式:f=g ÷ b х m )。 已知信号整数时刻1至10秒的幅值为[10,25,33,17,50,5,76,17,78,80],用线性插值方法,求[1.3,1.77,2.58,3.85,9.65]这5个时刻的信号幅值。(要自己写函数完成此题目,不要直接用matlab现成的插值函数)。 利用help文档,自学imrotate、imresize和imcrop函数的用法-Practice reading into lena.bmp images, view the image in the workspace, display images, and the images are stored in the root directory of C named 1.bmp. Read into two of the same size the image (lena.bmp and sky.bmp) do addition, to achieve the effect of double exposure. Read into the two dimensions same of images (2.bmp 2background.bmp), and subtract to achieve the effect of background subtraction. The image reads lena.bmp write a template, this template is the center of the image to the center and 64 pixels for the radius of the circle is 1 other location, this template is multiplied by lena image reads and displays the results. Image division completed less background operation (5.bmp, and 5background.bmp use of the formula: f = the g ÷ b х m). The known signal integer time of 1-10 seconds amplitude [10,25,33,17,50,5,76,17,78,80 using a linear interpolation method,, [1.3,1.77,2.58,3.85, , 9.65] this is five times the signal amplitude. (To write your own functions to complete t
Update
: 2025-02-19
Size
: 2kb
Publisher
:
单车少年
[
matlab
]
imresize
DL : 2
image resize in matlab
Update
: 2025-02-19
Size
: 1kb
Publisher
:
leila
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.