Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Histogram Module #69

Closed
ccpandhare opened this issue Jul 22, 2017 · 12 comments
Closed

Create Histogram Module #69

ccpandhare opened this issue Jul 22, 2017 · 12 comments
Assignees

Comments

@ccpandhare
Copy link
Collaborator

Also, don't you think that the steps after histogram should use the output from the step BEFORE histogram?
It doesn't quite make sense to apply a module on the "histogram" output.
So what we can do is, the histogram module shows the histogram of the image but passes on ITS INPUT as its output to OTHER modules.

Similarly for the QR Code module?

@jywarren
Copy link
Member

Yeah, perhaps we should wait on this a bit. It seems almost like a use case external to image-sequencer, as useful as it is.

@ccpandhare
Copy link
Collaborator Author

You did talk about "Terminating Modules" long ago in #13, I think that can actually be made a thing!
Like we can provide histograms for any image in a sequence, when demanded by the user!
A histogram in the middle of a sequence doesn't make much sense, but one as an on-demand side chain does!

load-image ──> module-1 ──> module-2 ──> module-3
                  │                         │
              histogram                 histogram

@jywarren
Copy link
Member

jywarren commented Jul 26, 2017 via email

@ccpandhare
Copy link
Collaborator Author

We shouldn't use the Plotly one right?
As far as I remember it was slow (#13)

@tech4GT
Copy link
Member

tech4GT commented Sep 29, 2018

@jywarren i was reading up on this and I think I can make this work! I was thinking maybe we can overlay the histogram on the bottom of the image itself, what say?
So histogram can be a meta module which calculates the histogram and overlays it onto the image.

@jywarren
Copy link
Member

jywarren commented Sep 29, 2018 via email

@jywarren
Copy link
Member

jywarren commented Sep 29, 2018 via email

@tech4GT
Copy link
Member

tech4GT commented Sep 29, 2018

@jywarren please have a look at #354 I have made a basic module for this there.
One thing I can't decide on is whether to make this a meta-module or to include the overlay code in histogram module only, what do you think @jywarren ?

@tech4GT
Copy link
Member

tech4GT commented Sep 29, 2018

I guess we can do something having a module which generates the histogram and then have a separate meta-module histogram-overlay

@jywarren
Copy link
Member

jywarren commented Sep 29, 2018 via email

This was referenced Oct 2, 2018
@tech4GT
Copy link
Member

tech4GT commented Oct 13, 2018

Closing this one now! 🎉

@tech4GT tech4GT closed this as completed Oct 13, 2018
@jywarren
Copy link
Member

jywarren commented Oct 13, 2018 via email

@gitmate gitmate bot mentioned this issue Nov 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants