In the function get_fhog, there is a line that causes the BACF_Demo_single_seq.m to fail:
hog_image = fhog(single(im(:,:,:,k)), gparam.cell_size, fparam.nOrients);
This fhog method doesn't exist in the standard matlab Image Processing toolbox - is there an additional toolbox this code assumes is installed?
Thank you!