SlideShare a Scribd company logo
Running	openCV
project	on	Mac	OS
David	Hsu
* Take reference of appendix for the installation of openCV on Mac
With openCV installed, the openCV project folder
encloses :
1. CMakeLists.txt
2. cppName.cpp
3. Input files (if needed)
CMakeLists.txt :
cmake_minimum_required(VERSION 2.8)

project( projectName )

find_package( OpenCV )

include_directories( ${OpenCV_INCLUDE_DIRS} )

add_executable( exeFileName cppFileName.cpp )

target_link_libraries( exeFileName ${OpenCV_LIBS} )
Testing example : cppFileName.cpp
In Terminal :

cd /path_to_cvProject

/Applications/CMake.app/Contents/bin/cmake .

make
./exeFileName
In Terminal :

cd /path_to_cvProject

/Applications/CMake.app/Contents/bin/cmake .

make
./exeFileName
Running openCV project on Mac OS
Appendix : Installation of openCV on Mac
Download OpenCV for Mac from www.opencv.org
2. Under the folder of "opencv-3.2.0",
create a new folder and name it "build"
Once the download is done, unzip the "opencv-3.2.0.zip" file and then1.
move the "opencv-3.2.0" folder under a proper directory, such as the
user's Documents.

e.g. /Users/davidhsu/Documents/opencv-3.2.0
To install the library of openCV for Python, you also need ...
Open the application "CMake"

Browse Source to the folder of "opencv-3.2.0"
1.
Browse Build to the folder of "build" under opencv-3.2.0
2.
Click "Configure"3.
Choose "Unix Makefiles"
1.
Use default native compilers2.
Click "Done"3.
Check "Configuring done" to make sure it was successful
Click "Generate"
Check "Generating done" to make sure it was successful
In Terminal:

cd /Users/davidhsu/Documents/opencv-3.2.0/build
1.
make -j8
2.
sudo make install3.
Ready to go !
Congrats, enjoy programming with openCV !

More Related Content

PDF
Installing Python on Mac
PDF
Using openCV 2.0 with Dev C++
PPTX
Using openCV 3.2.0 with CodeBlocks
PPSX
OpenCV installation in windows visual studio
PDF
Using openCV 3.1.0 with vs2015
PPTX
Membuat virtual environment python
PPTX
Install, Compile, Setup, Setting OpenCV 3.2, Visual C++ 2015, Win 64bit,
PDF
CP3108B (Mozilla) Sharing Session on Add-on SDK
Installing Python on Mac
Using openCV 2.0 with Dev C++
Using openCV 3.2.0 with CodeBlocks
OpenCV installation in windows visual studio
Using openCV 3.1.0 with vs2015
Membuat virtual environment python
Install, Compile, Setup, Setting OpenCV 3.2, Visual C++ 2015, Win 64bit,
CP3108B (Mozilla) Sharing Session on Add-on SDK

What's hot (20)

PDF
Compiling OpenSSL For Windows
PPTX
Introduction to Docker
PPTX
DOCX
Dev c++using
PPTX
C++ compilation process
ODP
Robot Evolution
PPTX
Lando - AddWeb Solution
PPTX
OS/161 Overview
PDF
How to Work with Dev-C++
PPTX
Containers: Anti Pattern
PPTX
Project 2 - how to compile os161?
PPTX
Docker slides
ODP
The automated tests inside Openshift
PPTX
How to add system calls to OS/161
PDF
Docker / Ansible
PDF
Deploying to DigitalOcean With GitHub Actions
PPTX
Improving rpc bkp
PDF
GCC Compiler as a Performance Testing tool for C programs
PDF
Conan.io - The C/C++ package manager for Developers
ODP
Leiningen2 - humane build management for clojure
Compiling OpenSSL For Windows
Introduction to Docker
Dev c++using
C++ compilation process
Robot Evolution
Lando - AddWeb Solution
OS/161 Overview
How to Work with Dev-C++
Containers: Anti Pattern
Project 2 - how to compile os161?
Docker slides
The automated tests inside Openshift
How to add system calls to OS/161
Docker / Ansible
Deploying to DigitalOcean With GitHub Actions
Improving rpc bkp
GCC Compiler as a Performance Testing tool for C programs
Conan.io - The C/C++ package manager for Developers
Leiningen2 - humane build management for clojure
Ad

Viewers also liked (20)

PDF
Basic openCV Functions Using CPP
PDF
OpenCV Workshop
PDF
Concise Notes on Python
PPTX
Estructura y composición de las preguntas tipo icfes
PDF
Advanced Image Processing: Project 1
PDF
Portfolio
PPTX
Guide: How to Build OpenCV 3.0.0
PDF
OpenCV 3.0 - Latest news and the Roadmap
PDF
Analysis of Fatal Utah Avalanches with Python. From Scraping, Analysis, to In...
PDF
Learning notes of r for python programmer (Temp1)
PDF
Python - Lecture 1
PDF
Java OOP Programming language (Part 1) - Introduction to Java
PPTX
Introduction to Advanced Javascript
PDF
Meetup Python Nantes - les tests en python
PPT
Operator Overloading
PDF
PyCon 2013 : Scripting to PyPi to GitHub and More
PDF
OpenCV Introduction
PDF
Python for All
PDF
Lesson1 python an introduction
PDF
Introduction to python
Basic openCV Functions Using CPP
OpenCV Workshop
Concise Notes on Python
Estructura y composición de las preguntas tipo icfes
Advanced Image Processing: Project 1
Portfolio
Guide: How to Build OpenCV 3.0.0
OpenCV 3.0 - Latest news and the Roadmap
Analysis of Fatal Utah Avalanches with Python. From Scraping, Analysis, to In...
Learning notes of r for python programmer (Temp1)
Python - Lecture 1
Java OOP Programming language (Part 1) - Introduction to Java
Introduction to Advanced Javascript
Meetup Python Nantes - les tests en python
Operator Overloading
PyCon 2013 : Scripting to PyPi to GitHub and More
OpenCV Introduction
Python for All
Lesson1 python an introduction
Introduction to python
Ad

Similar to Running openCV project on Mac OS (20)

PDF
Recipe to build open splice dds 6.3.xxx Hello World example over Qt 5.2
PDF
Installing OpenCV 2.4.x with Qt
PDF
LOSS_C11- Programming Linux 20221006.pdf
PDF
Complete steps to Integrate Push Notification for Your Cocos2dx App with Push...
PDF
Installing OpenCV 2.3.1 with Qt
PDF
Installing OpenCV 4 on Ubuntu 18.x
PDF
Ddev workshop t3dd18
PPTX
HPC_MPI_CICID_OA.pptx
DOCX
Srgoc dotnet
PDF
JCConf 2016 - Dataflow Workshop Labs
PDF
Automated User Tests with Apache Flex
PDF
Open Dayligth usando SDN-NFV
PDF
NoGUI maXbox Starter70
PDF
Install spark on_windows10
PPTX
Docker Starter Pack
PPTX
Mavenized RCP
PDF
How to Install GCC Compiler on Debian 12.pdf
PDF
Automated User Tests with Apache Flex
PPTX
A Presentation of Dash Enterprise and Its Interface.pptx
PDF
Piattaforma Web Linux completa dai sorgenti
Recipe to build open splice dds 6.3.xxx Hello World example over Qt 5.2
Installing OpenCV 2.4.x with Qt
LOSS_C11- Programming Linux 20221006.pdf
Complete steps to Integrate Push Notification for Your Cocos2dx App with Push...
Installing OpenCV 2.3.1 with Qt
Installing OpenCV 4 on Ubuntu 18.x
Ddev workshop t3dd18
HPC_MPI_CICID_OA.pptx
Srgoc dotnet
JCConf 2016 - Dataflow Workshop Labs
Automated User Tests with Apache Flex
Open Dayligth usando SDN-NFV
NoGUI maXbox Starter70
Install spark on_windows10
Docker Starter Pack
Mavenized RCP
How to Install GCC Compiler on Debian 12.pdf
Automated User Tests with Apache Flex
A Presentation of Dash Enterprise and Its Interface.pptx
Piattaforma Web Linux completa dai sorgenti

Recently uploaded (20)

PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
cuic standard and advanced reporting.pdf
PPTX
Spectroscopy.pptx food analysis technology
PDF
Approach and Philosophy of On baking technology
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Empathic Computing: Creating Shared Understanding
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
Programs and apps: productivity, graphics, security and other tools
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Electronic commerce courselecture one. Pdf
PPTX
MYSQL Presentation for SQL database connectivity
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Chapter 3 Spatial Domain Image Processing.pdf
cuic standard and advanced reporting.pdf
Spectroscopy.pptx food analysis technology
Approach and Philosophy of On baking technology
Building Integrated photovoltaic BIPV_UPV.pdf
Empathic Computing: Creating Shared Understanding
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Per capita expenditure prediction using model stacking based on satellite ima...
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Diabetes mellitus diagnosis method based random forest with bat algorithm
Programs and apps: productivity, graphics, security and other tools
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Electronic commerce courselecture one. Pdf
MYSQL Presentation for SQL database connectivity
MIND Revenue Release Quarter 2 2025 Press Release
Understanding_Digital_Forensics_Presentation.pptx
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Unlocking AI with Model Context Protocol (MCP)
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...

Running openCV project on Mac OS