#include <TDetector.hpp>
Public Member Functions | |
void | addParams (ccv_swt_param_t ccv_swt_params) |
void | clearParams () |
void | detect (const cv::Mat &rgb, std::vector< Text2D > &text2d) |
const std::vector < ccv_swt_param_t > & | getParams () const |
void | setParams (const std::vector< ccv_swt_param_t > ¶ms) |
TDetector () | |
TDetector (std::vector< ccv_swt_param_t > params) | |
virtual | ~TDetector () |
Private Member Functions | |
void | pdetect (ccv_dense_matrix_t *image, std::vector< Text2D > &text2d) |
Private Attributes | |
std::vector< ccv_swt_param_t > | params |
Definition at line 34 of file TDetector.hpp.
Definition at line 33 of file TDetector.cpp.
ros_text_locator::TDetector::TDetector | ( | std::vector< ccv_swt_param_t > | params | ) |
Definition at line 38 of file TDetector.cpp.
ros_text_locator::TDetector::~TDetector | ( | ) | [virtual] |
Definition at line 43 of file TDetector.cpp.
void ros_text_locator::TDetector::addParams | ( | ccv_swt_param_t | ccv_swt_params | ) |
Definition at line 84 of file TDetector.cpp.
Definition at line 72 of file TDetector.cpp.
void ros_text_locator::TDetector::detect | ( | const cv::Mat & | rgb, |
std::vector< Text2D > & | text2d | ||
) |
Definition at line 77 of file TDetector.cpp.
const std::vector<ccv_swt_param_t>& ros_text_locator::TDetector::getParams | ( | ) | const [inline] |
Definition at line 49 of file TDetector.hpp.
void ros_text_locator::TDetector::pdetect | ( | ccv_dense_matrix_t * | image, |
std::vector< Text2D > & | text2d | ||
) | [private] |
Definition at line 46 of file TDetector.cpp.
void ros_text_locator::TDetector::setParams | ( | const std::vector< ccv_swt_param_t > & | params | ) | [inline] |
Definition at line 53 of file TDetector.hpp.
std::vector<ccv_swt_param_t> ros_text_locator::TDetector::params [private] |
Definition at line 38 of file TDetector.hpp.