필터 지우기
필터 지우기

i m getting this error : Undefined function 'activecontour' for input arguments of type 'uint8'.

조회 수: 1 (최근 30일)
Error in toy (line 15)
bw = activecontour(I,mask,300);

답변 (1개)

Titus Edelhofer
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
Walter Roberson
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.)

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by