Code Monkey home page Code Monkey logo

Comments (5)

tischi avatar tischi commented on September 25, 2024

@dlegland Could this be fixed soon-ish? We need this for teaching material for a course in a couple of weeks.

from morpholibj.

dlegland avatar dlegland commented on September 25, 2024

Hi @tischi ,
quite busy at the current time, I will try to have a look but can not promise too much...

from morpholibj.

dlegland avatar dlegland commented on September 25, 2024

Hi @tischi ,
I made a beta release that seems to work on some common images;
https://github.com/ijpb/MorphoLibJ/releases/tag/v1.5.1.beta01

can you check if it works for you?

from morpholibj.

tischi avatar tischi commented on September 25, 2024

It seems to work, but the recording is a bit non-standard (is this intended)?

run("Particles");
close();
run("Blobs (25K)");
setAutoThreshold("Default dark");
//run("Threshold...");
//setThreshold(107, 255);
setOption("BlackBackground", false);
run("Convert to Mask");
run("Close");
run("Connected Components Labeling", "connectivity=4 type=[16 bits]");
run("Analyze Regions", "area perimeter circularity euler_number bounding_box centroid equivalent_ellipse ellipse_elong. convexity max._feret oriented_box oriented_box_elong. geodesic tortuosity max._inscribed_disc average_thickness geodesic_elong.");

call("inra.ijpb.plugins.LabelToValuePlugin.process", "Table=blobs-lbl-Morphometry", "Column=Area", "Min=7.0", "Max=948.0");
run("Assign Measure to Label");

from morpholibj.

dlegland avatar dlegland commented on September 25, 2024

Hi,

good to know that it works!

For the recording format, I used the same approach @iarganda developed for the Morphological Segmentation plugin.
It seems that for complex plugins, the auto-recording of parameters from GenericDialog class does not work anymore... then it is necessary to use alternative methods. The magical of recording is still not totally clear for me!

best,
David

from morpholibj.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.