RelativeOpNav.process_image

giant.relative_opnav.relnav_class:

RelativeOpNav.process_image(worker, image_ind, image, observable_type, include_targets=None)[source]

This is the default setup for processing an image through a RelNav technique and storing the results for a single image.

First, the RelNav technique instance is applied to the image using the RelNavEstimator.estimate() method. Finally, the results from processing the image are stored depending on what types of results were generated by the technique. This is controlled by the observable_type input.

Parameters