PlanarGC
1.0.2
All
Data Structures
Functions
Variables
Enumerations
Enumerator
Friends
Pages
cutshape.cpp
#include "CutShape.h"
int
main() {
CutShape
shape_cut;
/*
please load the nxn dissimilarity matrix dissim here
*/
shape_cut.
setDissimilarityMatrix
(n, dissim);
double
score;
score = shape_cut.
getMatchingScore
();
vector< pair<int,int> > matching;
matching = shape_cut.
getMatching
();
}
© 2009 - 2013 by Eno Töppe, Frank R. Schmidt
generated by
Doxygen