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

Make all Error #1

Open
mantzouj opened this issue Mar 4, 2019 · 1 comment
Open

Make all Error #1

mantzouj opened this issue Mar 4, 2019 · 1 comment

Comments

@mantzouj
Copy link

mantzouj commented Mar 4, 2019

I got an error about sqrt "not declared in this scope" in file classifier.hpp. I'm guessing that we need #include <math.h> at the top for it to compile?

@tnugent97
Copy link

Similarly I get this error on mac:

inc/video_to_spikes.hpp:87:31: error: call to 'abs' is ambiguous
                double change=std::abs(lum_curr-lum_new);

Which I think can be solved by adding #include <cmath> to the relevant header

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

2 participants