|
Blender V5.0
|
#include "libmv/autotrack/predict_tracks.h"#include "libmv/autotrack/marker.h"#include "libmv/autotrack/tracks.h"#include "libmv/base/vector.h"#include "libmv/logging/logging.h"#include "libmv/tracking/kalman_filter.h"Go to the source code of this file.
Namespaces | |
| namespace | mv |
Typedefs | |
| typedef Eigen::Vector2d | mv::Vec2 |
| template<class ElementType> | |
| using | mv::vector |
Functions | |
| bool | mv::PredictMarkerPosition (const Tracks &tracks, const PredictDirection direction, Marker *marker) |