You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In SalencyMain.cpp, des.push_back("_RC"); -> des.push_back("RC"); (because the CmEvaluation::Evaluate has append _ after filename.
In Linker -> Input -> Additional Dependencies, I add Cmlib.lib but linker says the Cmlibd.lib is not found when I build the project. I just copy Cmlib.lib to Cmlibd.lib and it does work.
In CmEvaluation::Evaluate(imgDir + "*.png", salDir, salDir + "Eval.m", des);, the matlab script, Eval.m, needs xticklabel_rotate.m which is in here
The text was updated successfully, but these errors were encountered:
des.push_back("_RC");
->des.push_back("RC");
(because theCmEvaluation::Evaluate
has append_
after filename.Cmlib.lib
but linker says theCmlibd.lib
is not found when I build the project. I just copyCmlib.lib
toCmlibd.lib
and it does work.CmEvaluation::Evaluate(imgDir + "*.png", salDir, salDir + "Eval.m", des);
, the matlab script,Eval.m
, needsxticklabel_rotate.m
which is in hereThe text was updated successfully, but these errors were encountered: