#include <types.hpp>
Public Member Functions | |
Intr () | |
Kinfu/types implementation. More... | |
Intr (float fx, float fy, float cx, float cy) | |
Intr | operator() (int level_index) const |
Public Attributes | |
float | cx |
float | cy |
float | fx |
float | fy |
kfusion::Intr::Intr | ( | ) |
Kinfu/types implementation.
Definition at line 7 of file precomp.cpp.
kfusion::Intr::Intr | ( | float | fx, |
float | fy, | ||
float | cx, | ||
float | cy | ||
) |
Definition at line 8 of file precomp.cpp.
kfusion::Intr kfusion::Intr::operator() | ( | int | level_index | ) | const |
Definition at line 10 of file precomp.cpp.