jar

io.github.mianalysis : mia-ptbiop

Maven & Gradle

Jan 25, 2024
11 stars

mia-ptbiop · ModularImageAnalysis (MIA) is an ImageJ plugin which provides a modular framework for assembling image and object analysis workflows. Detected objects can be transformed, filtered, measured and related. Analysis workflows are batch-enabled by default, allowing easy processing of high-content datasets.

Table Of Contents

Latest Version

Download io.github.mianalysis : mia-ptbiop JAR file - Latest Versions:

All Versions

Download io.github.mianalysis : mia-ptbiop JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window mia-ptbiop-1.5.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.mianalysis.mia.module.images.transform.registration

├─ io.github.mianalysis.mia.module.images.transform.registration.ElastixRegistration.class - [JAR]

io.github.mianalysis.mia.module.objects.detect

├─ io.github.mianalysis.mia.module.objects.detect.CellposeDetection.class - [JAR]

ch.epfl.biop.wrappers.cellpose.ij2commands

├─ ch.epfl.biop.wrappers.cellpose.ij2commands.CellposeWrapper.class - [JAR]

io.github.mianalysis.mia.moduledependencies

├─ io.github.mianalysis.mia.moduledependencies.CellposeDetectionDependency.class - [JAR]

├─ io.github.mianalysis.mia.moduledependencies.ElastixRegistrationDependency.class - [JAR]