Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unlisted toolbox requirements for fhog? #2

Open
bibbygoodwin opened this issue Dec 28, 2020 · 1 comment
Open

Unlisted toolbox requirements for fhog? #2

bibbygoodwin opened this issue Dec 28, 2020 · 1 comment

Comments

@bibbygoodwin
Copy link

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!

@bibbygoodwin
Copy link
Author

Update: Looks like the missing code/functions are from an image processing toolbox from Piotr Dollar: https://pdollar.github.io/toolbox/channels/fhog.html

More helpfully, the repo at https://github.com/LCAR979/BACF is very similar to this one but contains copies of Piotr Dollar's fhog function and the other dependencies from that toolbox needed to get things working (so you do not need to install the whole toolbox). This may be the canonical implementation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant