Error using images.internal.morphmex

조회 수: 4 (최근 30일)
student of PU
student of PU 2017년 11월 23일
댓글: Karbala'a Unvi. Science 2019년 8월 22일
Error using images.internal.morphmex
Invalid MEX-file 'F:\MATLAB\R2017b\toolbox\images\images\+images\+internal\morphmex.mexw64': The
specified module could not be found.
.
Error in images.internal.morphop (line 101)
B = images.internal.morphmex(ocvMethod, B, logical(nhood), zeros(size(nhood)), unpacked_M);
Error in imerode (line 132)
B = images.internal.morphop(A,se,'erode',mfilename,varargin{:});
Error in imclearborder (line 85)
im2 = imerode(im2,conn);
Error in check_trachea (line 22)
Ib2=imclearborder(Ib1);
Error in lung_extraction (line 13)
[Im_lung,Img_s_lung, closeBW_new,s_max_1_snake,s_max_2_snake,trachea_area]=
check_trachea(phi1,Im_double,psi);
Error in second_to_read_dicom_file (line 27)
[Im_lung{i},Img_s_lung{i},
closeBW_new{i},s_max_1_snake,s_max_2_snake,trachea_area,epsilon,delt,mu,alf]= lung_extraction(
images{i},PS(1)) ;

답변 (1개)

Walter Roberson
Walter Roberson 2017년 11월 23일
You probably need to reinstall the Image Processing Toolbox
  댓글 수: 5
aghil aghili
aghil aghili 2019년 6월 24일
Hey ? Thanks for your help That was also my problem Thank you
Karbala'a Unvi. Science
Karbala'a Unvi. Science 2019년 8월 22일
Thank you for the help
there were the same error with me

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

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by