You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, yuanxy92.
Thanks for your great implementation!
During my work, I have a question about Cpp implementation codes.
In Cpp/main.cpp Line 32 and 33, you did autoWB.apply() twice.
I commented one of them and found there was no difference in their results.
Do you have any reason to do so?
By the way, I think this function has typo: autoWB.apply() has to be autoWB.calc().
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, yuanxy92.
Thanks for your great implementation!
During my work, I have a question about Cpp implementation codes.
In
Cpp/main.cpp
Line 32 and 33, you didautoWB.apply()
twice.I commented one of them and found there was no difference in their results.
Do you have any reason to do so?
By the way, I think this function has typo:
autoWB.apply()
has to beautoWB.calc()
.Thanks.
The text was updated successfully, but these errors were encountered: