8#ifndef META_OCEAN_TRACKING_SLAM_OBSERVATION_H
9#define META_OCEAN_TRACKING_SLAM_OBSERVATION_H
76 frameIndex_(frameIndex),
77 imagePoint_(imagePoint)
This class implements an observation of a 3D feature point in a camera frame.
Definition Observation.h:39
Index32 frameIndex_
The index of the camera frame in which the observation was made.
Definition Observation.h:69
Observation()=default
Default constructor creating an invalid observation.
Vector2 imagePoint_
The image point of the observation.
Definition Observation.h:72
Index32 frameIndex() const
Returns the index of the camera frame in which the observation was made.
Definition Observation.h:82
const Vector2 & imagePoint() const
Returns the image point of this observation.
Definition Observation.h:87
uint32_t Index32
Definition of a 32 bit index value.
Definition Base.h:84
std::vector< Observation > Observations
Definition of a vector holding observations.
Definition Observation.h:31
The namespace covering the entire Ocean framework.
Definition Accessor.h:15