From b4f2a4f2228238203f9907566e62864e51c58815 Mon Sep 17 00:00:00 2001 From: Gabriel Iltis Date: Tue, 6 Jan 2015 15:37:59 -0500 Subject: [PATCH] DEV: Updated modules.yaml to match import functions specified by API Functions added focus on image processing --- vttools/vtmods/import_lists/modules.yaml | 32 ++++++++++++++++-------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/vttools/vtmods/import_lists/modules.yaml b/vttools/vtmods/import_lists/modules.yaml index 4b4433a..46134f3 100644 --- a/vttools/vtmods/import_lists/modules.yaml +++ b/vttools/vtmods/import_lists/modules.yaml @@ -28,6 +28,12 @@ autowrap_func: - func_name: read_netCDF module_path: skxray.io.net_cdf_io namespace: io +- func_name: read_tiff + module_path: skxray.io.tiff_io + namespace: io +- func_name: save_tiff + module_path: skxray.io.tiff_io + namespace: io - func_name: grid3d module_path: skxray.core @@ -139,34 +145,40 @@ autowrap_func: # FF IMAGE PROCESSING: MORPHOLOGY MANIPULATION - func_name: binary_opening module_path: skxray.api.ff_image - namespace: image_processing | morphology + namespace: image_processing | morphology | binary - func_name: binary_closing module_path: skxray.api.ff_image - namespace: image_processing | morphology + namespace: image_processing | morphology | binary - func_name: binary_erosion module_path: skxray.api.ff_image - namespace: image_processing | morphology + namespace: image_processing | morphology | binary - func_name: binary_dilation module_path: skxray.api.ff_image - namespace: image_processing | morphology + namespace: image_processing | morphology | binary - func_name: grey_opening module_path: skxray.api.ff_image - namespace: image_processing | morphology + namespace: image_processing | morphology | grayscale - func_name: grey_closing module_path: skxray.api.ff_image - namespace: image_processing | morphology + namespace: image_processing | morphology | grayscale - func_name: grey_erosion module_path: skxray.api.ff_image - namespace: image_processing | morphology + namespace: image_processing | morphology | grayscale - func_name: grey_dilation module_path: skxray.api.ff_image - namespace: image_processing | morphology + namespace: image_processing | morphology | grayscale - func_name: binary_fill_holes module_path: skxray.api.ff_image - namespace: image_processing | morphology + namespace: image_processing | morphology | binary - func_name: binary_propagation module_path: skxray.api.ff_image - namespace: image_processing | morphology + namespace: image_processing | morphology | binary +- func_name: extract_material + module_path: skxray.api.ff_image + namespace: image_processing | morphology | material manipulation +- func_name: extract_all_else + module_path: skxray.api.ff_image + namespace: image_processing | morphology | material manipulation # FF IMAGE PROCESSING: THRESHOLDING TOOLS - func_name: thresh_globalGT module_path: skxray.api.ff_image