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
...@@ -188,7 +188,7 @@ class ProcessorTrackerFeature : public ProcessorTracker ...@@ -188,7 +188,7 @@ class ProcessorTrackerFeature : public ProcessorTracker
*/ */
virtual FactorBasePtr emplaceFactor(FeatureBasePtr _feature_ptr, FeatureBasePtr _feature_other_ptr) = 0; 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(); virtual void establishFactors();
}; };
......
...@@ -160,7 +160,7 @@ class ProcessorTrackerLandmark : public ProcessorTracker ...@@ -160,7 +160,7 @@ class ProcessorTrackerLandmark : public ProcessorTracker
const CaptureBasePtr& _capture, const CaptureBasePtr& _capture,
FeatureBasePtrList& _features_out) = 0; 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(); virtual void emplaceNewLandmarks();
...@@ -178,7 +178,7 @@ class ProcessorTrackerLandmark : public ProcessorTracker ...@@ -178,7 +178,7 @@ class ProcessorTrackerLandmark : public ProcessorTracker
*/ */
virtual FactorBasePtr emplaceFactor(FeatureBasePtr _feature_ptr, LandmarkBasePtr _landmark_ptr) = 0; 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(); 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