We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f282cdf commit 1f9cf2dCopy full SHA for 1f9cf2d
brainles_preprocessing/defacing/defacer.py
@@ -18,6 +18,8 @@ def __init__(
18
"""
19
# Here, masking value functions as a global value across all images and modalities
20
# If no value is passed, the minimum of a given input image is chosen
21
+ # TODO: Consider extending this to modality-specific masking values in the future, this should
22
+ # probably be implemented as a property of the the specific modality
23
self.masking_value = masking_value
24
25
@abstractmethod
0 commit comments