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

virtual reset/advanceDerived and override

parent b649fdf4
No related branches found
No related tags found
1 merge request!356Resolve "ProcessorTracker compatible with preprocessing and other processors"
Pipeline #5140 passed
......@@ -150,8 +150,8 @@ class ProcessorTrackerFeature : public ProcessorTracker
virtual bool voteForKeyFrame() const = 0;
// We overload the advance and reset functions to update the lists of matches
void advanceDerived();
void resetDerived();
virtual void advanceDerived() override;
virtual void resetDerived() override;
/**\brief Process new Features
*
......
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