MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Classes | Public Member Functions | List of all members
sfm::bundler::Features Class Reference

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ Features()

sfm::bundler::Features::Features ( Options const &  options)
inlineexplicit

Definition at line 63 of file bundler_features.h.

Member Function Documentation

◆ compute()

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.


The documentation for this class was generated from the following files: