1#ifndef CVTRACK_CORRELATION_TRACKER_H_
2#define CVTRACK_CORRELATION_TRACKER_H_
4#include "tracked_object.h"
15 void Init(
const BoundingBox &box,
const uint8_t *frame,
int width,
int height,
int channels);
16 void Update(
const uint8_t *frame,
int width,
int height,
int channels,
BoundingBox &out_box);
Definition correlation_tracker.h:10
Definition tracked_object.h:11
Definition correlation_tracker.cc:12