Template Struct FrameData¶
- Defined in File FrameData.h
Struct Documentation¶
-
template <int __LEVELS>
structFrameData¶ Public Functions
-
FrameData()¶
-
FrameData(const Camera &camera, const ImageSize &slamImageSize, const unsigned char *data)¶
-
FrameData(const Camera &camera, const ImageSize &slamImageSize, const float *data)¶
-
~FrameData()¶
Public Members
-
const int
Levels= __LEVELS¶
-
template<>
ImageSizeimgSize[__LEVELS]¶
-
template<>
Cameracamera[__LEVELS]¶
-
template<>
float *image[__LEVELS]¶
-
template<>
boolimageValid[__LEVELS]¶
-
template<>
Eigen::Vector4f *gradients[__LEVELS]¶
-
template<>
boolgradientsValid[__LEVELS]¶
-
template<>
float *maxGradients[__LEVELS]¶
-
template<>
boolmaxGradientsValid[__LEVELS]¶
-
bool
hasIDepthBeenSet¶
-
template<>
float *idepth[__LEVELS]¶
-
template<>
boolidepthValid[__LEVELS]¶
-
template<>
float *idepthVar[__LEVELS]¶
-
template<>
boolidepthVarValid[__LEVELS]¶
-
unsigned char *
validity_reAct¶
-
float *
idepth_reAct¶
-
float *
idepthVar_reAct¶
-
bool
reActivationDataValid¶
-
bool *
refPixelWasGood¶
Protected Functions
-
void
commonInitialization(const Camera &cam, const ImageSize &slamImageSize)¶
-