Skip to content

nspool/hello-opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-opencv

Experiments with OpenCV 3. C++11 in Xcode 9.

Prerequisites

This project assumes that OpenCV 3 has been built from source and is installed at /usr/local

BUILD

cmake ..

OR:

cmake -DOpenCV_DIR=C:/Opencv/build -A x64 ..

TODO

  • Refactor each of the samples into their own class
  • Create a menu or some other method to select which example to run
  • Give a brief description of each method in this README

About

Experiments with OpenCV 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published