Closed marcferna closed 11 years ago
When I import #import <opencv2/opencv.hpp> and try to run the app I get the following error for the file background_segm.hpp line 47: 'list' file not found
#import <opencv2/opencv.hpp>
background_segm.hpp
'list' file not found
Installed with pods
Have you seen this before?
nevermind, I was using .m files instead
When I import
#import <opencv2/opencv.hpp>
and try to run the app I get the following error for the filebackground_segm.hpp
line 47:'list' file not found
Installed with pods
Have you seen this before?