Solar
|
This is the complete list of members for SolAR::datastructure::Frame, including all inherited members.
addVisibilities(const std::map< uint32_t, uint32_t > &visibilites) | SolAR::datastructure::Frame | |
addVisibility(const uint32_t &id_keypoint, const uint32_t &id_cloudPoint) | SolAR::datastructure::Frame | |
boost::serialization::access (defined in SolAR::datastructure::Frame) | SolAR::datastructure::Frame | friend |
Frame()=default (defined in SolAR::datastructure::Frame) | SolAR::datastructure::Frame | |
Frame(const SRef< Frame > frame) (defined in SolAR::datastructure::Frame) | SolAR::datastructure::Frame | |
Frame(const SRef< Keyframe > keyframe) (defined in SolAR::datastructure::Frame) | SolAR::datastructure::Frame | |
Frame(const std::vector< Keypoint > &keypoints, const SRef< DescriptorBuffer > descriptors, const SRef< Image > view, const Transform3Df pose=Transform3Df::Identity()) (defined in SolAR::datastructure::Frame) | SolAR::datastructure::Frame | explicit |
Frame(const std::vector< Keypoint > &keypoints, const std::vector< Keypoint > &undistortedKeypoints, const SRef< DescriptorBuffer > descriptors, const SRef< Image > view, const SRef< Keyframe > refKeyframe, const Transform3Df pose=Transform3Df::Identity()) (defined in SolAR::datastructure::Frame) | SolAR::datastructure::Frame | explicit |
Frame(const std::vector< Keypoint > &keypoints, const std::vector< Keypoint > &undistortedKeypoints, const SRef< DescriptorBuffer > descriptors, const SRef< Image > view, const Transform3Df pose=Transform3Df::Identity()) (defined in SolAR::datastructure::Frame) | SolAR::datastructure::Frame | explicit |
getDescriptors() const | SolAR::datastructure::Frame | |
getKeypoint(int i) const | SolAR::datastructure::Frame | |
getKeypoints() const | SolAR::datastructure::Frame | |
getPose() const | SolAR::datastructure::Frame | |
getReferenceKeyframe() const | SolAR::datastructure::Frame | |
getUndistortedKeypoint(int i) const | SolAR::datastructure::Frame | |
getUndistortedKeypoints() const | SolAR::datastructure::Frame | |
getView() const | SolAR::datastructure::Frame | |
getVisibility() const | SolAR::datastructure::Frame | |
m_descriptors (defined in SolAR::datastructure::Frame) | SolAR::datastructure::Frame | protected |
m_keypoints (defined in SolAR::datastructure::Frame) | SolAR::datastructure::Frame | protected |
m_keypointsUndistort (defined in SolAR::datastructure::Frame) | SolAR::datastructure::Frame | protected |
m_mapVisibility (defined in SolAR::datastructure::Frame) | SolAR::datastructure::Frame | protected |
m_pose (defined in SolAR::datastructure::Frame) | SolAR::datastructure::Frame | protected |
m_referenceKeyFrame (defined in SolAR::datastructure::Frame) | SolAR::datastructure::Frame | protected |
m_view (defined in SolAR::datastructure::Frame) | SolAR::datastructure::Frame | protected |
removeVisibility(const uint32_t &id_keypoint, const uint32_t &id_cloudPoint) | SolAR::datastructure::Frame | |
serialize(Archive &ar, ATTRIBUTE(maybe_unused) const unsigned int version) (defined in SolAR::datastructure::Frame) | SolAR::datastructure::Frame | |
setDescriptors(const SRef< DescriptorBuffer > &descriptors) | SolAR::datastructure::Frame | |
setKeypoints(const std::vector< Keypoint > &kpts) | SolAR::datastructure::Frame | |
setPose(const Transform3Df &pose) | SolAR::datastructure::Frame | |
setReferenceKeyframe(const SRef< Keyframe > &keyframe) | SolAR::datastructure::Frame | |
setUndistortedKeypoints(const std::vector< Keypoint > &kpts) | SolAR::datastructure::Frame | |
setView(const SRef< Image > &view) | SolAR::datastructure::Frame | |
setVisibility(const std::map< uint32_t, uint32_t > &visibilities) | SolAR::datastructure::Frame | |
~Frame()=default | SolAR::datastructure::Frame |