GUIBRUSHR.Retrieval.ModelCalculation.Classes.Smooth module¶
Smooth class for handling smoothing operations.
This module contains the Smooth class which manages smoothing parameters for data processing operations.
- class GUIBRUSHR.Retrieval.ModelCalculation.Classes.Smooth.Smooth(smooth_on, smooth_size)[source]¶
Bases:
objectA class to handle smoothing parameters and operations.
This class stores configuration parameters for smoothing operations, including whether smoothing is enabled and the size of the smoothing window.
- smooth_on¶
Flag indicating whether smoothing is enabled
- smooth_size¶
Size parameter for the smoothing operation