MVE - Multi-View Environment mve-devel
|
Bundler Component: Computes image features for every view in the scene and stores the features in the viewports. More...
#include <bundler_features.h>
Classes | |
struct | Options |
Public Member Functions | |
Features (Options const &options) | |
void | compute (mve::Scene::Ptr scene, ViewportList *viewports) |
Computes features for all images in the scene. | |
Bundler Component: Computes image features for every view in the scene and stores the features in the viewports.
Definition at line 28 of file bundler_features.h.
|
inlineexplicit |
Definition at line 63 of file bundler_features.h.
void sfm::bundler::Features::compute | ( | mve::Scene::Ptr | scene, |
ViewportList * | viewports | ||
) |
Computes features for all images in the scene.
Definition at line 22 of file bundler_features.cc.