#include "hrl_table_detect/tabletop_segmentor.h"
Go to the source code of this file.
Namespaces | |
namespace | hrl_table_detect |
Functions | |
bool | hrl_table_detect::compind (uint32_t a, uint32_t b, vector< float > v) |
void | hrl_table_detect::convCvBox2DPoly (CvBox2D &box, CvPoint **&pts, int *&npts) |
void | hrl_table_detect::drawCvBox2D (IplImage &img, CvBox2D &box, cv::Scalar color, int width=1) |
void | hrl_table_detect::fillCvBox2D (IplImage &img, CvBox2D &box, cv::Scalar color) |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 298 of file tabletop_segmentor.cpp.