Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Member Functions | Private Attributes
jafar::dseg3d::DirectSegments3DTracker Class Reference

This is the main class for detecting and tracking 3D segments. More...


Detailed Description

This is the main class for detecting and tracking 3D segments.

Definition at line 22 of file DirectSegments3DTracker.hpp.

#include <DirectSegments3DTracker.hpp>

List of all members.

Public Member Functions

 DirectSegments3DTracker (const dseg::Predictor *trackerPredictor, int _reduction, int _stereoReduction=1)
void loadStereoParam (std::string const &filename)
 Load the configuration file for the stereo bench.
void loadLeftParam (std::string const &filename)
 Load the configuration file for the left camera.
void process (const jafar::image::Image &_leftImage, const jafar::image::Image &_rightImage)
 Call this function to process a new stereo pair of images.
const dseg::SegmentsSetcurrentLines () const
const jafar::dseg::SegmentsSetcurrentStereoLines () const
const std::list
< jafar::geom::Segment3D > & 
segments3D () const
const std::list
< Segment3DObservation > & 
segment3DObservations () const
jafar::image::ImagegetDisparityImage () const

Private Member Functions

void computeLineEquations (jblas::vec4 &eq1, jblas::vec4 &eq2, const jblas::vec3 &p1) const

Private Attributes

Private *const d

Constructor & Destructor Documentation

jafar::dseg3d::DirectSegments3DTracker::DirectSegments3DTracker ( const dseg::Predictor trackerPredictor,
int  _reduction,
int  _stereoReduction = 1 
)
Parameters:
_reductionthe reduction rate applied on the image before the call to process (between calibration and process)
_stereoReductionthe reduction rate to be applied on the image during the call to process before using the stereovision

Member Function Documentation

Returns:
the set of lines currently tracked in the left image.
Returns:
the set of lines currently tracked in the right image.
Returns:
the disparity image.
Returns:
the set of 3D Observations of the current frame
Returns:
the set 3D segments of the current frame.

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:35 for Jafar by doxygen 1.7.6.1
LAAS-CNRS