![]() |
Project
|
#include "boost/program_options.hpp"
#include "MCHMappingInterface/CathodeSegmentation.h"
#include "MCHMappingSegContour/CathodeSegmentationContours.h"
#include "MCHMappingSegContour/CathodeSegmentationSVGWriter.h"
#include "MCHContour/SVGWriter.h"
#include <fstream>
#include <iostream>
Go to the source code of this file.
Functions | |
std::pair< double, double > | parsePoint (std::string ps) |
int | main (int argc, char *argv[]) |
Definition at line 36 of file SVGSegmentation.cxx.
std::pair< double, double > parsePoint | ( | std::string | ps | ) |
Definition at line 27 of file SVGSegmentation.cxx.