博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
边缘检测程序(matlab)
阅读量:5144 次
发布时间:2019-06-13

本文共 1008 字,大约阅读时间需要 3 分钟。

% Selectmethod:选择边缘检测方法% Loadnew Image:读入被选择的图像% Updatethreshctrl:数据更新% Updatelogs1ze-:更新与LoG滤波器相关的数据if nargin
8grayres=256;elsegrayres = 128;eEdgedetectionfig= figure(Name','基于差分运算的数字图像边缘检测软件','numbertitle','off,' handlevisibility''on'tag','基于差分运算的数字图像边缘检测软件',Visible,'off,'resize','off'busyaction','queue,'interruptible,'off',Color',[.8.8.8]Integer handle','off.doublebuffer'on',colormap',gray( grayres))figpos= get( Edgedetectionfig,'position')调节图像窗口尺寸figpos(3:4)=[560420];horizdecorations =10; resize controls, etcvertdecorations=45;s title bar, etc.e- get(0,'screensif(sosize(3)<=1No display connected apparentlydscreens1ze(3:4)=[10000100000];if(((figpos(3)+ horizdecorations)> screensize(3))((figpos(4)+y窗口尺寸太小oratios)>delete( Edgedetectionfig)icreensize(4)))r(['sn resolutioon 1s tooor text fdare tog) tendx screensize(3)- figpos(1)- figpos(3)- horizdecorations;s edgesoft'1)dy= screensize(4)- figpos(2)- figpos(4)-vertdecorationsi

 

转载于:https://www.cnblogs.com/tenjl-exv/p/8456936.html

你可能感兴趣的文章
java代码编译与C/C++代码编译的区别
查看>>
Bitmap 算法
查看>>
转载 C#文件中GetCommandLineArgs()
查看>>
list control控件的一些操作
查看>>
绝望的第四周作业
查看>>
一月流水账
查看>>
npm 常用指令
查看>>
判断字符串在字符串中
查看>>
Linux环境下Redis安装和常见问题的解决
查看>>
HashPump用法
查看>>
cuda基础
查看>>
Vue安装准备工作
查看>>
oracle 创建暂时表
查看>>
201421410014蒋佳奇
查看>>
Xcode5和ObjC新特性
查看>>
LibSVM for Python 使用
查看>>
Centos 7.0 安装Mono 3.4 和 Jexus 5.6
查看>>
CSS属性值currentColor
查看>>
java可重入锁reentrantlock
查看>>
浅谈卷积神经网络及matlab实现
查看>>