Skip to content
Snippets Groups Projects
Commit 5d61eb1f authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

documentation

parent 94637715
No related branches found
No related tags found
1 merge request!274Resolve "Emplace API inconsistent with ProcessorTrackerFeature/Landmark functions"
Pipeline #3697 failed
This commit is part of merge request !274. Comments created here will be created in the context of that merge request.
......@@ -188,7 +188,7 @@ class ProcessorTrackerFeature : public ProcessorTracker
*/
virtual FactorBasePtr emplaceFactor(FeatureBasePtr _feature_ptr, FeatureBasePtr _feature_other_ptr) = 0;
/** \brief Establish factors between features in Captures \b last and \b origin
/** \brief Emplaces a new factor for each correspondence between a feature in Capture \b last and a feature in Capture \b origin
*/
virtual void establishFactors();
};
......
......@@ -160,7 +160,7 @@ class ProcessorTrackerLandmark : public ProcessorTracker
const CaptureBasePtr& _capture,
FeatureBasePtrList& _features_out) = 0;
/** \brief Emplace a landmark for each of new_features_last_
/** \brief Emplace a landmark for each new feature of new_features_last_
**/
virtual void emplaceNewLandmarks();
......@@ -178,7 +178,7 @@ class ProcessorTrackerLandmark : public ProcessorTracker
*/
virtual FactorBasePtr emplaceFactor(FeatureBasePtr _feature_ptr, LandmarkBasePtr _landmark_ptr) = 0;
/** \brief Establish factors between features in Capture \b last and landmarks
/** \brief Emplaces a new factor for each correspondence between a feature in Capture \b last and a landmark
*/
virtual void establishFactors();
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment