Skip to main content

Posts

Showing posts from May, 2017

Object Detection using opencv in python

Object Detection using Opencv in python What is object detection? Object detection is commonly referred to as a method that is responsible for discovering and identifying the existence of objects of a certain class. An extension of this can be considered as a method of image processing to identify objects from digital images. Aim of this project Our project aims at identifying real time object in a controlled environment and tracks its motion dynamically with hardware support. Requirements: 1. PYTHON 2.7  2. OPENCV  3. WEB CAMERA 4. CASCADES OF OBJECTS PRE-TRAINED OPEN CV ?? OpenCV (Open Source Computer Vision) is a library of programming functions mainly aimed at real-time computer vision. The goals of the project opencv were described as: Advance vision research by providing not only open but also optimized code for basic vision infrastructure. No more reinventing the wheel. Disseminate vision knowledge by providing a common in