42#ifndef vpTemplateTrackerZNCC_hh
43#define vpTemplateTrackerZNCC_hh
47#include <visp3/core/vpConfig.h>
48#include <visp3/core/vpDisplay.h>
49#include <visp3/core/vpImage.h>
50#include <visp3/core/vpImageFilter.h>
51#include <visp3/core/vpImageTools.h>
52#include <visp3/core/vpIoTools.h>
53#include <visp3/core/vpMath.h>
54#include <visp3/tt/vpTemplateTracker.h>
55#include <visp3/vision/vpHomography.h>
Implementation of column vector and the associated operations.
Definition of the vpImage class member functions.
Implementation of row vector and the associated operations.
void setGain(double _gain)
double getCost(const vpImage< unsigned char > &I)
VP_EXPLICIT vpTemplateTrackerZNCC(vpTemplateTrackerWarp *warp)
virtual void initHessienDesired(const vpImage< unsigned char > &I)=0
virtual void trackNoPyr(const vpImage< unsigned char > &I)=0
vpTemplateTracker()
Default constructor.
virtual double getCost(const vpImage< unsigned char > &I, const vpColVector &tp)=0