Git Product home page Git Product logo

Comments (3)

RodoVJ avatar RodoVJ commented on July 29, 2024

Hello, would you mind providing some extra information?

  1. Was this installed using the update site as described in the wiki page?

  2. What version of FIJI do you have installed?

3.What threshold option are you using and what type of format are the images?

Also when was the last time MiNA worked for you and have you made any additional changes, installations since then? Any extra information would help.

Thank you

from mina.

kcabolis avatar kcabolis commented on July 29, 2024

Hello,

  1. I followed all the instructions provided in the wiki page.
  2. I have the latest version of FIJI for OS X (2.0.0-rc-69/1.52p)
  3. I am using the isoData threshold option (either through image>adjust>auto threshold OR process>binary>make binary),
    my images are converted to 8-bit, then they are pre-processed, and finally they are thresholded using IsoData (black objects on white background).
  4. The last time I used MiNA and it worked was the day before yesterday. As far as I am aware - I have not made any additional changes or installations since then.

Hopefully this helps-
Please let me know if you need any further info.

from mina.

RodoVJ avatar RodoVJ commented on July 29, 2024

There is no need to binarize an image before running MiNA since it will automatically do so already.

binary_img = ops.run("threshold.%s"%threshold_method, img)
binary = ImageJFunctions.wrap(binary_img, 'binary')

The error seems to come from the manual thresholding that you are doing. There is also no need for this since you can choose the thresholding that you want to do through the thresholding Op menu MiNA offers.
Please tell me if you have any other issues!

from mina.

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.