Functions

offline.cc File Reference

Debug file for testing detection shape. More...

#include <shape_detect.h>
#include <iostream>
#include <stdio.h>
Include dependency graph for offline.cc:

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).

Detailed Description

Debug file for testing detection shape.

Author:
Martin Synek
Michal Sojka
Date:
11/02/25

More information about using introduced methods can be found in dokumentation of class Shape_detect (shape_detect.h)


Function Documentation

void get_laser_scan ( unsigned short  laser_scan[],
const char *  fname 
)

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

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