Skip to content
Snippets Groups Projects
Commit 562d2893 authored by Joaquim Casals Buñuel's avatar Joaquim Casals Buñuel
Browse files

Fixed vision_util related file

parent e7db0ded
No related branches found
No related tags found
1 merge request!252Renamed Constraint to Factor and others
Pipeline #2658 passed
...@@ -313,7 +313,7 @@ FactorBasePtr ProcessorTrackerLandmarkImage::createFactor(FeatureBasePtr _featur ...@@ -313,7 +313,7 @@ FactorBasePtr ProcessorTrackerLandmarkImage::createFactor(FeatureBasePtr _featur
if ((std::static_pointer_cast<LandmarkAHP>(_landmark_ptr))->getAnchorFrame() == last_ptr_->getFrame()) if ((std::static_pointer_cast<LandmarkAHP>(_landmark_ptr))->getAnchorFrame() == last_ptr_->getFrame())
{ {
return FactorBase(); return FactorBasePtr();
} }
else else
{ {
......
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