#include <Similarity.h>
Inheritance diagram for Impala::Visualization::Plot::Similarity:


Public Member Functions | |
| Similarity () | |
| virtual void | Draw (Plot *plot) |
| this function calls all opengl statements to draw the plottable all scaling, translation and raotation should be done before this function is called | |
| void | SetData (Array2dVec3UInt8 *im1, Array2dVec3UInt8 *im2) |
| void | Val2Color (double v) |
| void | AddLine (double x1, double y1, double x2, double y2, int colorId) |
| void | Clear () |
| void | SelectColor (int colorId, double intensity=1.) |
Protected Attributes | |
| Array2dVec3UInt8 * | mImage1 |
| Array2dVec3UInt8 * | mImage2 |
| std::vector< int > * | mMatch |
| std::vector< double > * | mScore |
| std::vector< PointZ > | mPoints1 |
| std::vector< PointZ > | mPoints2 |
| std::vector< int > | mColorId |
Definition at line 15 of file Similarity.h.
1.5.1