Giter Club home page Giter Club logo

opencv-3-computer-vision-with-python-cookbook's Introduction

OpenCV 3 Computer Vision with Python Cookbook

This is the code repository for OpenCV 3 Computer Vision with Python Cookbook, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

OpenCV 3 is a native cross-platform library for computer vision, machine learning, and image processing. OpenCV's convenient high-level APIs hide very powerful internals designed for computational efficiency and with a strong focus on real-time applications that can take advantage of multicore and GPU processing. This book will help you tackle increasingly challenging computer vision problems by providing number of recipes that you can use to improvise your existing applications.

In this book, you will learn how to process an image by manipulating pixels and analyze an image using histograms. We’ll guide you through segmenting images into homogeous regions and extracting meaningful objects. Then you’ll learn how to apply image filters to enhance image content and exploit the image geometry in order to relay different views of a pictured scene. Then we’ll explore techniques to achieve camera calibration and perform multiple-view analysis.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

import argparse
import cv2
parser = argparse.ArgumentParser()
parser.add_argument('--path', default='../data/Lena.png', help='Image path.')
params = parser.parse_args()
img = cv2.imread(params.path)

All the required information to get started with the respective recipes is mentioned in the recipes.

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.

opencv-3-computer-vision-with-python-cookbook's People

Contributors

ketankamble avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.