Libmv: Code cleanup, mixed class/struct in declaration/definition

This commit is contained in:
Sergey Sharybin 2014-11-01 02:53:36 +05:00
parent 29c71b2c09
commit 26e440838f
3 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,7 @@ typedef struct libmv_Marker {
#ifdef __cplusplus
namespace mv {
class Marker;
struct Marker;
}
void libmv_apiMarkerToMarker(const libmv_Marker& libmv_marker,
mv::Marker *marker);

View File

@ -37,7 +37,7 @@ using libmv::CameraIntrinsics;
using libmv::TrackRegionOptions;
using libmv::TrackRegionResult;
class FrameAccessor;
struct FrameAccessor;
class OperationListener;
// The coordinator of all tracking operations; keeps track of all state

View File

@ -26,7 +26,7 @@
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.