Skip to content

Reconstruct

source module isofit.utils.reconstruct

Functions

  • reconstruct_subs Helper function to take the flat array that the superpixel algorithms work with and turn them into images at the full resolution of the input/output file. They will have the full array-resolution, but appear as coarser pixel-resolution images.

  • cli

source reconstruct_subs(input_subs_path, output_path, lbl_working_path)

Helper function to take the flat array that the superpixel algorithms work with and turn them into images at the full resolution of the input/output file. They will have the full array-resolution, but appear as coarser pixel-resolution images.

args

input_subs_path:    Input subs file path.

output_path:        Output reconstructed file path.

lbl_working_path:   File path to label file for reconstruction.

returns

None

source cli(**kwargs)