Debug file for testing detection shape. More...
#include <shape_detect.h>#include <iostream>#include <stdio.h>
Functions | |
| ostream & | operator<< (ostream &os, Shape_detect::Point &point) |
| ostream & | operator<< (ostream &os, Shape_detect::Line &line) |
| ostream & | operator<< (ostream &os, Shape_detect::Arc &arc) |
| void | gnuplot (std::vector< Shape_detect::Point > &cartes, std::vector< Shape_detect::Line > &lines, std::vector< Shape_detect::Arc > &arcs) |
| void | get_laser_scan (unsigned short laser_scan[], const char *fname) |
| int | main (int argc, char **argv) |
| There are detected line segments in input file (laser scan data). | |
Debug file for testing detection shape.
More information about using introduced methods can be found in dokumentation of class Shape_detect (shape_detect.h)
| void get_laser_scan | ( | unsigned short | laser_scan[], | |
| const char * | fname | |||
| ) |

| void gnuplot | ( | std::vector< Shape_detect::Point > & | cartes, | |
| std::vector< Shape_detect::Line > & | lines, | |||
| std::vector< Shape_detect::Arc > & | arcs | |||
| ) |


| ostream& operator<< | ( | ostream & | os, | |
| Shape_detect::Line & | line | |||
| ) |
| ostream& operator<< | ( | ostream & | os, | |
| Shape_detect::Point & | point | |||
| ) |
| ostream& operator<< | ( | ostream & | os, | |
| Shape_detect::Arc & | arc | |||
| ) |
1.7.1