SurfaceFeature.found¶
giant.relative_opnav.estimators.sfn.surface_features:
This method is called when the feature is found in an image and will be processed.
It resets the
n_not_foundcounter to 0.Typically a user will not use this method directly as it is automatically called by the
VisualFeatureFinderclass.