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

Answers (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 Comments

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?

Sign in to comment.

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

1 Comment

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.

Sign in to comment.

Categories

Find more on MATLAB Mobile in Help Center and File Exchange

Asked:

on 3 Jun 2018

Commented:

Jan
on 24 Jun 2019

Community Treasure Hunt

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

Start Hunting!