add comment to help with opencv installation

This commit is contained in:
Paul Zabelin
2018-02-28 23:51:27 -08:00
parent e538870d66
commit 91fd8d0fda
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
// OpenCV needs to be installed
// brew install opencv
#import <opencv2/opencv.hpp>
#import "OpenCVWrapper.h"