Uses of Class
org.anchoranalysis.feature.energy.EnergyStackWithoutParameters
Packages that use EnergyStackWithoutParameters
Package
Description
A particular stack used in feature-calculations called a
EnergyStack together with related classes.Initialization parameters used for beans in
org.anchoranalysis.feature.bean.Image-related implementations of
FeatureInput.Non-bean classes pertaining to calculating energy of {org.anchoranalysis.mpp.mark.Mark}s.
Saved snapshots of energy-calculations.
Factorized form of storing the energy during an energy-minimization optimization scheme.
Non-bean classes for calculating feature-values related to
Marks.A mark after a voxel-representation has been inferred.
Memoization of
VoxelizedMarks.Load test image data.
-
Uses of EnergyStackWithoutParameters in org.anchoranalysis.feature.energy
Methods in org.anchoranalysis.feature.energy that return EnergyStackWithoutParametersModifier and TypeMethodDescriptionEnergyStackWithoutParameters.extractSlice(int z) Extract a particular z-slice from theEnergyStackWithoutParametersas a new stack.EnergyStack.withoutParameters()The energy-stack without associated parameters.Constructors in org.anchoranalysis.feature.energy with parameters of type EnergyStackWithoutParametersModifierConstructorDescriptionEnergyStack(EnergyStackWithoutParameters energyStack) Create from aEnergyStackWithoutParameterswithout any additional parameters.EnergyStack(EnergyStackWithoutParameters delegate, Dictionary parameters) Creates a newEnergyStackinstance. -
Uses of EnergyStackWithoutParameters in org.anchoranalysis.feature.initialization
Methods in org.anchoranalysis.feature.initialization that return types with arguments of type EnergyStackWithoutParametersModifier and TypeMethodDescriptionFeatureInitialization.getEnergyStack()An energy-stack, which may form an input to the feature for calculation. -
Uses of EnergyStackWithoutParameters in org.anchoranalysis.image.feature.input
Constructors in org.anchoranalysis.image.feature.input with parameters of type EnergyStackWithoutParametersModifierConstructorDescriptionFeatureInputStack(EnergyStackWithoutParameters energyStack) Constructs a FeatureInputStack with the given energy stack.Constructor parameters in org.anchoranalysis.image.feature.input with type arguments of type EnergyStackWithoutParametersModifierConstructorDescriptionFeatureInputStack(Optional<EnergyStackWithoutParameters> energyStack) Constructs a FeatureInputStack with an optional energy stack. -
Uses of EnergyStackWithoutParameters in org.anchoranalysis.mpp.feature.energy.marks
Methods in org.anchoranalysis.mpp.feature.energy.marks with parameters of type EnergyStackWithoutParametersModifier and TypeMethodDescriptionvoidMarksWithEnergyBreakdown.add(EnergyMemoList wrapperInd, VoxelizedMarkMemo newPxlMarkMemo, EnergyStackWithoutParameters stack) Adds a new mark to the collection and updates energies.voidMarksWithEnergyBreakdown.remove(EnergyMemoList wrapperInd, int index, VoxelizedMarkMemo markToRemove, EnergyStackWithoutParameters stack) Removes a mark at a specific index from the collection and updates energies.voidMarksWithEnergyBreakdown.remove(EnergyMemoList wrapperInd, VoxelizedMarkMemo markToRemove, EnergyStackWithoutParameters stack) Removes a specific mark from the collection and updates energies.voidMarksWithEnergyBreakdown.removeTwo(EnergyMemoList wrapperInd, int index1, int index2, EnergyStackWithoutParameters energyStack) Removes two marks at specific indices from the collection and updates energies.voidMarksWithEnergyBreakdown.updateTotal(EnergyMemoList pxlMarkMemoList, EnergyStackWithoutParameters stack) Updates the total energy based on the current state. -
Uses of EnergyStackWithoutParameters in org.anchoranalysis.mpp.feature.energy.saved
Methods in org.anchoranalysis.mpp.feature.energy.saved with parameters of type EnergyStackWithoutParametersModifier and TypeMethodDescriptionvoidEnergySavedAll.calc(EnergyMemoList memoList, EnergySchemeWithSharedFeatures energyScheme, EnergyStackWithoutParameters energyStack) Calculates the total energy for all items using the provided energy scheme and stack. -
Uses of EnergyStackWithoutParameters in org.anchoranalysis.mpp.feature.energy.scheme
Methods in org.anchoranalysis.mpp.feature.energy.scheme with parameters of type EnergyStackWithoutParametersModifier and TypeMethodDescriptionDictionaryForImageCreator.create(EnergyStackWithoutParameters energyStack) Creates a dictionary containing calculated image features for a given energy stack.EnergySchemeWithSharedFeatures.totalAll(EnergyMemoList pxlMarkMemoList, EnergyStackWithoutParameters raster) Calculates the total energy for all marks in the list.EnergySchemeWithSharedFeatures.totalIndividual(VoxelizedMarkMemo pmm, EnergyStackWithoutParameters raster) Calculates the total energy for an individual mark. -
Uses of EnergyStackWithoutParameters in org.anchoranalysis.mpp.feature.mark
Methods in org.anchoranalysis.mpp.feature.mark with parameters of type EnergyStackWithoutParametersModifier and TypeMethodDescriptionEnergyMemoList.add(EnergySavedIndividual energySavedInd, VoxelizedMarkMemo memo, EnergyStackWithoutParameters stack, EnergySchemeWithSharedFeatures energyScheme) Adds a new mark to the list and calculates its energy.EnergyMemoList.exchange(EnergySavedIndividual energySavedInd, int index, VoxelizedMarkMemo newMark, EnergyStackWithoutParameters stack, EnergySchemeWithSharedFeatures energySchemeTotal) Exchanges a mark at a specific index with a new mark and recalculates energies.Constructors in org.anchoranalysis.mpp.feature.mark with parameters of type EnergyStackWithoutParametersModifierConstructorDescriptionEnergyMemoList(EnergySavedIndividual savedInd, EnergyStackWithoutParameters energyStack, MarkCollection marks, EnergySchemeWithSharedFeatures energySchemeTotal) Creates an energy memo list with the given parameters. -
Uses of EnergyStackWithoutParameters in org.anchoranalysis.mpp.mark.voxelized
Methods in org.anchoranalysis.mpp.mark.voxelized with parameters of type EnergyStackWithoutParametersModifier and TypeMethodDescriptionstatic VoxelizedMarkHistogramVoxelizedMarkFactory.create(Mark mark, EnergyStackWithoutParameters stack, RegionMap regionMap) Creates a newVoxelizedMarkHistograminstance. -
Uses of EnergyStackWithoutParameters in org.anchoranalysis.mpp.mark.voxelized.memo
Methods in org.anchoranalysis.mpp.mark.voxelized.memo with parameters of type EnergyStackWithoutParametersModifier and TypeMethodDescriptionstatic VoxelizedMarkMemoVoxelizedMarkMemoFactory.create(Mark mark, EnergyStackWithoutParameters stack, RegionMap regionMap) Creates a newVoxelizedMarkMemoinstance.Constructors in org.anchoranalysis.mpp.mark.voxelized.memo with parameters of type EnergyStackWithoutParametersModifierConstructorDescriptionVoxelizedMarkMemo(Mark mark, EnergyStackWithoutParameters stack, RegionMap regionMap) Creates a new VoxelizedMarkMemo. -
Uses of EnergyStackWithoutParameters in org.anchoranalysis.test.image.load
Methods in org.anchoranalysis.test.image.load that return EnergyStackWithoutParametersModifier and TypeMethodDescriptionCarImageLoader.carGrayscale16BitAsEnergy()Loads the 16-bit grayscale image of a car and wraps it in an EnergyStackWithoutParameters.CarImageLoader.carGrayscale8BitAsEnergy()Loads the 8-bit grayscale image of a car and wraps it in an EnergyStackWithoutParameters.CarImageLoader.carRGBAsEnergy()Loads the RGB image of a car and wraps it in an EnergyStackWithoutParameters.