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 revision
Previous revision
isp:sample_ae_implementation_in_c [2018/07/03 22:06] Igor Yefmovisp:sample_ae_implementation_in_c [2022/04/04 23:32] (current) – external edit 127.0.0.1
Line 302: Line 302:
     switch(_op){     switch(_op){
     case op::noop:      return {};     case op::noop:      return {};
-    case op::inc_exp:   return L"\n+++ Increasing Exposure"; +    case op::inc_exp:   return L"+++ Increasing Exposure"; 
-    case op::inc_gl:    return L"\n+++ Increasing GLOBAL gain"; +    case op::inc_gl:    return L"+++ Increasing GLOBAL gain"; 
-    case op::inc_green: return L"\n+++ PANIC! Increasing GREEN gain"; +    case op::inc_green: return L"+++ PANIC! Increasing GREEN gain"; 
-    case op::dec_exp:   return L"\n--- Reducing Exposure"; +    case op::dec_exp:   return L"--- Reducing Exposure"; 
-    case op::dec_gl:    return L"\n--- Reducing GLOBAL gain"; +    case op::dec_gl:    return L"--- Reducing GLOBAL gain"; 
-    case op::dec_green: return L"\n--- Reducing GREEN gain";+    case op::dec_green: return L"--- Reducing GREEN gain";
     }     }
     return {};     return {};
Line 342: Line 342:
 } }
 </code> </code>
 +
 +====== Initial values ======
 +
 +Following are the initial defaults for the variables that affect the process of automatic image brightness (Black Level, Exposure, Gains) adjustment:
 +^ Name (as seen in ''%%ImgAnalyzerDlg%%::_aeInfo()'' above) ^ Value ^
 +| ''aeTolerance'' | ''1/1000'' |
 +| ''aeTgtLuma'' | ''90'' |
 +| ''aeHysteresis'' | ''5/100'' |
 +| "center window" dimensions | ''50%'' vertically and horizontally, centered at image's center |

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