Mercurial > hg > multitrack-audio-matcher
comparison annotationCalculatorSrc/PlotTools.h @ 45:d23685b9e766
Fixed the alignment error caluculations and added histogram plotting
author | Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk> |
---|---|
date | Tue, 08 May 2012 21:53:11 +0100 |
parents | b7ad807c9cde |
children |
comparison
equal
deleted
inserted
replaced
44:73fbbc92fdfb | 45:d23685b9e766 |
---|---|
22 | 22 |
23 void plotVector(const DoubleVector& d); | 23 void plotVector(const DoubleVector& d); |
24 void plotVector(const DoubleVector& d, const double& xStart, const double& xEnd, const double& yStart, const double& yEnd); | 24 void plotVector(const DoubleVector& d, const double& xStart, const double& xEnd, const double& yStart, const double& yEnd); |
25 | 25 |
26 void plotTwoVectors(const DoubleVector& d, const DoubleVector& h); | 26 void plotTwoVectors(const DoubleVector& d, const DoubleVector& h); |
27 void plotTwoVectors(const DoubleVector& d, const DoubleVector& h, const double& xStart, const double& xEnd, const double& yStart, const double& yEnd); | 27 void plotTwoVectors(const DoubleVector& d, const DoubleVector& h, const double& xStart, const double& xEnd, const double& yStart, const double& yEnd, const bool drawAxes); |
28 | 28 |
29 double screenHeight; | 29 double screenHeight; |
30 double screenWidth; | 30 double screenWidth; |
31 int getY(const int& y); | 31 int getY(const int& y); |
32 bool plotPoints; | |
33 | |
34 | |
35 | |
32 }; | 36 }; |
33 #endif | 37 #endif |