Public Member Functions | Protected Attributes
outlet_pose_estimation::Detector Class Reference

#include <detector.h>

List of all members.

Public Member Functions

virtual bool detect (const cv::Mat &image, std::vector< cv::Point2f > &points) const
virtual bool detect (const cv::Mat &image, std::vector< cv::Point2f > &points) const
 Detector ()
 Detector ()
virtual void getDisplayImage (const cv::Mat &source, const std::vector< cv::Point2f > &points, bool success, cv::Mat &display) const
virtual void getDisplayImage (const cv::Mat &source, const std::vector< cv::Point2f > &points, bool success, cv::Mat &display) const
const outlet_template_tgetTemplate () const
const outlet_template_tgetTemplate () const
bool loadTemplate (const std::string &filename)
bool loadTemplate (const std::string &filename)

Protected Attributes

outlet_template_t outlet_template_
std::vector< outlet_toutlets_

Detailed Description

Definition at line 9 of file detail/detector.h.


Constructor & Destructor Documentation

Definition at line 5 of file detector.cpp.


Member Function Documentation

bool outlet_pose_estimation::Detector::detect ( const cv::Mat &  image,
std::vector< cv::Point2f > &  points 
) const [virtual]

Definition at line 14 of file detector.cpp.

virtual bool outlet_pose_estimation::Detector::detect ( const cv::Mat &  image,
std::vector< cv::Point2f > &  points 
) const [virtual]
void outlet_pose_estimation::Detector::getDisplayImage ( const cv::Mat &  source,
const std::vector< cv::Point2f > &  points,
bool  success,
cv::Mat &  display 
) const [virtual]
Todo:
Currently assuming source is color
Todo:
Cheating and reusing outlets_ from detect()

Definition at line 30 of file detector.cpp.

virtual void outlet_pose_estimation::Detector::getDisplayImage ( const cv::Mat &  source,
const std::vector< cv::Point2f > &  points,
bool  success,
cv::Mat &  display 
) const [virtual]

Definition at line 16 of file detail/detector.h.

Definition at line 16 of file detector.h.

bool outlet_pose_estimation::Detector::loadTemplate ( const std::string &  filename)

Definition at line 9 of file detector.cpp.

bool outlet_pose_estimation::Detector::loadTemplate ( const std::string &  filename)

Member Data Documentation

Definition at line 25 of file detail/detector.h.

std::vector< outlet_t > outlet_pose_estimation::Detector::outlets_ [mutable, protected]

Definition at line 26 of file detail/detector.h.


The documentation for this class was generated from the following files:


outlet_pose_estimation
Author(s): Patrick Mihelich
autogenerated on Thu Aug 27 2015 14:29:52