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 个)

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?

请先登录,再进行评论。

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 的更多信息

评论:

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