Class VoxelizedMarkFactory
Object
org.anchoranalysis.mpp.mark.voxelized.VoxelizedMarkFactory
public class VoxelizedMarkFactory extends Object
Factory class for creating
VoxelizedMarkHistogram instances.-
Method Summary
Modifier and Type Method Description static org.anchoranalysis.mpp.mark.voxelized.VoxelizedMarkHistogramcreate(Mark mark, EnergyStackWithoutParameters stack, RegionMap regionMap)Creates a newVoxelizedMarkHistograminstance.
-
Method Details
-
create
public static org.anchoranalysis.mpp.mark.voxelized.VoxelizedMarkHistogram create(Mark mark, EnergyStackWithoutParameters stack, RegionMap regionMap)Creates a newVoxelizedMarkHistograminstance.- Parameters:
mark- theMarkto be voxelizedstack- theEnergyStackWithoutParameterscontaining image dataregionMap- theRegionMapdefining regions for the mark- Returns:
- a new
VoxelizedMarkHistograminstance
-