Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
kltTest.hpp
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     void kltOriginalTest(const jafar::datareader::ImageReader& imaRead, 
00109      int firstFrame, 
00110      int frameStep, 
00111      int lastFrame,
00112      std::string path2FeatureFile,
00113      int nFeatures=100, 
00114      bool replace=false, 
00115      int affineConsistencyCheck=-1, 
00116      int window_size=11, 
00117      int nPyramidLevels=3, 
00118      int subsampling=2, 
00119      int mindist=10,
00120      double max_residue=24, 
00121      int max_iterations=10, 
00122      double min_determinant=0.01);
00123 */
00124     
00125   }
00126 
00127 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:24 for Jafar by doxygen 1.7.6.1
LAAS-CNRS