ddd_pylib.image_manip.
ProjectionOperator#
- class ddd_pylib.image_manip.ProjectionOperator[source]#
Bases:
ImageOperatorFlattens (project) an image along a given axis using a specified projection method. The projection method can be one of the following:
‘Max’
‘Min’
‘Mean’
‘Sum’
‘Median’
Methods
- getPrefix()[source]#
Prefix added to the input image name to generate the output image name.
- Return type: