SlideShare a Scribd company logo
Copyright © 2016 OpenCV.ai 1
Gary Bradski
May 3, 2016
The OpenCV Open Source Computer Vision
Library: What’s New and What’s Coming?
Copyright © 2016 OpenCV.ai 2
OpenCV Overview
Copyright © 2016 OpenCV.ai 3
OpenCV at Glance
What The most popular computer vision library: http://opencv.org
License BSD
Supported Languages C/C++, Java, Python
Size >950K lines of code
SourceForge statistics ~13 M downloads
Github statistics >7500 forks, 4100 patches merged during 6 years (~2.5 patches per
working day), ~100 patches pending
Accelerated with SSE, AVX, NEON, IPP, OpenCL, CUDA, parallel_for, OpenCV HAL
The actual versions: 2.4.12 (2015 Jul); 3.1 (2015 Dec)
Upcoming releases: 2.4.13 (2016 Apr); 3.2 (2016 May)
Supports:
“A free and open computer vision library
to accelerate visual intelligence.”
Copyright © 2016 OpenCV.ai 4
Recent Statistics
~280K downloads/month
~ 13M downloads
World wide
Rated highly
NOTE:
This is only for source
forge. Many more
downloads come from
Git and many more
come on Unix distros.
OSs
Copyright © 2016 OpenCV.ai 5
OpenCV Areas Supported
Image Processing Transforms Fitting Optical Flow
Tracking
Segmentation
Deep Learning
Object recognition
Machine learning
Calibration Features
VSLAM
Depth, Pose
Normals, Planes,
3D Features
Computational
Photography
HighGUI:
I/O, Interface
CORE:
Data structures,
Matrix math,
Exceptions etc
Copyright © 2016 OpenCV.ai 6
OpenCV is in:
• Stanley (winner of the DARPA grand challenge)
• Streetview
• Google Maps
• Google self driving cars
Real World Use — Self Driving Cars
Copyright © 2016 OpenCV.ai 7
Real World Use — Robot Manipulation
• https://www.youtube.com/watch?v=IXxU4sL6hq0
Copyright © 2016 OpenCV.ai 8
• Academic and Industry Research
• Security systems
• Image/video search and retrieval
• Structure from motion in movies and robotics
• SLAM – mobile navigation for rolling robots and drones
• Machine vision factory production inspection systems
• Safety monitoring (Dam sites, mines, swimming pools)
• Microfluidics, biomedical
• Robotic bin picking
• Computational photography
• Face recog., face overlay.
Where Else is OpenCV Used
Copyright © 2016 OpenCV.ai 9
• Funding:
• Intel, Google, Magic Leap, Itseez
• Development Leads:
• Vadim Pisarevsky (lead)
• Itseez (development, maintenance)
• Gary Bradski (Director)
• Ethan Rublee (CEO, OpenCV.ai)
• Grace Vesom (Planning)
• Vincent Rabaud (Code quality_
• Stefano Fabri (Advisor)
• Adrian Kaehler (Documentation)
Who is Involved
• Interns:
• 13 to 15 interns supported/year
• Community:
• Over 500 pull requests
(contributions) since 3.0
(June’15)
Copyright © 2016 OpenCV.ai 10
What’s New in OpenCV
Copyright © 2016 OpenCV.ai 11
• Mostly compatible with
OpenCV 2.x;
• OpenCV 1.x C API is
deprecated and partially
removed
• Adds opencv_contrib
OpenCV 3. at a Glance
Why 3.0?: Brought 2.x to full C++ API; accellerated performance
(with T-API, IPP, NEON); modular structure + enables user
contributions, user commits (opencv_contrib) to keep up with state of
the art in computer vision.…
Aug’14 Nov’14 Apr’15 Jun’15
3.0 alpha 3.0 beta 3.0rc 3.0 3.1
Q4’15 • Highlights:
–even more modular and extendible
–very stable API tailored for a long-
term support
–enhanced out-of-box performance –
Hardware Acceleration Layer:
– IPP, OpenCL(T-API) and NEON
–lot’s of new functionality!
Copyright © 2016 OpenCV.ai 12
New: Opencv_contrib — User Content/State of the Art
• The “main” opencv repository
includes mature algorithms and is
fully supported
• A separate contribution repository
is for new CV algorithms that
people want to share:
http://github.com/itseez/opencv_
contrib
• Patches to the contrib repository
are tested as well by our buildbot
to ensure integrity! Deep Neural nets, Improved calibration,
Computational photography, Text detection,
Object Tracking, Python, Java, Matlab bindings
etc.
Copyright © 2016 OpenCV.ai 13
Recent Contributions 2013
https://www.youtube.com/watch?v=_TTtN4frMEA
Copyright © 2016 OpenCV.ai 14
Recent Contributions 2014
https://www.youtube.com/watch?v=3f76HCHJJRA
Copyright © 2016 OpenCV.ai 15
Recent Contributions 2015
https://www.youtube.com/watch?v=OUbUFn71S4s
Copyright © 2016 OpenCV.ai 16
Transparent API (T-API) for GPU acceleration:
•single API entry for each function/algorithm – no specialized
cv::Canny, ocl::Canny, gpu::Canny etc.
• uses dynamically loaded OpenCL runtime if available; otherwise
falls back to CPU code. Dispatching is at runtime, no
recompilation needed!
•~100 functions are optimized
Highlight: HAL — Hardware Acceleration Layer
Copyright © 2016 OpenCV.ai 17
Highlight: Hardware Acceleration. Khronos
OpenCV was one of the
key contributors to the
new Khronos accelerated
vision API: OpenVX
This is now a (small) part
of the OpenCV HAL
(Hardware Acceleration
Layer).
Copyright © 2016 OpenCV.ai 18
Highlight: Itseez Corp: ACV –ARM Acceleration Layer
http://itseez.com/products/accelerated-cv/
Copyright © 2016 OpenCV.ai 19
• Much more flexible calibration, AR, VR, stereo
• Each corner has it’s own key code.
• Allows calibration of complex arrangements of cameras.
Highlights: Better Calibration
Copyright © 2016 OpenCV.ai 20
Deep Neural Networks
• Train a network on any library
• Run it embedded via OpenCV
• No external dependencies
Highlight: Deep Learning (dnn in opencv_contrib)
http://dreamscopeapp.com
Copyright © 2016 OpenCV.ai 21
Highlight: Deep Learning (OpenCV 3.3)
• https://www.youtube.com/watch?v=BlxlzVn-HsY
Planned (GSoC 2016 and beyond):
• Adds support for other dnns:
TensorFlow, tiny-cnn etc.
• Improves performance, compared
w/other dnns:
https://github.com/soumith/convne
t-benchmarks
• Does object detection, saliency,
semantic segmentation etc. using
DNNs
Copyright © 2016 OpenCV.ai 22
• Computational photography
• Xphoto, ximgproc
• AR/VR … SLAM
• Ccalib, stereo, tracking, optflow, dnn, xfeatures2d
• Autonomous or assisted driving
• Tracking, optflow, dnn, xfeatures2d
• Security systems
• Dnn, tracking, dpm (deformable parts model)
• Mobile
• Text (detection, reading), dnn (recognition), face detection/recognition
• Drones
• Optflow, dnn, tracking, stereo, xfeatures2d
Examples of opencv_contrib use
Copyright © 2016 OpenCV.ai 23
OpenCV Future/OpenCV.ai
Copyright © 2016 OpenCV.ai 24
Embedded computers and Cameras
have become cheap and powerful.
OpenCV Future
• OpenCV will focus on:
• Embedded – smart cameras
• Light fields
• OpenCV.ai profit corporation
• That will support OpenCV.org (OpenCV remains open and free)
Copyright © 2016 OpenCV.ai 25
• OpenCV.ai SDK and Linux/Android Distro
Create a Smart Camera Platform, HW+SW
OpenCV.ai framework layer
HAL, RT, Config, plugins, IPC, RGl,
Cluster compute
Closed Applications/Licensing:
SLAM, Lightfield, face, text…
“Algorithm app store”
X86 debian
Linux
debian.
ARM
Android
Hardware Spec with manufacturing
partner
OPenCV, DNN, OpenGL,
OpenCL, Eigen
Networking
Supported SOC
Imagers
Sync
Networking
GPIO
Cloud
Synchronization and Phasing Layer SW+HW
Copyright © 2016 OpenCV.ai 26
Light Fields
• Light fields give many capabilities:
• Large depth of field
We can calibrate arrays in two
shots:
Light Field
Best regular
camera
Input
From Stanford Tech Report:
CTSR 2005-02
Imaging is 2D
Depth sense is 3D
Light field is 4D
Copyright © 2016 OpenCV.ai 27
Light Fields — Many Capabilities
• Depth
• Surface Normals
• Deblurring
• Lighting Direction
• Glint Separation
• Depth of Field
From: “Light Field D-blurring
for Robotics Applications”
Input
De-blurred
High Performance Imaging Through Minimization-
based Optimal Occlusion via Energy Minimization-
Based Camera Selection Optimal Camera Selection
• Hyper resolution in time
• Hyper resolution in space
• High dynamic range
• Occluding edges from parallax
• Variable zoom
• SFM
Light fields turn the camera into a software object
while the hardware exists to sample light.
Copyright © 2016 OpenCV.ai 28
OpenCV.ai will Build a Full Processing Stack to
Support Light Fields
Light field
Sensor
Light Field
Geometric
Processing
Light Field
Features
Real Time Control
light
Light fields
Deep nets
Classification
Localization
Depth
Pose
Flow
Device Bus HALLocalAPI
App
App
Drives GPIO Sensors PLCs
Dev Tools
Apps
Users
Cloud
Opencv Sensor DeviceOpencv
Platform
RemoteAPI
Copyright © 2016 OpenCV.ai 29
Light fields are a paradigm shift from the pinhole
camera. With the right HW and SW end-to-end stack,
they have wide applicability in:
Light Field Applications
Drone
scanning &
navigation
Robot
Manipulation
Depth
Estimation
Change
Detection
3D Displays SLAM/robot
navigation
Specularities View
generation
Cinematography Odometry Transparency Deep
Learning
VR/AR Recognition Reconstruction Segmentation
Bold is first targets
Copyright © 2016 OpenCV.ai 30
• Founders:
• Ethan Rublee, CEO;
• Gary Bradski, Founder, Funder and Board
Member
• Teams forming in US and China
OpenCV.ai
• Develop HW+SW spec for smart
cameras.
• Partner for HW here and in China.
• Parametric light field infrastructure.
• Sell prosumer, robotic and drone light
field Cameras!
Phase 1 Phase 2 Phase 3
Sync board
Camera board
100X raspberry
PI + camera
OpenCV.ai
Compute board
100x array
w/Sync
Kickstarter
preorder and
fulfillment
Yes, OpenCV.ai is hiring!
Copyright © 2016 OpenCV.ai 31
• OpenCV main site:
– http://opencv.org/
• Developer site:
– https://github.com/itseez/opencv/wiki
• Download packages:
– http://opencv.org/downloads.html
• Documentation:
– http://docs.opencv.org/
– Books: http://opencv.org/books.html
• Building the code instructions:
• http://docs.opencv.org/2.4/doc/tutorials/introduction/table_of_content
_introduction/table_of_content_introduction.html
Resources
OpenCV.ai website:
http://www.opencv.ai
(not up yet)
In print this summe
Order:
http://shop.oreilly.
765.do
Copyright © 2016 OpenCV.ai 32
• Talmudic tale:
• Very old man working in a field planting fruit trees.
• Q: “Why do you plant trees you may never harvest?”
• A: “When I came into the world, it was not bare of trees. Someone
planted for me and I will plant for someone who comes after.”
• The nature of OpenCV has always been to give more than it takes.
It’s mission is still to revolutionize vision.
Why the Open Source…
Copyright © 2016 OpenCV.ai 33
QUESTIONS?
garybradski@gmail.com

More Related Content

PDF
OpenCV Introduction
PDF
Introduction to Computer Vision using OpenCV
PPTX
Introduction to OpenCV
PPTX
face detection
PDF
Introduction to OpenCV
PPSX
Image Processing Basics
PPTX
Convolutional Neural Network and Its Applications
PPTX
Graphic hardware and software
OpenCV Introduction
Introduction to Computer Vision using OpenCV
Introduction to OpenCV
face detection
Introduction to OpenCV
Image Processing Basics
Convolutional Neural Network and Its Applications
Graphic hardware and software

What's hot (20)

PPSX
Designing of Video Player with Python
ODP
Image Processing with OpenCV
PDF
Video Capturing and Video Editing Tools - (E-content Development Tools)
PDF
3D Video: From Stereo to Multi-View
PDF
openCV with python
PPT
Virtual machine
PPTX
Attendance Management System using Face Recognition
PPTX
Computer vision
PPT
Image processing
PDF
CG - Display Devices
PDF
PPTX
Open source software and os
PPTX
Computer Vision transformations
PDF
Unit 3
PPTX
Optical character recognition (ocr) ppt
PPT
Virtual Reality Modeling Language
PDF
Introduction to OpenCL
PPTX
Choosing the Segment Length for Adaptive Bitrate Streaming
PDF
digital image processing, image processing
PPTX
Opencv
Designing of Video Player with Python
Image Processing with OpenCV
Video Capturing and Video Editing Tools - (E-content Development Tools)
3D Video: From Stereo to Multi-View
openCV with python
Virtual machine
Attendance Management System using Face Recognition
Computer vision
Image processing
CG - Display Devices
Open source software and os
Computer Vision transformations
Unit 3
Optical character recognition (ocr) ppt
Virtual Reality Modeling Language
Introduction to OpenCL
Choosing the Segment Length for Adaptive Bitrate Streaming
digital image processing, image processing
Opencv
Ad

Viewers also liked (20)

PDF
Introduction to OpenCV (with Java)
PDF
"OpenCV for Embedded: Lessons Learned," a Presentation from itseez
PPTX
01Introduction.pptx - C280, Computer Vision
PPTX
WBCSD Development Focus Area - Overview as of August 2012
PDF
DIY: Computer Vision with GWT.
PDF
"New Standards for Embedded Vision and Neural Networks," a Presentation from ...
PPTX
14 cv mil_the_pinhole_camera
PDF
CVPR2010: higher order models in computer vision: Part 3
PDF
"Computer Vision 2.0: Where We Are and Where We're Going," a Presentation fro...
PPT
General introduction to computer vision
PDF
OpenCV를 활용한 컬러추적 문자 인식기의 구현
PDF
License Plate Recognition
PPTX
OpenCV 에서 OpenCL 살짝 써보기
PDF
OpenCV Workshop
PDF
Introduction to OpenCV 3.x (with Java)
PPTX
Building ADAS system from scratch
PPTX
이기종 멀티코어 프로세서를 위한 프로그래밍 언어 및 영상처리 오픈소스
PPTX
OpenCV for Embedded: Lessons Learned
PDF
"The OpenCV Open Source Computer Vision Library: Latest Developments," a Pres...
Introduction to OpenCV (with Java)
"OpenCV for Embedded: Lessons Learned," a Presentation from itseez
01Introduction.pptx - C280, Computer Vision
WBCSD Development Focus Area - Overview as of August 2012
DIY: Computer Vision with GWT.
"New Standards for Embedded Vision and Neural Networks," a Presentation from ...
14 cv mil_the_pinhole_camera
CVPR2010: higher order models in computer vision: Part 3
"Computer Vision 2.0: Where We Are and Where We're Going," a Presentation fro...
General introduction to computer vision
OpenCV를 활용한 컬러추적 문자 인식기의 구현
License Plate Recognition
OpenCV 에서 OpenCL 살짝 써보기
OpenCV Workshop
Introduction to OpenCV 3.x (with Java)
Building ADAS system from scratch
이기종 멀티코어 프로세서를 위한 프로그래밍 언어 및 영상처리 오픈소스
OpenCV for Embedded: Lessons Learned
"The OpenCV Open Source Computer Vision Library: Latest Developments," a Pres...
Ad

Similar to "The OpenCV Open Source Computer Vision Library: What’s New and What’s Coming?," a Presentation from the OpenCV Foundation (20)

PPTX
JavaOne 2016 - Faces Counter
PDF
“OpenCV: Past, Present and Future,” a Presentation from OpenCV.org
PPTX
What is new in visual studio "14"
PPTX
Recent Developments in Free Medical Imaging Software
PPTX
Opencv
PPTX
Make the Shift from Manual to Automation with Open Source
DOCX
Open cv
PPTX
Monitor OpenStack Environments from the bottom up and front to back
PDF
IoTWorld 2016 OSS Keynote Param Singh, Ian Skerrett
PDF
Building ContinuousIntegration with Virtuozzo DevOps
PDF
Массовый параллелизм для гетерогенных вычислений на C++ для беспилотных автом...
PPTX
Opencast Project Update at Open Apereo 2015
PPTX
All You need to Know about Secure Coding with Open Source Software
PPTX
[Wroclaw #5] OWASP Projects: beyond Top 10
PPTX
JCON_15FactorWorkshop.pptx
PDF
computer_vision_dummies_with_Opencv.pdf
PDF
Open Source Software for Data Scientists -- BigConf 2014
PPTX
Open source applied: Real-world uses
PDF
Top 10 Big Data Technologies | Edureka
PDF
OpenStack for VMware Administrators
JavaOne 2016 - Faces Counter
“OpenCV: Past, Present and Future,” a Presentation from OpenCV.org
What is new in visual studio "14"
Recent Developments in Free Medical Imaging Software
Opencv
Make the Shift from Manual to Automation with Open Source
Open cv
Monitor OpenStack Environments from the bottom up and front to back
IoTWorld 2016 OSS Keynote Param Singh, Ian Skerrett
Building ContinuousIntegration with Virtuozzo DevOps
Массовый параллелизм для гетерогенных вычислений на C++ для беспилотных автом...
Opencast Project Update at Open Apereo 2015
All You need to Know about Secure Coding with Open Source Software
[Wroclaw #5] OWASP Projects: beyond Top 10
JCON_15FactorWorkshop.pptx
computer_vision_dummies_with_Opencv.pdf
Open Source Software for Data Scientists -- BigConf 2014
Open source applied: Real-world uses
Top 10 Big Data Technologies | Edureka
OpenStack for VMware Administrators

More from Edge AI and Vision Alliance (20)

PDF
“Quantization Techniques for Efficient Deployment of Large Language Models: A...
PDF
“Introduction to Data Types for AI: Trade-Offs and Trends,” a Presentation fr...
PDF
“Introduction to Radar and Its Use for Machine Perception,” a Presentation fr...
PDF
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
PDF
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
PDF
“Computer Vision at Sea: Automated Fish Tracking for Sustainable Fishing,” a ...
PDF
“Squinting Vision Pipelines: Detecting and Correcting Errors in Vision Models...
PDF
“ONNX and Python to C++: State-of-the-art Graph Compilation,” a Presentation ...
PDF
“Beyond the Demo: Turning Computer Vision Prototypes into Scalable, Cost-effe...
PDF
“Running Accelerated CNNs on Low-power Microcontrollers Using Arm Ethos-U55, ...
PDF
“Scaling i.MX Applications Processors’ Native Edge AI with Discrete AI Accele...
PDF
“A Re-imagination of Embedded Vision System Design,” a Presentation from Imag...
PDF
“MPU+: A Transformative Solution for Next-Gen AI at the Edge,” a Presentation...
PDF
“Evolving Inference Processor Software Stacks to Support LLMs,” a Presentatio...
PDF
“Efficiently Registering Depth and RGB Images,” a Presentation from eInfochips
PDF
“How to Right-size and Future-proof a Container-first Edge AI Infrastructure,...
PDF
“Image Tokenization for Distributed Neural Cascades,” a Presentation from Goo...
PDF
“Key Requirements to Successfully Implement Generative AI in Edge Devices—Opt...
PDF
“Bridging the Gap: Streamlining the Process of Deploying AI onto Processors,”...
PDF
“From Enterprise to Makers: Driving Vision AI Innovation at the Extreme Edge,...
“Quantization Techniques for Efficient Deployment of Large Language Models: A...
“Introduction to Data Types for AI: Trade-Offs and Trends,” a Presentation fr...
“Introduction to Radar and Its Use for Machine Perception,” a Presentation fr...
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
“Computer Vision at Sea: Automated Fish Tracking for Sustainable Fishing,” a ...
“Squinting Vision Pipelines: Detecting and Correcting Errors in Vision Models...
“ONNX and Python to C++: State-of-the-art Graph Compilation,” a Presentation ...
“Beyond the Demo: Turning Computer Vision Prototypes into Scalable, Cost-effe...
“Running Accelerated CNNs on Low-power Microcontrollers Using Arm Ethos-U55, ...
“Scaling i.MX Applications Processors’ Native Edge AI with Discrete AI Accele...
“A Re-imagination of Embedded Vision System Design,” a Presentation from Imag...
“MPU+: A Transformative Solution for Next-Gen AI at the Edge,” a Presentation...
“Evolving Inference Processor Software Stacks to Support LLMs,” a Presentatio...
“Efficiently Registering Depth and RGB Images,” a Presentation from eInfochips
“How to Right-size and Future-proof a Container-first Edge AI Infrastructure,...
“Image Tokenization for Distributed Neural Cascades,” a Presentation from Goo...
“Key Requirements to Successfully Implement Generative AI in Edge Devices—Opt...
“Bridging the Gap: Streamlining the Process of Deploying AI onto Processors,”...
“From Enterprise to Makers: Driving Vision AI Innovation at the Extreme Edge,...

Recently uploaded (20)

PDF
Advanced Soft Computing BINUS July 2025.pdf
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
Empathic Computing: Creating Shared Understanding
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Transforming Manufacturing operations through Intelligent Integrations
PPTX
Comunidade Salesforce São Paulo - Desmistificando o Omnistudio (Vlocity)
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
cuic standard and advanced reporting.pdf
PPTX
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
AI And Its Effect On The Evolving IT Sector In Australia - Elevate
PPTX
Big Data Technologies - Introduction.pptx
PDF
HCSP-Presales-Campus Network Planning and Design V1.0 Training Material-Witho...
PDF
Chapter 3 Spatial Domain Image Processing.pdf
Advanced Soft Computing BINUS July 2025.pdf
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
20250228 LYD VKU AI Blended-Learning.pptx
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Empathic Computing: Creating Shared Understanding
Per capita expenditure prediction using model stacking based on satellite ima...
Understanding_Digital_Forensics_Presentation.pptx
Dropbox Q2 2025 Financial Results & Investor Presentation
Spectral efficient network and resource selection model in 5G networks
Transforming Manufacturing operations through Intelligent Integrations
Comunidade Salesforce São Paulo - Desmistificando o Omnistudio (Vlocity)
Reach Out and Touch Someone: Haptics and Empathic Computing
cuic standard and advanced reporting.pdf
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
AI And Its Effect On The Evolving IT Sector In Australia - Elevate
Big Data Technologies - Introduction.pptx
HCSP-Presales-Campus Network Planning and Design V1.0 Training Material-Witho...
Chapter 3 Spatial Domain Image Processing.pdf

"The OpenCV Open Source Computer Vision Library: What’s New and What’s Coming?," a Presentation from the OpenCV Foundation

  • 1. Copyright © 2016 OpenCV.ai 1 Gary Bradski May 3, 2016 The OpenCV Open Source Computer Vision Library: What’s New and What’s Coming?
  • 2. Copyright © 2016 OpenCV.ai 2 OpenCV Overview
  • 3. Copyright © 2016 OpenCV.ai 3 OpenCV at Glance What The most popular computer vision library: http://opencv.org License BSD Supported Languages C/C++, Java, Python Size >950K lines of code SourceForge statistics ~13 M downloads Github statistics >7500 forks, 4100 patches merged during 6 years (~2.5 patches per working day), ~100 patches pending Accelerated with SSE, AVX, NEON, IPP, OpenCL, CUDA, parallel_for, OpenCV HAL The actual versions: 2.4.12 (2015 Jul); 3.1 (2015 Dec) Upcoming releases: 2.4.13 (2016 Apr); 3.2 (2016 May) Supports: “A free and open computer vision library to accelerate visual intelligence.”
  • 4. Copyright © 2016 OpenCV.ai 4 Recent Statistics ~280K downloads/month ~ 13M downloads World wide Rated highly NOTE: This is only for source forge. Many more downloads come from Git and many more come on Unix distros. OSs
  • 5. Copyright © 2016 OpenCV.ai 5 OpenCV Areas Supported Image Processing Transforms Fitting Optical Flow Tracking Segmentation Deep Learning Object recognition Machine learning Calibration Features VSLAM Depth, Pose Normals, Planes, 3D Features Computational Photography HighGUI: I/O, Interface CORE: Data structures, Matrix math, Exceptions etc
  • 6. Copyright © 2016 OpenCV.ai 6 OpenCV is in: • Stanley (winner of the DARPA grand challenge) • Streetview • Google Maps • Google self driving cars Real World Use — Self Driving Cars
  • 7. Copyright © 2016 OpenCV.ai 7 Real World Use — Robot Manipulation • https://www.youtube.com/watch?v=IXxU4sL6hq0
  • 8. Copyright © 2016 OpenCV.ai 8 • Academic and Industry Research • Security systems • Image/video search and retrieval • Structure from motion in movies and robotics • SLAM – mobile navigation for rolling robots and drones • Machine vision factory production inspection systems • Safety monitoring (Dam sites, mines, swimming pools) • Microfluidics, biomedical • Robotic bin picking • Computational photography • Face recog., face overlay. Where Else is OpenCV Used
  • 9. Copyright © 2016 OpenCV.ai 9 • Funding: • Intel, Google, Magic Leap, Itseez • Development Leads: • Vadim Pisarevsky (lead) • Itseez (development, maintenance) • Gary Bradski (Director) • Ethan Rublee (CEO, OpenCV.ai) • Grace Vesom (Planning) • Vincent Rabaud (Code quality_ • Stefano Fabri (Advisor) • Adrian Kaehler (Documentation) Who is Involved • Interns: • 13 to 15 interns supported/year • Community: • Over 500 pull requests (contributions) since 3.0 (June’15)
  • 10. Copyright © 2016 OpenCV.ai 10 What’s New in OpenCV
  • 11. Copyright © 2016 OpenCV.ai 11 • Mostly compatible with OpenCV 2.x; • OpenCV 1.x C API is deprecated and partially removed • Adds opencv_contrib OpenCV 3. at a Glance Why 3.0?: Brought 2.x to full C++ API; accellerated performance (with T-API, IPP, NEON); modular structure + enables user contributions, user commits (opencv_contrib) to keep up with state of the art in computer vision.… Aug’14 Nov’14 Apr’15 Jun’15 3.0 alpha 3.0 beta 3.0rc 3.0 3.1 Q4’15 • Highlights: –even more modular and extendible –very stable API tailored for a long- term support –enhanced out-of-box performance – Hardware Acceleration Layer: – IPP, OpenCL(T-API) and NEON –lot’s of new functionality!
  • 12. Copyright © 2016 OpenCV.ai 12 New: Opencv_contrib — User Content/State of the Art • The “main” opencv repository includes mature algorithms and is fully supported • A separate contribution repository is for new CV algorithms that people want to share: http://github.com/itseez/opencv_ contrib • Patches to the contrib repository are tested as well by our buildbot to ensure integrity! Deep Neural nets, Improved calibration, Computational photography, Text detection, Object Tracking, Python, Java, Matlab bindings etc.
  • 13. Copyright © 2016 OpenCV.ai 13 Recent Contributions 2013 https://www.youtube.com/watch?v=_TTtN4frMEA
  • 14. Copyright © 2016 OpenCV.ai 14 Recent Contributions 2014 https://www.youtube.com/watch?v=3f76HCHJJRA
  • 15. Copyright © 2016 OpenCV.ai 15 Recent Contributions 2015 https://www.youtube.com/watch?v=OUbUFn71S4s
  • 16. Copyright © 2016 OpenCV.ai 16 Transparent API (T-API) for GPU acceleration: •single API entry for each function/algorithm – no specialized cv::Canny, ocl::Canny, gpu::Canny etc. • uses dynamically loaded OpenCL runtime if available; otherwise falls back to CPU code. Dispatching is at runtime, no recompilation needed! •~100 functions are optimized Highlight: HAL — Hardware Acceleration Layer
  • 17. Copyright © 2016 OpenCV.ai 17 Highlight: Hardware Acceleration. Khronos OpenCV was one of the key contributors to the new Khronos accelerated vision API: OpenVX This is now a (small) part of the OpenCV HAL (Hardware Acceleration Layer).
  • 18. Copyright © 2016 OpenCV.ai 18 Highlight: Itseez Corp: ACV –ARM Acceleration Layer http://itseez.com/products/accelerated-cv/
  • 19. Copyright © 2016 OpenCV.ai 19 • Much more flexible calibration, AR, VR, stereo • Each corner has it’s own key code. • Allows calibration of complex arrangements of cameras. Highlights: Better Calibration
  • 20. Copyright © 2016 OpenCV.ai 20 Deep Neural Networks • Train a network on any library • Run it embedded via OpenCV • No external dependencies Highlight: Deep Learning (dnn in opencv_contrib) http://dreamscopeapp.com
  • 21. Copyright © 2016 OpenCV.ai 21 Highlight: Deep Learning (OpenCV 3.3) • https://www.youtube.com/watch?v=BlxlzVn-HsY Planned (GSoC 2016 and beyond): • Adds support for other dnns: TensorFlow, tiny-cnn etc. • Improves performance, compared w/other dnns: https://github.com/soumith/convne t-benchmarks • Does object detection, saliency, semantic segmentation etc. using DNNs
  • 22. Copyright © 2016 OpenCV.ai 22 • Computational photography • Xphoto, ximgproc • AR/VR … SLAM • Ccalib, stereo, tracking, optflow, dnn, xfeatures2d • Autonomous or assisted driving • Tracking, optflow, dnn, xfeatures2d • Security systems • Dnn, tracking, dpm (deformable parts model) • Mobile • Text (detection, reading), dnn (recognition), face detection/recognition • Drones • Optflow, dnn, tracking, stereo, xfeatures2d Examples of opencv_contrib use
  • 23. Copyright © 2016 OpenCV.ai 23 OpenCV Future/OpenCV.ai
  • 24. Copyright © 2016 OpenCV.ai 24 Embedded computers and Cameras have become cheap and powerful. OpenCV Future • OpenCV will focus on: • Embedded – smart cameras • Light fields • OpenCV.ai profit corporation • That will support OpenCV.org (OpenCV remains open and free)
  • 25. Copyright © 2016 OpenCV.ai 25 • OpenCV.ai SDK and Linux/Android Distro Create a Smart Camera Platform, HW+SW OpenCV.ai framework layer HAL, RT, Config, plugins, IPC, RGl, Cluster compute Closed Applications/Licensing: SLAM, Lightfield, face, text… “Algorithm app store” X86 debian Linux debian. ARM Android Hardware Spec with manufacturing partner OPenCV, DNN, OpenGL, OpenCL, Eigen Networking Supported SOC Imagers Sync Networking GPIO Cloud Synchronization and Phasing Layer SW+HW
  • 26. Copyright © 2016 OpenCV.ai 26 Light Fields • Light fields give many capabilities: • Large depth of field We can calibrate arrays in two shots: Light Field Best regular camera Input From Stanford Tech Report: CTSR 2005-02 Imaging is 2D Depth sense is 3D Light field is 4D
  • 27. Copyright © 2016 OpenCV.ai 27 Light Fields — Many Capabilities • Depth • Surface Normals • Deblurring • Lighting Direction • Glint Separation • Depth of Field From: “Light Field D-blurring for Robotics Applications” Input De-blurred High Performance Imaging Through Minimization- based Optimal Occlusion via Energy Minimization- Based Camera Selection Optimal Camera Selection • Hyper resolution in time • Hyper resolution in space • High dynamic range • Occluding edges from parallax • Variable zoom • SFM Light fields turn the camera into a software object while the hardware exists to sample light.
  • 28. Copyright © 2016 OpenCV.ai 28 OpenCV.ai will Build a Full Processing Stack to Support Light Fields Light field Sensor Light Field Geometric Processing Light Field Features Real Time Control light Light fields Deep nets Classification Localization Depth Pose Flow Device Bus HALLocalAPI App App Drives GPIO Sensors PLCs Dev Tools Apps Users Cloud Opencv Sensor DeviceOpencv Platform RemoteAPI
  • 29. Copyright © 2016 OpenCV.ai 29 Light fields are a paradigm shift from the pinhole camera. With the right HW and SW end-to-end stack, they have wide applicability in: Light Field Applications Drone scanning & navigation Robot Manipulation Depth Estimation Change Detection 3D Displays SLAM/robot navigation Specularities View generation Cinematography Odometry Transparency Deep Learning VR/AR Recognition Reconstruction Segmentation Bold is first targets
  • 30. Copyright © 2016 OpenCV.ai 30 • Founders: • Ethan Rublee, CEO; • Gary Bradski, Founder, Funder and Board Member • Teams forming in US and China OpenCV.ai • Develop HW+SW spec for smart cameras. • Partner for HW here and in China. • Parametric light field infrastructure. • Sell prosumer, robotic and drone light field Cameras! Phase 1 Phase 2 Phase 3 Sync board Camera board 100X raspberry PI + camera OpenCV.ai Compute board 100x array w/Sync Kickstarter preorder and fulfillment Yes, OpenCV.ai is hiring!
  • 31. Copyright © 2016 OpenCV.ai 31 • OpenCV main site: – http://opencv.org/ • Developer site: – https://github.com/itseez/opencv/wiki • Download packages: – http://opencv.org/downloads.html • Documentation: – http://docs.opencv.org/ – Books: http://opencv.org/books.html • Building the code instructions: • http://docs.opencv.org/2.4/doc/tutorials/introduction/table_of_content _introduction/table_of_content_introduction.html Resources OpenCV.ai website: http://www.opencv.ai (not up yet) In print this summe Order: http://shop.oreilly. 765.do
  • 32. Copyright © 2016 OpenCV.ai 32 • Talmudic tale: • Very old man working in a field planting fruit trees. • Q: “Why do you plant trees you may never harvest?” • A: “When I came into the world, it was not bare of trees. Someone planted for me and I will plant for someone who comes after.” • The nature of OpenCV has always been to give more than it takes. It’s mission is still to revolutionize vision. Why the Open Source…
  • 33. Copyright © 2016 OpenCV.ai 33 QUESTIONS? [email protected]