svo
Semi-Direct Visual Odometry
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes | Static Public Attributes
svo::Seed Struct Reference

A seed is a probabilistic depth estimate for a single pixel. More...

#include <depth_filter.h>

List of all members.

Public Member Functions

 Seed (Feature *ftr, float depth_mean, float depth_min)

Public Attributes

int batch_id
 Batch id is the id of the keyframe for which the seed was created.
int id
 Seed ID, only used for visualization.
Featureftr
 Feature in the keyframe for which the depth should be computed.
float a
 a of Beta distribution: When high, probability of inlier is large.
float b
 b of Beta distribution: When high, probability of outlier is large.
float mu
 Mean of normal distribution.
float z_range
 Max range of the possible depth.
float sigma2
 Variance of normal distribution.
Matrix2d patch_cov
 Patch covariance in reference image.

Static Public Attributes

static
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
int 
batch_counter
static int seed_counter

Detailed Description

A seed is a probabilistic depth estimate for a single pixel.


Constructor & Destructor Documentation

svo::Seed::Seed ( Feature ftr,
float  depth_mean,
float  depth_min 
)

Member Data Documentation

float svo::Seed::a

a of Beta distribution: When high, probability of inlier is large.

float svo::Seed::b

b of Beta distribution: When high, probability of outlier is large.

EIGEN_MAKE_ALIGNED_OPERATOR_NEW int svo::Seed::batch_counter [static]

Batch id is the id of the keyframe for which the seed was created.

Feature in the keyframe for which the depth should be computed.

Seed ID, only used for visualization.

Mean of normal distribution.

Patch covariance in reference image.

Variance of normal distribution.

Max range of the possible depth.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines