SurfaceFeature.not_found¶
giant.relative_opnav.estimators.sfn.surface_features:
This method is called when the feature is not found in an image.
It increments the
n_not_foundcounter by 1. If then_not_foundcounter is then greater than thestale_count_unload_threshold, the shape data will be unloaded from memory. Additionally, if the memory footprint of the current process is using more thanmemory_percent_unload_thresholdthen, regardless of how long its been since this feature was last used, the shape data will be unloaded from memory.Typically a user will not use this method directly as it is automatically called by the
VisualFeatureFinderclass.If the instance of this class was provided the shape object directly, instead of the file containing the shape data then this method will not try to unload, though it will still increase the counter for posterity.