Undefined function 'mexDGC' for input arguments of type 'uint32'.

I am using the code from this link..
Now i am getting this error
Undefined function 'mexDGC' for input arguments of type 'uint32'.
Error in vg_grabCut3D>vg_segment3D (line 204) state.dgcHandle=mexDGC('initialize',uint32(nrows*ncols*nframes),uint32(pp.E_n));
Error in vg_grabCut3D (line 101) [A]=vg_segment3D(C,T,mode,opts);
Error in FGHigh (line 34) A = vg_grabCut3D(STD, STM, 'single', opts);
Error in FGHighTrack (line 89) Atemp = FGHigh(STD, STM, BBTSC1, BBTC, pars, fids, verbose);
Error in PoseEstimStillImage (line 35) T.FGH = FGHighTrack(fullfile(base_dir, img_dir), img_fname_format, T, fghigh_pars, [base_dir '/fghigh_' classname], verbose);
Thanks in advance

답변 (2개)

Jan
Jan 2018년 6월 3일

0 개 추천

Did you run installmex as suggested in the documentation? See http://groups.inf.ed.ac.uk/calvin/articulated_human_pose_estimation_code/downloads/README.html.
In case of further problems I suggest to contact the authors of this tool, because they know it perfectly.

댓글 수: 2

yes... I did exactly same as given in the link.
The error message means, that the function mexDGC is not found. So either it has not been compiled successfully, or the parent folder is not included in the path. Try to install the software again and check for warnings. Then search the file mexDGC.mexw64 (adjust file extension to your operating system). If the folder contain in the path?
Did you ask the author already?

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

sai jyotshna robbi
sai jyotshna robbi 2019년 6월 24일

0 개 추천

Actually, i got an error called undefined function called in posterior.
what is the solution of my problem?

댓글 수: 1

Please open a new thread for a new question instead of attaching it in the section for answers of another question. Then delete this message here, because it is not an answer.
Post a copy of the error message, not a rough paraphrasation.

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

카테고리

도움말 센터File Exchange에서 MATLAB Mobile에 대해 자세히 알아보기

질문:

2018년 6월 3일

댓글:

Jan
2019년 6월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by