|
|
| DiscreteFrustum (int smoothing=1, double bin_depth=1.0, double max_dist=10.0) |
| |
| void | addExample (double ground_truth, double measurement) |
| |
|
int | index (double z) const |
| |
|
void | undistort (double *z) const |
| |
|
void | interpolatedUndistort (double *z) const |
| |
|
void | serialize (std::ostream &out, bool ascii) const |
| |
|
void | deserialize (std::istream &in, bool ascii) |
| |
◆ addExample()
| void clams::DiscreteFrustum::addExample |
( |
double |
ground_truth, |
|
|
double |
measurement |
|
) |
| |
z value, not distance to origin. thread-safe.
◆ DiscreteDepthDistortionModel
◆ max_dist_
| double clams::DiscreteFrustum::max_dist_ |
|
protected |
◆ num_bins_
| int clams::DiscreteFrustum::num_bins_ |
|
protected |
◆ bin_depth_
| double clams::DiscreteFrustum::bin_depth_ |
|
protected |
◆ counts_
| Eigen::VectorXf clams::DiscreteFrustum::counts_ |
|
protected |
◆ total_numerators_
| Eigen::VectorXf clams::DiscreteFrustum::total_numerators_ |
|
protected |
◆ total_denominators_
| Eigen::VectorXf clams::DiscreteFrustum::total_denominators_ |
|
protected |
◆ multipliers_
| Eigen::VectorXf clams::DiscreteFrustum::multipliers_ |
|
protected |
The documentation for this class was generated from the following file: