![]() |
ImFusion SDK 4.3
|
Set of pre- or post-processing operations acting on Data Structures that implement the Operation interface. More...
Collaboration diagram for Data Operations:Set of pre- or post-processing operations acting on Data Structures that implement the Operation interface.
Topics | |
| Operations List | |
| List of all classes implementing the Operation interface. | |
| Samplers List | |
| Subset of Operation classes implementing the ImageROISampler interface. | |
Classes | |
| class | ImageROISampler |
| Interface for samplers used during training of machine learning models. More... | |
| class | MatrixBasedOperation |
| Extension of the Operation class for operations based on a geometric transformation using a matrix (e.g. More... | |
| class | Operation |
| Class to define a pre-post processing operation on data items. More... | |
| class | OperationsSequence |
| Class to execute a sequence of Operation, depending on the workflow phase (training, validation, etc.). More... | |
| class | RandomOperation< BaseOp > |
Abstract class for random operations that build upon another one In order to create a randomized version of a BaseOperation, you need to derive from RandomOperation<BaseOperation> and just implement the method randomizeOperation. More... | |