public class CellposeUtils extends Object
Modifier and Type | Method and Description |
---|---|
static ROI2DListData |
cellposeROIJsonToImageJ(Path file)
Converts ROI in a custom Json format to
ROI2DListData |
static ROI2DListData |
cellposeROIToImageJ(Path file)
Converts a Cellpose ROI to
ROI2DListData according to ... |
static void |
extractCellposeOutputs(JIPipeMultiIterationStep iterationStep,
JIPipeProgressInfo progressInfo,
Path outputRoiOutline,
Path outputLabels,
Path outputFlows,
Path outputProbabilities,
Path outputStyles,
List<JIPipeTextAnnotation> annotationList,
CellposeSegmentationOutputSettings_Old outputParameters) |
static String |
getCellposeCustomCode() |
static void |
runCellpose(PythonEnvironment environment,
List<String> arguments,
boolean suppressLogs,
JIPipeProgressInfo progressInfo) |
public static void runCellpose(PythonEnvironment environment, List<String> arguments, boolean suppressLogs, JIPipeProgressInfo progressInfo)
public static String getCellposeCustomCode()
public static ROI2DListData cellposeROIToImageJ(Path file)
ROI2DListData
according to ...file
- the Cellpose ROIpublic static ROI2DListData cellposeROIJsonToImageJ(Path file)
ROI2DListData
file
- the ROI filepublic static void extractCellposeOutputs(JIPipeMultiIterationStep iterationStep, JIPipeProgressInfo progressInfo, Path outputRoiOutline, Path outputLabels, Path outputFlows, Path outputProbabilities, Path outputStyles, List<JIPipeTextAnnotation> annotationList, CellposeSegmentationOutputSettings_Old outputParameters)
Copyright © 2020–2024 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.