i have imported open cv 3.2.0 module and in cpp file the include files gives error.
#include "opencv2/contrib/contrib.hpp"
and this could not find contrib module. i downloaded cmake and installed it. So how do i get this module?
1 | initial version |
i have imported open cv 3.2.0 module and in cpp file the include files gives error.
#include "opencv2/contrib/contrib.hpp"
and this could not find contrib module. i downloaded cmake and installed it. So how do i get this module?