Skip to content
Snippets Groups Projects

WIP: Vision utils

Closed Joan Solà Ortega requested to merge vision_utils into devel
Compare and
36 files
+ 583
112
Compare changes
  • Side-by-side
  • Inline
Files
36
@@ -21,8 +21,8 @@ class ConstraintAutodiffDistance3D : public ConstraintAutodiff<ConstraintAutodif
@@ -21,8 +21,8 @@ class ConstraintAutodiffDistance3D : public ConstraintAutodiff<ConstraintAutodif
ConstraintAutodiffDistance3D(const FeatureBasePtr& _feat,
ConstraintAutodiffDistance3D(const FeatureBasePtr& _feat,
const FrameBasePtr& _frm_other,
const FrameBasePtr& _frm_other,
const ProcessorBasePtr& _processor_ptr,
const ProcessorBasePtr& _processor_ptr,
bool _apply_loss_function,
bool _apply_loss_function = false,
ConstraintStatus _status) :
ConstraintStatus _status = CTR_ACTIVE) :
ConstraintAutodiff("DISTANCE 3D",
ConstraintAutodiff("DISTANCE 3D",
_frm_other,
_frm_other,
nullptr,
nullptr,
Loading