00001 #include <stdlib.h>
00002 #include <stdio.h>
00003 #include "klt/klt.hpp"
00004
00005 #include "datareader/ImageReader.hpp"
00006
00007 namespace jafar {
00008
00009 namespace klt {
00010
00011
00084 void kltTest(const jafar::datareader::ImageReader& imaRead,
00085 int firstFrame,
00086 int frameStep,
00087 int lastFrame,
00088 std::string path2FeatureFile,
00089 int nFeatures=100,
00090 int border_x1=-1,
00091 int border_y1=-1,
00092 int border_x2=-1,
00093 int border_y2=-1,
00094 bool replace=false,
00095 int affineConsistencyCheck=-1,
00096 int window_size=11,
00097 int nPyramidLevels=3,
00098 int subsampling=2,
00099 int mindist=10,
00100 int maxDisplacement=60,
00101 int maxAccel=50,
00102 int measureError=10,
00103 int margin=10,
00104 double max_residue=24,
00105 int max_iterations=10,
00106 double min_determinant=0.01);
00107
00108
00109
00110
00111
00112
00113
00114
00115
00116
00117
00118
00119
00120
00121
00122
00123
00124
00125 }
00126
00127 }