542263950 发表于 2009-4-14 09:58

如何调入图像。

我做毕业设计。现在要求调入图像,并且在图像上作曲线。我现在不知道如何调入图像,希望专家给我个程序。谢谢诶

friendchj 发表于 2009-4-14 14:46

help imread

542263950 发表于 2009-4-15 09:39

我的意思是可以通过路径调入任意图片。专家认为该怎么写

lqbtbs 发表于 2009-4-15 16:10

回复 楼主 542263950 的帖子

global im
= uigetfile({'*.jpg';'*.bnp';'*.gif'},'選擇圖片')%選擇圖片路徑
str=;%合成路徑+文件名
im=imread(str);%讀取圖片

你可以到"MATLAB中文網"看看
網址:http://www.ilovematlab.cn/index.php
或者直接去下面下載影片
應該看前三部就可以找到你需要的東西了吧
影片也是MATLAB中文網裡面的
http://www.matlabforums.cn/video ... _1/matlab_GUI_1.wmv
http://www.matlabforums.cn/video ... _2/matlab_GUI_2.wmv
~~~
http://www.matlabforums.cn/video ... 0/matlab_GUI_10.wmv

[ 本帖最后由 ChaChing 于 2009-4-15 20:50 编辑 ]

542263950 发表于 2009-4-15 20:19

这个是MATLAB7.0吗?我的6.5好像没有gui界面啊

lqbtbs 发表于 2009-4-15 20:27

回复 5楼 542263950 的帖子

...
那你要怎嚜做GUI阿?
我對matlab6.5不熟,不了解

542263950 发表于 2009-4-15 20:45

饿,我是做一个用户界面可以调入图片,然后在图片中描绘曲线求出计算结果并且在用户界面上显示。你是不是用MATLAB7.0的,我用6.5都没有gui这个按钮

friendchj 发表于 2009-4-15 20:52

help imgetfile
= imgetfile displays the Open Image dialog box. You can use this dialog box in imaging applications to get the name of the image file a user wants to open. The Open Image dialog box includes only files using supported image file formats (listed in imformats) and DICOM files. When the user selects a file and clicks Open, imgetfile returns the full path of the file in the return value filename and sets the user_canceled return value to FALSE. If the user clicks Cancel, imgetfile returns an empty string in filename and sets the user_canceled return value to TRUE.

ChaChing 发表于 2009-4-15 20:53

原帖由 542263950 于 2009-4-15 20:19 发表 http://www.chinavib.com/forum/images/common/back.gif
这个是MATLAB7.0吗?我的6.5好像没有gui界面啊
应该有的!
...6.5都没有gui这个按钮
什麽意思? GUI不是个按钮!

[ 本帖最后由 ChaChing 于 2009-4-15 20:58 编辑 ]

lqbtbs 发表于 2009-4-15 20:53

回复 7楼 542263950 的帖子

影片確實是7.0教學的
基本上要用在gui上的在matlab上就可以直接執行
但是元件那些就不能放了
你先看看可不可以在matlab上跑成功
在做吧
版本會有些許差別

直接輸入guide 呼叫看看吧

[ 本帖最后由 lqbtbs 于 2009-4-15 20:55 编辑 ]

542263950 发表于 2009-4-15 21:52

我表达不好,我输入guide找到了,谢谢诶

能把gui界面的其余几个视频的网址也给我好吗

[ 本帖最后由 ChaChing 于 2009-4-15 22:01 编辑 ]

lqbtbs 发表于 2009-4-16 09:06

回复 11楼 542263950 的帖子

改數字就可以了咩1~10
影片出處:MATLAB中文網
網址:http://www.ilovematlab.cn/index.php
http://www.matlabforums.cn/videos/matlabgui1.0/GUI_1/matlab_GUI_1.wmv
http://www.matlabforums.cn/videos/matlabgui1.0/GUI_2/matlab_GUI_2.wmv
http://www.matlabforums.cn/videos/matlabgui1.0/GUI_3/matlab_GUI_3.wmv
http://www.matlabforums.cn/videos/matlabgui1.0/GUI_4/matlab_GUI_4.wmv
http://www.matlabforums.cn/videos/matlabgui1.0/GUI_5/matlab_GUI_5.wmv
http://www.matlabforums.cn/videos/matlabgui1.0/GUI_6/matlab_GUI_6.wmv
http://www.matlabforums.cn/videos/matlabgui1.0/GUI_7/matlab_GUI_7.wmv
http://www.matlabforums.cn/videos/matlabgui1.0/GUI_8/matlab_GUI_8.wmv
http://www.matlabforums.cn/videos/matlabgui1.0/GUI_9/matlab_GUI_9.wmv
http://www.matlabforums.cn/videos/matlabgui1.0/GUI_10/matlab_GUI_10.wmv

[ 本帖最后由 lqbtbs 于 2009-4-16 09:08 编辑 ]
页: [1]
查看完整版本: 如何调入图像。