OSVR Framework (Internal Development Docs)  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
BlobExtractor.h File Reference

Header. More...

#include <BlobParams.h>
#include <LedMeasurement.h>
#include <opencv2/core/core.hpp>
#include <algorithm>
#include <vector>

Go to the source code of this file.

Classes

struct  osvr::vbtracker::BlobData
 Data structure with a lot of info about a contour. More...
 
struct  osvr::vbtracker::BlobBasics
 Data structure with just a few bare facts about a contour. More...
 
struct  osvr::vbtracker::ImageRangeInfo
 
struct  osvr::vbtracker::ImageThresholdInfo
 
class  osvr::vbtracker::BasicThresholdBlobDetector
 

Namespaces

 osvr
 <
 

Typedefs

using osvr::vbtracker::ContourType = std::vector< cv::Point2i >
 
using osvr::vbtracker::ContourList = std::vector< ContourType >
 

Functions

BlobData osvr::vbtracker::getBlobDataFromContour (ContourType const &contour)
 
BlobBasics osvr::vbtracker::getContourBasicDetails (ContourType const &contour)
 
double osvr::vbtracker::getConvexity (ContourType const &contour, const double area)
 

Detailed Description

Header.

Date
2016
Author
Sensics, Inc. http://sensics.com/osvr

Definition in file BlobExtractor.h.