实例介绍
OSTU图像分割matlab源程序 Ostu方法同时考虑了图像的灰度信息和像素间的空间邻域信息,是一种有效的图像分割方法。
【实例截图】
【核心代码】
文件清单
├── matlab
│ └── book_files
│ ├── chap1
│ │ ├── c14_date.m
│ │ ├── calc_area.m
│ │ └── calc_power.m
│ ├── chap10
│ │ ├── button_clicked.m
│ │ ├── fig10_1.m
│ │ ├── fig10_29c.m
│ │ ├── fig10_30.m
│ │ ├── fig10_30.mat
│ │ ├── HistGUI_callback.m
│ │ ├── HistGUI.m
│ │ ├── HistGUI.mat
│ │ ├── input1.dat
│ │ ├── input_dialog.m
│ │ ├── plot_line_callback.m
│ │ ├── plot_line.m
│ │ ├── plot_line.mat
│ │ ├── read_mat.m
│ │ ├── temp1.m
│ │ ├── temp2.m
│ │ ├── temp_conversion2.m
│ │ ├── temp_conversion_callback.m
│ │ ├── temp_conversion.m
│ │ ├── temp_conversion.mat
│ │ ├── temp.m
│ │ ├── temp.mat
│ │ ├── test_edit_callback.m
│ │ ├── test_edit.m
│ │ ├── test_hist.dat
│ │ ├── test_listbox_callback.m
│ │ ├── test_listbox.m
│ │ ├── test_objects.mat
│ │ ├── test_popup_callback.m
│ │ ├── test_popup.m
│ │ ├── test_program2.m
│ │ ├── test_program.m
│ │ ├── test_program.mat
│ │ ├── test_radiobutton_callback.m
│ │ ├── test_radiobutton.m
│ │ ├── test_slider_callback.m
│ │ ├── test_slider.m
│ │ ├── test_toggle_callback.m
│ │ ├── test_toggle.m
│ │ ├── to_c.m
│ │ ├── to_f.m
│ │ └── uigetfile_dialog.m
│ ├── chap2
│ │ ├── c14_date.m
│ │ ├── calc_area.m
│ │ ├── calc_power.m
│ │ ├── fig2_6.m
│ │ ├── fig2-9.dat
│ │ ├── fig5_4a.dat
│ │ ├── fig5_4b.dat
│ │ ├── fprintf_example.m
│ │ ├── quiz_area.m
│ │ ├── scratch1_15.m
│ │ ├── sin_x.m
│ │ ├── temp_conversion.m
│ │ └── test.m
│ ├── chap3
│ │ ├── calc_roots.m
│ │ ├── funxy.m
│ │ ├── microphone.m
│ │ ├── nested_1.m
│ │ ├── plot_filter.m
│ │ └── timings.m
│ ├── chap4
│ │ ├── ball.m
│ │ ├── doy.m
│ │ ├── lsqfit.m
│ │ ├── nested_1.m
│ │ ├── stats_1.m
│ │ ├── stats_2.m
│ │ ├── stats_3.m
│ │ ├── test_break.m
│ │ └── timings.m
│ ├── chap5
│ │ ├── dist2.m
│ │ ├── junk.m
│ │ ├── myfun.m
│ │ ├── mystats.m
│ │ ├── polar_value.m
│ │ ├── quickplot.m
│ │ ├── random0.m
│ │ ├── runstats.m
│ │ ├── sample.m
│ │ ├── seed.m
│ │ ├── ssort.m
│ │ ├── test1.m
│ │ ├── test2.m
│ │ ├── test_dist2.m
│ │ ├── test_runstats.m
│ │ ├── test_sample.m
│ │ └── test_ssort.m
│ ├── chap6
│ │ ├── barh_plot.m
│ │ ├── bar_plot.m
│ │ ├── calc_roots2.m
│ │ ├── compass_plot.m
│ │ ├── c_strcmp.m
│ │ ├── gensparse.m
│ │ ├── pie_plot.m
│ │ ├── plotline.m
│ │ ├── plot_v_i.m
│ │ ├── scratch.m
│ │ ├── simul.m
│ │ ├── sparse1.mat
│ │ ├── stair_plot.m
│ │ ├── stem_plot.m
│ │ ├── student.mat
│ │ ├── test1.m
│ │ ├── test2.m
│ │ ├── test_contour2.m
│ │ ├── test_contour.m
│ │ ├── test_ezplot.m
│ │ ├── test_fplot.m
│ │ ├── test_hist.m
│ │ ├── test_mesh.m
│ │ ├── test_plot3.m
│ │ ├── test_plot.m
│ │ └── test_surf.m
│ ├── chap7
│ │ ├── gensparse.m
│ │ ├── plotline.m
│ │ ├── scratch.m
│ │ ├── simul.m
│ │ ├── sparse1.mat
│ │ ├── student.mat
│ │ ├── test1.m
│ │ └── test2.m
│ ├── chap8
│ │ ├── binary_io.m
│ │ ├── compare.m
│ │ ├── file1
│ │ ├── input1
│ │ ├── input2
│ │ ├── lsqfit_2.m
│ │ ├── lsqfit.m
│ │ ├── output.m
│ │ ├── sin_cos_table.m
│ │ ├── table.m
│ │ ├── test
│ │ ├── test_input2.dat
│ │ ├── test_input.dat
│ │ └── unformatted.dat
│ └── chap9
│ ├── microphone2.m
│ ├── plotsinc.m
│ └── select_object.m
└── matlab教程网.url
12 directories, 142 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论