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

fixed names in FactorFeatureDummy (previously called epipolar)

parent dc5ecd72
No related branches found
No related tags found
1 merge request!278Resolve "Revisit demos (formerly called examples) and update them"
#ifndef FACTOR_EPIPOLAR_H
#define FACTOR_EPIPOLAR_H
#ifndef FACTOR_FEATURE_DUMMY_H
#define FACTOR_FEATURE_DUMMY_H
#include "core/factor/factor_base.h"
......@@ -52,7 +52,7 @@ class FactorFeatureDummy : public FactorBase
inline FactorFeatureDummy::FactorFeatureDummy(const FeatureBasePtr& /*_feature_ptr*/, const FeatureBasePtr& _feature_other_ptr,
const ProcessorBasePtr& _processor_ptr,
bool _apply_loss_function, FactorStatus _status) :
FactorBase("EPIPOLAR", nullptr, nullptr, _feature_other_ptr, nullptr, _processor_ptr, _apply_loss_function, _status)
FactorBase("FEATURE DUMMY", nullptr, nullptr, _feature_other_ptr, nullptr, _processor_ptr, _apply_loss_function, _status)
{
//
}
......@@ -65,4 +65,4 @@ inline FactorBasePtr FactorFeatureDummy::create(const FeatureBasePtr& _feature_p
} // namespace wolf
#endif // FACTOR_EPIPOLAR_H
#endif // FACTOR_FEATURE_DUMMY_H
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