Coder Social home page Coder Social logo

jash101 / computer-vision-with-python-3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from packtpublishing/computer-vision-with-python-3

0.0 2.0 0.0 23.89 MB

Computer Vision with Python 3, published by Packt

License: MIT License

Python 87.85% HTML 1.96% JavaScript 3.97% Shell 6.06% Roff 0.17%

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

Computer Vision with Python 3

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

About the Book

This book is a thorough guide for developers who want to get started with building computer vision applications using Python 3. The book is divided into five sections: The Fundamentals of Image Processing, Applied Computer Vision, Making Applications Smarter,Extending your Capabilities using OpenCV, and Getting Hands on. Throughout this book, three image processing libraries Pillow, Scikit-Image, and OpenCV will be used to implement different computer vision algorithms.

The book aims to equip readers to build Computer Vision applications that are capable of working in real-world scenarios effectively. Some of the applications that we will look at in the book are Optical Character Recognition, Object Tracking and building a Computer Vision as a Service platform that works over the internet.

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:

private void initialiseBluetooth() {
bluetoothManager = 
(BluetoothManager)getSystemService
(Context.BLUETOOTH_SERVICE);
bluetoothAdapter = bluetoothManager.getAdapter();
bluetoothLeScanner = bluetoothAdapter.getBluetoothLeScanner(); 
}

This book will guide you through the installation of all the tools that you need to follow the code samples. Code samples introduced in various chapters are for both Android and iOS platforms hence you will need to install the Android Studio and XCode IDEs. Since simulators lack Bluetooth functionality, hence you will need physical Android and iOS devices to run the code samples. In terms of hardware, you will be needing a Raspberry Pi for the Code Lab specific for Chapter 5, Beacons with Raspberry Pi. For Chapter 4, Designing a Personal Tracking System, and Chapter 6, Weather Monitoring Using BLE in Warehouses, you will be needing a very low cost iTag and the Texas Instruments Sensor Tag. All of the hardware can be easily procured online.

Related Products

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

Contributors

dominicpereira92 avatar

Watchers

 avatar  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.