![]() |
ImFusion C++ SDK 4.4.0
|
Set of pre- or post-processing operations acting on Data Structures that implement the Operation interface. More...
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 | ImFusion::ML::ImageROISampler |
| Interface for samplers used during training of machine learning models. More... | |
| class | ImFusion::ML::MatrixBasedOperation |
| Extension of the Operation class for operations based on a geometric transformation using a matrix (e.g. More... | |
| class | ImFusion::ML::Operation |
| Class to define a pre-post processing operation on data items. More... | |
| class | ImFusion::ML::OperationsSequence |
| Class to execute a sequence of Operation, depending on the workflow phase (training, validation, etc.). More... | |
| class | ImFusion::ML::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... | |