error: ‘convert_image’ was not declared in this scope convert_image(in, out); ~~~~~~~~~~~~~^~~~~~~~~ [closed]
when running PTAM, I got an error like this
usr/local/include/cvd/utility.h:40:17: error: ‘convert_image’ was not declared in this scope
convert_image(in, out);
I was guessing it probably related to the pattern of "licvd" package, but I am not sure which version I should load, hope someone could give me little suggestions.