All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.mianalysis.mia.moduledependencies.FitEllipseDependency Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 1.7.0
Show newest version
// package io.github.mianalysis.mia.moduledependencies;

// import org.scijava.Priority;
// import org.scijava.plugin.Plugin;

// @Plugin(type = Dependency.class, priority=Priority.LOW, visible=true)
// public class FitEllipseDependency extends Dependency {
//     @Override
//     public String getModuleName() {
//         return "FitEllipse";
//     }

//     @Override
//     public String getClassName() {
//         return "org.bonej.geometry.FitEllipse";
//     }

//     @Override
//     public String getMessage() {
//         return "Please install BoneJ dependency";
//     }

//     @Override
//     public String getVersionThreshold() {
//         return "1.0.0";
//     }

//     @Override
//     public Relationship getRelationship() {
//         return Relationship.GREATER_THAN_OR_EQUAL_TO;
//     }
// }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy