I'm having trouble compiling my Matlab code in java (with the matlab compiler tool) because I use VLfeat inside my code. This is the error it generates:
Error using loadlibrary (line 447)
There was an error loading the library "vlfeat\toolbox\vl_setup"
Undefined function or variable 'vl_setup_proto'.
Error in sift_uniform_grid (line 7)
Error in sift_bag_of_words (line 25)
Do you have any ideas of how to fix this?