Giter VIP home page Giter VIP logo

opencv-detection's Introduction

OpenCV Detection

A bunch of programs using OpenCV to fulfill various tasks.

colour_det: Asks the user for a colour and the filters the video feed to detect objects of only that colour. The colour can be provided while executing the file in command line itself. If not provided, the program will explicitly ask for a colour to be input. It displays 3 windows:

  • Frame: Displays the input video feed.
  • Foreground Mask: Shows the foreground mask that has been subtracted from the feed.
  • Result: Shows the part of the feed displaying the colour mentioned by the user.

shapes_det: Identifies shapes. Can use any one out of an image, a video and a camera feed to detect shapes. To input an image or a video, use appropriate flags. Camera feed will be chosen as the input if no flag is invoked. Use the standard help flag (-h) to view the list of available flags.

face_detection: Uses Haar Cascades to identify faces in a video feed. Only frontal_face, smile and eyes are being marked in this program. Official Paper: https://www.cs.cmu.edu/~efros/courses/LBMV07/Papers/viola-cvpr-01.pdf

room_occupancy: Determines occupancy of a room. Compares the first frame captured with subsequent frames from a camera feed. Saves the last frame as an image and frames detected as a video file. It displays 4 windows:

  • Facial Capture: Live face detection.
  • Security Feed: Live camera feed.
  • Frame Delta: Comparison between first and current frame.
  • Threshold Frame: Shows comparison in binary, diluted.

functions: Contains definitions of functions used in aforementioned programs.

Performance of any program is subjective to lighting conditions and camera quality.

opencv-detection's People

Contributors

hexterisk avatar

Watchers

 avatar

Forkers

nk3xnuclear

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.