ConstraintMatching.estimate¶
giant.relative_opnav.estimators.constraint_matching
:
Do the estimation according to the current settings
Warning
Before calling this method be sure that the scene has been updated to correspond to the correct image time. This method does not update the scene automatically, even if the
scene
attribute is anScene
instance.- Parameters:
image (OpNavImage) – The image to locate the targets in
include_targets (List[bool] | None) – A list specifying whether to process the corresponding target in
Scene.target_objs
orNone
. IfNone
then all targets are processed.