Package qupath.ext.biop.cellpose
Class CellposeSetup
- java.lang.Object
-
- qupath.ext.biop.cellpose.CellposeSetup
-
public class CellposeSetup extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CellposeSetup()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getEnvironmentNameOrPath()
VirtualEnvironmentRunner.EnvType
getEnvironmentType()
static CellposeSetup
getInstance()
void
setEnvironmentNameOrPath(java.lang.String environmentNameOrPath)
void
setEnvironmentType(VirtualEnvironmentRunner.EnvType envType)
-
-
-
Method Detail
-
getEnvironmentType
public VirtualEnvironmentRunner.EnvType getEnvironmentType()
-
setEnvironmentType
public void setEnvironmentType(VirtualEnvironmentRunner.EnvType envType)
-
getEnvironmentNameOrPath
public java.lang.String getEnvironmentNameOrPath()
-
setEnvironmentNameOrPath
public void setEnvironmentNameOrPath(java.lang.String environmentNameOrPath)
-
getInstance
public static CellposeSetup getInstance()
-
-