Class WormData
java.lang.Object
gov.nih.mipav.view.renderer.WildMagic.WormUntwisting.WormData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidcheckParentDir(String parentDir) Creates the parent directory for the output images and data created by worm segmentation and untwisting:private static booleancheckSeamCells(String outputDirectory) static VOIgetIntegratedMarkerAnnotations(String outputDirectory) static StringgetIntegratedMarkerAnnotationsPath(String outputDirectory) static StringgetOutputDirectory(ModelImage image) static StringgetStraightAnnotationsPath(String outputDirectory) static booleanintegratedExists(String outputDirectory) static voidopenStraightAnnotations(String dir, ModelImage image) private VOIVectorreadFinalLattice(boolean convertLegacyXML) static VOIVectorreadFinalLattice(String outputDirectory, boolean convertLegacyXML, ModelImage image) private static VOIVectorreadLegacyLattice(String fileName, ModelImage wormImage) static VOIVectorreadStraightLattice(String outputDirectory) static voidsaveIntegratedMarkerAnnotations(String outputDirectory, VOI annotations) static voidsaveSeamAnnotations(String outputDirectory, VOI annotations, boolean rename, boolean checkImage)
-
Field Details
-
VoxelSize
public static float VoxelSize -
editSeamCellOutput
-
namedSeamCellOutput
-
autoLatticeGenerationOutput
-
editLatticeOutput
-
integratedAnnotationOutput
-
straightenedLattice
-
straightenedAnnotations
-
neuriteOutput
-
imageName
-
wormImage
-
outputDirectory
-
outputImagesDirectory
-
-
Constructor Details
-
WormData
-
-
Method Details
-
getOutputDirectory
-
integratedExists
-
getIntegratedMarkerAnnotationsPath
-
getStraightAnnotationsPath
-
getIntegratedMarkerAnnotations
-
openStraightAnnotations
-
readStraightLattice
-
readFinalLattice
-
readFinalLattice
-
readFinalLattice
public static VOIVector readFinalLattice(String outputDirectory, boolean convertLegacyXML, ModelImage image) -
readLegacyLattice
-
checkSeamCells
-
saveIntegratedMarkerAnnotations
-
saveSeamAnnotations
-
checkParentDir
Creates the parent directory for the output images and data created by worm segmentation and untwisting:- Parameters:
parentDir-
-