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
sceneattribute is anSceneinstance.- 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_objsorNone. IfNonethen all targets are processed.