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

What's hot (20)

PDF
Compiling OpenSSL For Windows
mcafeeantivirusplus2014
 
PPTX
Introduction to Docker
皓鈞 張
 
PPTX
CI CD WORKFLOW
AddWeb Solution Pvt. Ltd.
 
DOCX
Dev c++using
Krunee Thitthamon
 
PPTX
C++ compilation process
Rahul Jamwal
 
ODP
Robot Evolution
Oleg Popov
 
PPTX
Lando - AddWeb Solution
AddWeb Solution Pvt. Ltd.
 
PPTX
OS/161 Overview
Xiao Qin
 
PDF
How to Work with Dev-C++
Deepak Jha
 
PPTX
Containers: Anti Pattern
Jeeva Chelladhurai
 
PPTX
Project 2 - how to compile os161?
Xiao Qin
 
PPTX
Docker slides
Ayla Khan
 
ODP
The automated tests inside Openshift
Oleg Popov
 
PPTX
How to add system calls to OS/161
Xiao Qin
 
PDF
Docker / Ansible
Stephane Manciot
 
PDF
Deploying to DigitalOcean With GitHub Actions
DigitalOcean
 
PPTX
Improving rpc bkp
eleksdev
 
PDF
GCC Compiler as a Performance Testing tool for C programs
Daniel Ilunga
 
PDF
Conan.io - The C/C++ package manager for Developers
Uilian Ries
 
ODP
Leiningen2 - humane build management for clojure
John Stevenson
 
Compiling OpenSSL For Windows
mcafeeantivirusplus2014
 
Introduction to Docker
皓鈞 張
 
Dev c++using
Krunee Thitthamon
 
C++ compilation process
Rahul Jamwal
 
Robot Evolution
Oleg Popov
 
Lando - AddWeb Solution
AddWeb Solution Pvt. Ltd.
 
OS/161 Overview
Xiao Qin
 
How to Work with Dev-C++
Deepak Jha
 
Containers: Anti Pattern
Jeeva Chelladhurai
 
Project 2 - how to compile os161?
Xiao Qin
 
Docker slides
Ayla Khan
 
The automated tests inside Openshift
Oleg Popov
 
How to add system calls to OS/161
Xiao Qin
 
Docker / Ansible
Stephane Manciot
 
Deploying to DigitalOcean With GitHub Actions
DigitalOcean
 
Improving rpc bkp
eleksdev
 
GCC Compiler as a Performance Testing tool for C programs
Daniel Ilunga
 
Conan.io - The C/C++ package manager for Developers
Uilian Ries
 
Leiningen2 - humane build management for clojure
John Stevenson
 

Viewers also liked (20)

PDF
Basic openCV Functions Using CPP
Wei-Wen Hsu
 
PDF
OpenCV Workshop
Lentin Joseph
 
PDF
Concise Notes on Python
Wei-Wen Hsu
 
PPTX
Estructura y composición de las preguntas tipo icfes
Juan Alejandro Garcia
 
PDF
Advanced Image Processing: Project 1
JosephChang
 
PDF
Portfolio
Ivan Khomyakov
 
PPTX
Guide: How to Build OpenCV 3.0.0
André Moreira
 
PDF
OpenCV 3.0 - Latest news and the Roadmap
Eugene Khvedchenya
 
PDF
Analysis of Fatal Utah Avalanches with Python. From Scraping, Analysis, to In...
Matt Harrison
 
PDF
Learning notes of r for python programmer (Temp1)
Chia-Chi Chang
 
PDF
Python - Lecture 1
Ravi Kiran Khareedi
 
PDF
Java OOP Programming language (Part 1) - Introduction to Java
OUM SAOKOSAL
 
PPTX
Introduction to Advanced Javascript
Collaboration Technologies
 
PDF
Meetup Python Nantes - les tests en python
Arthur Lutz
 
PPT
Operator Overloading
Sardar Alam
 
PDF
PyCon 2013 : Scripting to PyPi to GitHub and More
Matt Harrison
 
PDF
OpenCV Introduction
Zachary Blair
 
PDF
Python for All
Pragya Goyal
 
PDF
Lesson1 python an introduction
Arulalan T
 
PDF
Introduction to python
Yi-Fan Chu
 
Basic openCV Functions Using CPP
Wei-Wen Hsu
 
OpenCV Workshop
Lentin Joseph
 
Concise Notes on Python
Wei-Wen Hsu
 
Estructura y composición de las preguntas tipo icfes
Juan Alejandro Garcia
 
Advanced Image Processing: Project 1
JosephChang
 
Portfolio
Ivan Khomyakov
 
Guide: How to Build OpenCV 3.0.0
André Moreira
 
OpenCV 3.0 - Latest news and the Roadmap
Eugene Khvedchenya
 
Analysis of Fatal Utah Avalanches with Python. From Scraping, Analysis, to In...
Matt Harrison
 
Learning notes of r for python programmer (Temp1)
Chia-Chi Chang
 
Python - Lecture 1
Ravi Kiran Khareedi
 
Java OOP Programming language (Part 1) - Introduction to Java
OUM SAOKOSAL
 
Introduction to Advanced Javascript
Collaboration Technologies
 
Meetup Python Nantes - les tests en python
Arthur Lutz
 
Operator Overloading
Sardar Alam
 
PyCon 2013 : Scripting to PyPi to GitHub and More
Matt Harrison
 
OpenCV Introduction
Zachary Blair
 
Python for All
Pragya Goyal
 
Lesson1 python an introduction
Arulalan T
 
Introduction to python
Yi-Fan Chu
 
Ad

Similar to Running openCV project on Mac OS (14)

PPTX
Getting started with open cv in raspberry pi
Jayaprakash Nagaruru
 
PDF
Installing OpenCV 2.3.1 with Qt
Luigi De Russis
 
PDF
Installing OpenCV 2.4.x with Qt
Luigi De Russis
 
PDF
OpenCV (Open source computer vision)
Chetan Allapur
 
ODP
Introducing cvm...
Offirmo
 
PDF
Introduction to OpenCV
Luigi De Russis
 
PDF
"The OpenCV Open Source Computer Vision Library: Latest Developments," a Pres...
Edge AI and Vision Alliance
 
PDF
openCV with python
Wei-Wen Hsu
 
PDF
Kinect Workshop Part 1/2
Seiya Konno
 
PDF
Introduction to OpenCV (with Java)
Luigi De Russis
 
PDF
computer_vision_dummies_with_Opencv.pdf
DeepuChaudhary12
 
PPT
Intro_OpenCV.ppt
RithikRaj25
 
PDF
Introduction to OpenCV 3.x (with Java)
Luigi De Russis
 
PDF
A Hands-On Set of Programming Problems Using Python and OpenCV
Nader Karimi
 
Getting started with open cv in raspberry pi
Jayaprakash Nagaruru
 
Installing OpenCV 2.3.1 with Qt
Luigi De Russis
 
Installing OpenCV 2.4.x with Qt
Luigi De Russis
 
OpenCV (Open source computer vision)
Chetan Allapur
 
Introducing cvm...
Offirmo
 
Introduction to OpenCV
Luigi De Russis
 
"The OpenCV Open Source Computer Vision Library: Latest Developments," a Pres...
Edge AI and Vision Alliance
 
openCV with python
Wei-Wen Hsu
 
Kinect Workshop Part 1/2
Seiya Konno
 
Introduction to OpenCV (with Java)
Luigi De Russis
 
computer_vision_dummies_with_Opencv.pdf
DeepuChaudhary12
 
Intro_OpenCV.ppt
RithikRaj25
 
Introduction to OpenCV 3.x (with Java)
Luigi De Russis
 
A Hands-On Set of Programming Problems Using Python and OpenCV
Nader Karimi
 
Ad

Recently uploaded (20)

PDF
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
PDF
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 
PPTX
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
DOCX
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
PPTX
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
PPT
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
PDF
UiPath DevConnect 2025: Agentic Automation Community User Group Meeting
DianaGray10
 
PDF
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PDF
Future-Proof or Fall Behind? 10 Tech Trends You Can’t Afford to Ignore in 2025
DIGITALCONFEX
 
PDF
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PPTX
Agentforce World Tour Toronto '25 - Supercharge MuleSoft Development with Mod...
Alexandra N. Martinez
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PPTX
Digital Circuits, important subject in CS
contactparinay1
 
PDF
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
PPTX
Seamless Tech Experiences Showcasing Cross-Platform App Design.pptx
presentifyai
 
DOCX
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
PDF
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
PPTX
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
UiPath DevConnect 2025: Agentic Automation Community User Group Meeting
DianaGray10
 
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
Future-Proof or Fall Behind? 10 Tech Trends You Can’t Afford to Ignore in 2025
DIGITALCONFEX
 
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
Agentforce World Tour Toronto '25 - Supercharge MuleSoft Development with Mod...
Alexandra N. Martinez
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
Digital Circuits, important subject in CS
contactparinay1
 
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
Seamless Tech Experiences Showcasing Cross-Platform App Design.pptx
presentifyai
 
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
The Project Compass - GDG on Campus MSIT
dscmsitkol
 

Running openCV project on Mac OS