Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
oldkltTest.hpp
00001 /**********************************************************************
00002 Finds the 150 best features in an image and tracks them through the 
00003 next two images.  The sequential mode is set in order to speed
00004 processing.  The features are stored in a feature table, which is then
00005 saved to a text file; each feature list is also written to a PPM file.
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 }
 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