Skip to content

gaborpapp/DarisaLLCSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DarisaLLCSample

Prerequisites

  • Clone the project with submodules
git clone --recurse-submodules https://github.com/gaborpapp/DarisaLLCSample.git
  • Download OpenCV libraries

Download libraries from https://mega.nz/file/PkxiFJyD#AqfYPKGa-sskwXYNDAOP2RP_WbfvPPDM8M9hFNn6HH4 and extract the contents into the blocks/OpenCV4 folder.

unzip CinderOpenCV4-macos-4.5.1.zip -d blocks/Cinder-OpenCV4

Building Cinder

cd cinder
mkdir build
cd build
cmake ..
make -j

Building the sample application

mkdir build
cd build
cmake ../proj/cmake
make -j

Running the sample application

make run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published