Go to the documentation of this file.
28 #define WORST_MATCH_ALLOWED (0.9)
29 #define WORST_EVIDENCE (1.0)
30 #define MAX_LENGTH_MISMATCH (2.0 * GetPicoFeatureLength ())
33 #define PROTO_SUFFIX ".mf.p"
34 #define CONFIG_SUFFIX ".cl"
49 #define CenterX(M) ( (M)[XPOSITION] )
50 #define CenterY(M) ( (M)[YPOSITION] )
51 #define LengthOf(M) ( (M)[MFLENGTH] )
52 #define OrientationOf(M) ( (M)[ORIENTATION] )
82 register double Similarity);