Utility. More...
Namespaces | |
cuda | |
device | |
Classes | |
struct | ImgPose |
struct | Intr |
class | KinFu |
struct | KinFuParams |
class | LVRPipeline |
class | OpenNISource |
class | Options |
A class to parse the program options for the reconstruction executable. More... | |
struct | PixelRGB |
struct | Point |
struct | RGB |
struct | SampledScopeTime |
struct | ScopeTime |
struct | tsdf_buffer |
Structure to handle buffer addresses. More... | |
struct | TSDFSlice |
Typedefs | |
typedef cv::Affine3f | Affine3f |
typedef cv::Matx33f | Mat3f |
typedef Point | Normal |
typedef cv::Vec3f | Vec3f |
typedef cv::Vec3i | Vec3i |
Functions | |
float | deg2rad (float alpha) |
template<typename D , typename S > | |
D | device_cast (const S &source) |
template<> | |
device::Aff3f | device_cast< device::Aff3f, Affine3f > (const Affine3f &source) |
ostream & | operator<< (ostream &os, const Options &o) |
Overlaoeded outpur operator. More... | |
KF_EXPORTS std::ostream & | operator<< (std::ostream &os, const Intr &intr) |
KF_EXPORTS std::ostream & | operator<< (std::ostream &os, const kfusion::Point &p) |
Utility.
typedef cv::Affine3f kfusion::Affine3f |
typedef cv::Matx33f kfusion::Mat3f |
typedef Point kfusion::Normal |
typedef cv::Vec3f kfusion::Vec3f |
typedef cv::Vec3i kfusion::Vec3i |
|
inline |
Definition at line 16 of file precomp.hpp.
|
inline |
Definition at line 22 of file precomp.hpp.
|
inline |
Overlaoeded outpur operator.
Definition at line 215 of file ext/kintinuous/kfusion/include/kfusion/Options.hpp.
KF_EXPORTS std::ostream& kfusion::operator<< | ( | std::ostream & | os, |
const Intr & | intr | ||
) |
Definition at line 16 of file precomp.cpp.
std::ostream & kfusion::operator<< | ( | std::ostream & | os, |
const kfusion::Point & | p | ||
) |
Definition at line 21 of file precomp.cpp.