#include <internal.hpp>
Public Member Functions | |
__kf_device__ float2 | operator() (const float3 &p) const |
Projector. More... | |
Projector () | |
Projector (float fx, float fy, float cx, float cy) | |
Projector host implementation. More... | |
Public Attributes | |
float2 | c |
float2 | f |
Definition at line 55 of file internal.hpp.
|
inline |
Definition at line 58 of file internal.hpp.
kfusion::device::Projector::Projector | ( | float | fx, |
float | fy, | ||
float | cx, | ||
float | cy | ||
) |
Projector host implementation.
Definition at line 47 of file precomp.cpp.
__kf_device__ float2 kfusion::device::Projector::operator() | ( | const float3 & | p | ) | const |
Definition at line 35 of file device.hpp.
float2 kfusion::device::Projector::c |
Definition at line 57 of file internal.hpp.
float2 kfusion::device::Projector::f |
Definition at line 57 of file internal.hpp.