|
Blender V4.3
|
#include "libmv/simple_pipeline/keyframe_selection.h"#include "ceres/ceres.h"#include "libmv/logging/logging.h"#include "libmv/multiview/fundamental.h"#include "libmv/multiview/homography.h"#include "libmv/numeric/numeric.h"#include "libmv/simple_pipeline/bundle.h"#include "libmv/simple_pipeline/intersect.h"#include <Eigen/Eigenvalues>Go to the source code of this file.
Namespaces | |
| namespace | libmv |
Functions | |
| void | libmv::SelectKeyframesBasedOnGRICAndVariance (const Tracks &_tracks, const CameraIntrinsics &intrinsics, vector< int > &keyframes) |