GithubHelp home page GithubHelp logo

sergimech / webcam_point_features Goto Github PK

View Code? Open in Web Editor NEW

This project forked from beta-robots/webcam_point_features

0.0 1.0 0.0 56 KB

Point feature extraction from online webcam images

CMake 15.90% C++ 36.98% C 21.65% Makefile 25.47%

webcam_point_features's Introduction

webcam_point_features

Detection of ORB features from online webcam imges.

Class that implements a descriptor for key points. It uses an algorithm for Detecion key points and select the features.

The mask has been applied in a quarter of the total image, in the upper corner, it is a parameter that can be changed easily.

OpenCv lets create a ROI, Region of Interest inside the original image to make the differents experiments.


Find ORB point fetaures and descriptors

OpenCV Image Objects and ROI

cv::Mat camSubimage; cv::Rect roi;

clear previous points

point_set.clear();

detect and compute(extract) features

orb_detector->detectAndCompute(camSubimage, cv::noArray(), point_set, descriptor_set);

draw points on the image

cv::drawKeypoints(camSubimage, point_set, camSubimage, 255, cv::DrawMatchesFlags::DEFAULT );

For more information:

http://docs.opencv.org/2.4/modules/features2d/doc/feature_detection_and_description.html

webcam_point_features's People

Contributors

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