Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Macro issue in
openCvMultiversionHeaders.hpp
that makes CV4+ not co…
…mpatible (CMU-Perceptual-Computing-Lab#1491) In old versions, variables like `CV_IMWRITE_JPEG_QUALITY` are "enum"s not "define"s. Hence, "ifdef"s here are useless here and will make OpenCV4.0+(non-alpha/beta version) not able to compile. This can be fixed by detecting the macro `cvvConvertImage` which is along with CV_LOAD_xxx & CV_IMWRITE_xxx in old versions :)
- Loading branch information