Skip to content

Commit

Permalink
DEV: Updated modules.yaml to match import functions specified by API
Browse files Browse the repository at this point in the history
Functions added focus on image processing
  • Loading branch information
Gabriel Iltis committed Jan 6, 2015
1 parent c07aa31 commit b4f2a4f
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions vttools/vtmods/import_lists/modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b4f2a4f

Please sign in to comment.