Skip to content

Commit 6f6935b

Browse files
author
Gabriel Iltis
committed
DEV: Restructured image processing tool inclusion in the API
Removed the ff_image api structure file and reorganized the image processing tools and functions in accordance with the changes incorporated into wrap_lib. Image processing tools are now included according to tool function or category.
1 parent e918077 commit 6f6935b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

vt_config/NSLS-II/init.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@ def get_modules():
108108
'skxray.io.binary',
109109
'skxray.api.diffraction',
110110
'vttools.to_wrap.fitting',
111+
'skxray.api.image_processing.arithmetic.basic_math',
112+
'skxray.api.image_processing.arithmetic.logic',
113+
'skxray.api.image_processing.filtering',
114+
'skxray.api.image_processing.histogram',
115+
'skxray.api.image_processing.morphology',
116+
'skxray.api.image_processing.thresholding',
117+
'skxray.api.image_processing.transformation'
111118
]
112119

113120
for mod_name in mod_targets:

0 commit comments

Comments
 (0)