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

"cxmisc.h" header is missing #558

Open
benny-innofaith opened this issue Dec 6, 2018 · 2 comments
Open

"cxmisc.h" header is missing #558

benny-innofaith opened this issue Dec 6, 2018 · 2 comments

Comments

@benny-innofaith
Copy link

https://github.com/biometrics/openbr/blob/master/openbr/core/boost.cpp#L6

The cxmisc.h file is not found in the core directory next to boost.cpp.

@benny-innofaith
Copy link
Author

I solved this by copying the file from opencv.
cxmisc.h.txt

@benny-innofaith
Copy link
Author

Note the comment:

/* The header is mostly for internal use and it is likely to change.
   It contains some macro definitions that are used in cxcore, cv, cvaux
   and, probably, other libraries. If you need some of this functionality,
   the safe way is to copy it into your code and rename the macros.
*/

It is not advisable to depend on this file.

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