i m getting this error : Undefined function 'activecontour' for input arguments of type 'uint8'.
古いコメントを表示
Error in toy (line 15)
bw = activecontour(I,mask,300);
回答 (1 件)
Titus Edelhofer
2016 年 3 月 18 日
Hi,
activecontour is from Image Processing Toolbox. Do you have it installed? What does
ver('images')
say and
license('test', 'image_toolbox')
?
Titus
6 件のコメント
ramandeep kaur
2016 年 3 月 18 日
編集済み: Walter Roberson
2016 年 3 月 18 日
Titus Edelhofer
2016 年 3 月 18 日
I see. The problem is: the last line of the documentation says
Introduced in R2013a
Do you have the possibility to move to a newer release of MATLAB?
Titus
ramandeep kaur
2016 年 3 月 20 日
Walter Roberson
2016 年 3 月 20 日
Your way of getting a copy of the Mathworks activecontour routine is to upgrade your MATLAB to at least R2013a. If that is not an option for you, then look at the link I provided, which will take you to the File Exchange, where people have contributed a surprising number of different active contour routines. Look at the contributions there and pick out one that indicates it should work for your version. (If it indicates a later version then you still might be able to use it, but it might involve fixing some of the code.)
ramandeep kaur
2016 年 3 月 20 日
カテゴリ
ヘルプ センター および File Exchange で Line Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!