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

White balance module #488

Closed
jywarren opened this issue Nov 22, 2018 · 20 comments · Fixed by #1011
Closed

White balance module #488

jywarren opened this issue Nov 22, 2018 · 20 comments · Fixed by #1011

Comments

@jywarren
Copy link
Member

I think this could be done with the OpenCV.js module which is under development in #237 -- but for what it's worth, it'd be great to have a white balance module:

https://stackoverflow.com/questions/51372779/color-balance-formula-adding-too-much-white

could help!

We'd love help with this one!

@gitmate
Copy link

gitmate bot commented Nov 22, 2018

GitMate.io thinks possibly related issues are #367 (Create Contrast Module), #5 (image cropping module), #157 (Add a Contrast module), #69 (Create Histogram Module), and #119 (Create Histogram Module).

1 similar comment
@gitmate
Copy link

gitmate bot commented Nov 22, 2018

GitMate.io thinks possibly related issues are #367 (Create Contrast Module), #5 (image cropping module), #157 (Add a Contrast module), #69 (Create Histogram Module), and #119 (Create Histogram Module).

@Divy123
Copy link
Member

Divy123 commented Dec 27, 2018

This issue seems interesting to me. I would like to work on it.

@vibhorgupta-gh vibhorgupta-gh mentioned this issue Jan 1, 2019
4 tasks
@vibhorgupta-gh
Copy link

vibhorgupta-gh commented Jan 1, 2019

#585 @jywarren @tech4GT
looking for better algorithms.

EDIT
Found a better algorithm, adjusts the colour balance based on a temperature parameter which is then converted to an equivalent rgb value.
The PR is complete now

@tech4GT

@Divy123
Copy link
Member

Divy123 commented Jan 1, 2019

I am already working on this issue. Please look into some other issue.

@vibhorgupta-gh
Copy link

@Divy123 Apologies, Since there was no progress or updates here, I assumed it unclaimed. Will take care from now on. Let's leave it to the reviewer's discretion 😅

@Divy123
Copy link
Member

Divy123 commented Jan 1, 2019

No problem @VibhorCodecianGupta 😄 .

@jywarren
Copy link
Member Author

jywarren commented Jan 2, 2019 via email

@vibhorgupta-gh
Copy link

@jywarren Didn't really get the deliverable. Do you mean something like clicking on any point in the given picture, and that returns the nearest white pixel? I'm sure I'm getting this wrong. Is there any example of what you desire?

@jywarren
Copy link
Member Author

jywarren commented Jan 2, 2019 via email

@Divy123
Copy link
Member

Divy123 commented Jan 2, 2019

Sure @jywarren . @VibhorCodecianGupta can we collaborate on this?

@vibhorgupta-gh
Copy link

@jywarren right, I get you. So what the PR #585 does, is taking input in the form of picture temperature, and accordingly, transform the picture. White balance/colour balance as it is called is applied on the basis of that temperature.
So the addition that you made can be made by accessing the pixel value clicked, and then find the correction based on that. I will have to search for a good algorithm for this purpose, will get on with it. Also, there is an internet issue at my location, I'll post the references I used in making my PR too.

@jywarren
Copy link
Member Author

jywarren commented Jan 2, 2019 via email

@vibhorgupta-gh
Copy link

@jywarren that's your discretion, but I'd suggest breaking it into subproblems. Since #585 is in itself complete, it could be merged, and the above-suggested idea can be implemented as a follow-up. Looking for algorithms now. Cheers!

@jywarren
Copy link
Member Author

jywarren commented Jan 3, 2019 via email

@harshithpabbati
Copy link

harshithpabbati commented Mar 4, 2019

Was anyone working in making the actual white balance or can i give it a shot??

@harshkhandeparkar
Copy link
Member

Go ahead!

@vibhorgupta-gh
Copy link

@harshithpabbati I'm working on this 😅 give me some time, I think I can come up with the module

@harshithpabbati
Copy link

Sure carry on with it.

@jywarren
Copy link
Member Author

jywarren commented Mar 4, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants