フィルターのクリア

i have matlab 7.10 and it did not implement the multithresh() this function and said undefine function.what should i do??anyother thresholding technique?kindly help me...

1 回表示 (過去 30 日間)
i have matlab 7.10 and it did not implement the multithresh() this function and said undefine function.what should i do??anyother thresholding technique?kindly help me...

採用された回答

Steven Lord
Steven Lord 2016 年 1 月 7 日
The documentation page for MULTITHRESH indicates it was introduced in release R2012b. You're using release R2010a. As Image Analyst suggested, in order to use this function you will need to upgrade or implement a version of it yourself.

その他の回答 (1 件)

Image Analyst
Image Analyst 2016 年 1 月 7 日
Upgrade to the current version. Or else find some algorithm and code it up yourself.

カテゴリ

Help Center および File ExchangeGet Started with Image Processing Toolbox についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by