#ifdef __cplusplus
namespace mv {
- class Marker;
+ struct Marker;
}
void libmv_apiMarkerToMarker(const libmv_Marker& libmv_marker,
mv::Marker *marker);
using libmv::TrackRegionOptions;
using libmv::TrackRegionResult;
-class FrameAccessor;
+struct FrameAccessor;
class OperationListener;
// The coordinator of all tracking operations; keeps track of all state
namespace mv {
class Tracks;
-class Marker;
+struct Marker;
// Predict the position of the given marker, and update it accordingly. The
// existing position will be overwritten.