User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
isp:sample_awb_implementation_in_c [2018/06/16 03:41] – [AWB::_correctGains()] Igor Yefmovisp:sample_awb_implementation_in_c [2018/06/16 20:18] – [AWB::_isRedOE()] Igor Yefmov
Line 183: Line 183:
     }else if(m_vars.avgY < 60){     }else if(m_vars.avgY < 60){
         return m_vars.oeR > m_vars.oeG * m_vars.avgY * 3;         return m_vars.oeR > m_vars.oeG * m_vars.avgY * 3;
 +    }else if(m_vars.avgY < 85){
 +        return m_vars.oeR > m_vars.oeG * m_vars.avgY;
     }else{     }else{
-        return m_vars.oeR > m_vars.oeG * m_vars.avgY * 7;+        return m_vars.oeR > m_vars.oeG * 8;
     }     }
 }</code> }</code>

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information