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

Réponses (2)

Jan
Jan le 3 Juin 2018
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 commentaires

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?

Connectez-vous pour commenter.

sai jyotshna robbi
sai jyotshna robbi le 24 Juin 2019
Actually, i got an error called undefined function called in posterior.
what is the solution of my problem?

1 commentaire

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.

Connectez-vous pour commenter.

Catégories

En savoir plus sur MATLAB Mobile dans Centre d'aide et File Exchange

Commenté :

Jan
le 24 Juin 2019

Community Treasure Hunt

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

Start Hunting!

Translated by