-
Untitled
a.阅读的图像img_1.tif,img_2.png的文件夹中,并
他们展示于一体,这两个数字分别。
(参考函数:imread, imshow, figure, subplot)
b.在matlab,观察从工作区中的图像信息面板
c.分别使用size, imfinfo,whos等功能获得的图像信息
d.添加标题的图像。 (参考函数:title)
Ë 。下面的代码实现的M文件编辑器
f=imread(‘img_1.tif’)
imshow(f)
set(figure(1), NumberTitle , off , Name , my first image’)
观察结果,并确定的功set()
f。保存img_1.tif目录“D: imagetest”。如果该文件夹不
存在,请首先创建这个新的文件夹。 (参考函数:imwrite)
(a. Read the images img_1.tif, img_2.png given in the folder, and
show them in one and two figures respectively.
(referenced function: imread, imshow, figure, subplot)
b. In matlab, observe the images information from the workspace
Panel
c. Use size, imfinfo,whos,etc functions to obtain image information
respectively.
d. Add title to the images. (referenced function: title)
e. Implement the following codes in the M-file Editor
f=imread(‘img_1.tif’)
imshow(f)
set(figure(1), NumberTitle , off , Name , my first image’)
observe the result, and determine the function of set()
f. Save img_1.tif to the directory “d:imagetest”. If the folder does not
exist, please create this new folder first. (referenced function:
imwrite))
- 2013-04-26 09:26:40下载
- 积分:1
-
Tsp
TS算法求解TSP问题,里面包含样本数据,算法收敛较好,优化结果比较理想!(tabu search for TSP)
- 2010-07-24 19:41:31下载
- 积分:1
-
ofdm_dai
说明: 自己用matlab编写的ofdm程序。供大家交流学习。(Written with matlab ofdm own procedures. For everyone to share their knowledge.)
- 2010-04-27 20:38:30下载
- 积分:1
-
diandianhedianchang
利用matlab计算点电荷场强的教程 清晰易懂~(Calculated using matlab tutorial point charge field lucid ~)
- 2013-10-05 08:32:23下载
- 积分:1
-
windows_c
Window下c程序设计的初级教程(含代码),c程序员在windows下开发程序应该阅读的第一部资料(Programming windows via C)
- 2013-11-18 14:02:54下载
- 积分:1
-
EBMA
用MATLAB实现基于块匹配算法的运动估计,使用的算法是EBMA,能运行处结果的。(Using MATLAB to achieve block-matching algorithm based on motion estimation, using the algorithm is EBMA, can run office results.)
- 2010-07-08 22:13:55下载
- 积分:1
-
zaigaosi
窄高斯随机过程的Matlab的程序有需求的自己看看那(Narrow Gaussian random process of Matlab process needs to take a look at their own)
- 2007-12-20 20:57:53下载
- 积分:1
-
DOA_simple
方位估计是阵列信号处理的重要内容,使用单个矢量传感器估计信号方位近几年才发展起来(DOA estimation array signal processing is an important aspect of using a single vector-sensor estimate signal directions only in recent years developed)
- 2010-01-22 18:01:38下载
- 积分:1
-
level_set
在图象处理中,用matlab求水平线、水平集以及水平集动画显示(in image processing, using Matlab for the horizon, level sets, and sets the level of animation shows)
- 2007-01-26 00:15:30下载
- 积分:1
-
psk-fsk
通信PSK调制fsk调制,按定义编写,及相应的误码率计算,里面用到GUI界面,大家可以从相应的代码中截取自己需要的部分(Communication PSK modulation fsk modulation, by definition, write, and the corresponding bit error rate calculation, which uses GUI interface, you can intercept the part they need the corresponding code)
- 2014-11-26 11:28:19下载
- 积分:1