Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
Bial::Plotting Class Reference

Plotting algorithms. More...

#include <Plotting.hpp>

Collaboration diagram for Bial::Plotting:
Collaboration graph

Static Public Member Functions

template<class D >
static void GnuPlot2DScatter (const std::string &basename, const Feature< D > &feat, size_t x=0, size_t y=1)
 Plots 2D scatter from x and y features from given feature vector with given arguments. More...
 
static void GnuPlot2DLine (const std::string &basename, const Vector< Signal > &signal)
 Plots 2D lines from signals. More...
 

Detailed Description

Plotting algorithms.

Definition at line 26 of file Plotting.hpp.

Member Function Documentation

static void Bial::Plotting::GnuPlot2DLine ( const std::string &  basename,
const Vector< Signal > &  signal 
)
static

Plots 2D lines from signals.

Date
2015/Mai/05
Parameters
basenameFile basename. A txt file for dots and a gnp file for gnuplot instructions.
signalA vector of signals that will be plotted.
Returns
none.
Warning
none.
template<class D >
static void Bial::Plotting::GnuPlot2DScatter ( const std::string &  basename,
const Feature< D > &  feat,
size_t  x = 0,
size_t  y = 1 
)
static

Plots 2D scatter from x and y features from given feature vector with given arguments.

Date
2015/Jan/12
Parameters
basenameFile basename. A txt file for dots and a gnp file for gnuplot instructions.
featA feature vector from which two features will be plotted.
x,yThe number of the features that will be plotted.
Returns
none.
Warning
none.

The documentation for this class was generated from the following file: