biometrics / openbr

Open Source Biometrics, Face Recognition
www.openbiometrics.org
Other
2.84k stars 772 forks source link

"cxmisc.h" header is missing #558

Open benny-innofaith opened 5 years ago

benny-innofaith commented 5 years ago

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 commented 5 years ago

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

benny-innofaith commented 5 years ago

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.