#include <new>
#include "KLTTracker.h"
#include "Image/ByteImage.h"
#include "Image/ImageProcessor.h"
#include "Math/Math2d.h"
#include <stdio.h>
#include <float.h>
#include <math.h>
Go to the source code of this file.
Macros | |
#define | KLT_ITERATIONS 20 |
#define KLT_ITERATIONS 20 |
Definition at line 63 of file KLTTracker.cpp.