- OpenCV with Python Blueprints
- Michael Beyeler
- 187字
- 2021-07-09 21:48:42
Preface
OpenCV is a native, cross-platform C++ library for computer vision, machine learning, and image processing. It is increasingly being adopted in Python for development. OpenCV has C++/C, Python, and Java interfaces, with support for Windows, Linux, Mac, iOS, and Android. Developers who use OpenCV build applications to process visual data; this can include live streaming data such as photographs or videos from a device such as a camera. However, as developers move beyond their first computer vision applications, they might find it difficult to come up with solutions that are well-optimized, robust, and scalable for real-world scenarios.
This book demonstrates how to develop a series of intermediate to advanced projects using OpenCV and Python, rather than teaching the core concepts of OpenCV in theoretical lessons. The working projects developed in this book teach you how to apply your theoretical knowledge to topics such as image manipulation, augmented reality, object tracking, 3D scene reconstruction, statistical learning, and object categorization.
By the end of this book, you will be an OpenCV expert, and your newly gained experience will allow you to develop your own advanced computer vision applications.
- AngularJS Testing Cookbook
- Software Defined Networking with OpenFlow
- GraphQL學(xué)習(xí)指南
- Python從小白到大牛
- Scratch 3.0少兒編程與邏輯思維訓(xùn)練
- Hands-On JavaScript High Performance
- 名師講壇:Spring實(shí)戰(zhàn)開(kāi)發(fā)(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- 第一行代碼 C語(yǔ)言(視頻講解版)
- Natural Language Processing with Java and LingPipe Cookbook
- 持續(xù)集成與持續(xù)交付實(shí)戰(zhàn):用Jenkins、Travis CI和CircleCI構(gòu)建和發(fā)布大規(guī)模高質(zhì)量軟件
- Everyday Data Structures
- Modernizing Legacy Applications in PHP
- Visual C++程序設(shè)計(jì)與項(xiàng)目實(shí)踐
- Spring Boot從入門(mén)到實(shí)戰(zhàn)
- Microsoft XNA 4.0 Game Development Cookbook