Blender  V3.3
Public Types | Static Public Member Functions | List of all members
libmv::two_view::kernel::NormalizedSolver< Solver, Unnormalizer > Struct Template Reference

#include <two_view_kernel.h>

Public Types

enum  { MINIMUM_SAMPLES = Solver::MINIMUM_SAMPLES }
 

Static Public Member Functions

static void Solve (const Mat &x1, const Mat &x2, vector< Mat3 > *models)
 

Detailed Description

template<typename Solver, typename Unnormalizer>
struct libmv::two_view::kernel::NormalizedSolver< Solver, Unnormalizer >

Definition at line 34 of file two_view_kernel.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename Solver , typename Unnormalizer >
anonymous enum
Enumerator
MINIMUM_SAMPLES 

Definition at line 35 of file two_view_kernel.h.

Member Function Documentation

◆ Solve()

template<typename Solver , typename Unnormalizer >
static void libmv::two_view::kernel::NormalizedSolver< Solver, Unnormalizer >::Solve ( const Mat x1,
const Mat x2,
vector< Mat3 > *  models 
)
inlinestatic

The documentation for this struct was generated from the following file: