Code Monkey home page Code Monkey logo

Comments (5)

OswaldZhang avatar OswaldZhang commented on June 26, 2024 2

Hi @mkcor,

Sorry for my late response. Sure, I can provide an implementation on rgb2her and her2rgb function. Since I'm new to skimage development, is there any format guidance for me (as well as the docs guidance)? If @GParolini is available, we would pretty much like to start the implementation or I just start it for now and see if @GParolini wants to join.

from scikit-image.

mkcor avatar mkcor commented on June 26, 2024 1

Hi @OswaldZhang,

After reading you and re-reading the old related issues, I'm sold, we should have and rgb2her (and, conversely, her2rgb) function, in order to handle H&E (Hematoxylin + Eosin) images. Would you be able to start a pull request with an implementation for rgb2her and, perhaps, collaborate with @GParolini (who posted #7334 (comment))? Or vice-versa?

from scikit-image.

OswaldZhang avatar OswaldZhang commented on June 26, 2024 1

Thanks for the kindly guidance @mkcor and glad to hear from you @GParolini. I've DM you through Zulip, let's kick it off!

from scikit-image.

mkcor avatar mkcor commented on June 26, 2024

Hi @OswaldZhang,

Wonderful! I believe that @GParolini should be available in May.

Please follow these instructions to get started with contributing to scikit-image.

To write your rgb2her and her2rgb functions, you would edit the skimage/color/colorconv.py file. Follow the style and format used in the other conversion functions there, e.g.,

def lab2rgb(lab, illuminant="D65", observer="2", *, channel_axis=-1):

Then, you would add tests in skimage/color/tests/test_colorconv.py (following the style and format used in the other tests there).

Should you need any help, please poke us in the chat or in the developer forum.

from scikit-image.

GParolini avatar GParolini commented on June 26, 2024

Hi @OswaldZhang, I would be happy to work together on this issue. We can discuss in Zulip or in the developer forum how to proceed.

from scikit-image.

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.