00001
00002
00003
00004
00005
00006
00007
00008 #include <stdlib.h>
00009 #include <stdio.h>
00010 #include "klt/klt.hpp"
00011
00012
00013 namespace jafar {
00014
00015 namespace klt {
00016
00017
00100 void oldkltTest(const char *path,
00101 int firstFrame=0, int nFrames=1, int nFeatures=100,
00102 int border_x1=-1, int border_y1=-1, int border_x2=-1, int border_y2=-1,
00103 bool replace=false, int affineConsistencyCheck=-1,
00104 int window_size=11, int nPyramidLevels=3, int subsampling=2, int mindist=10,
00105 int maxDisplacement=60, int maxAccel=50, int measureError=10, int margin=10,
00106 double max_residue=24, int max_iterations=10, double min_determinant=0.01);
00107
00108
00109 }
00110
00111 }