Skip to content

Commit 36f3d20

Browse files
ipa: rpi: controller: awb: Separate Bayesian Awb into AwbBayes
Move parts of the AWB algorithm specific to the Bayesian algorithm into a new class. This will make it easier to add new Awb algorithms in the future. Signed-off-by: Peter Bailey <[email protected]>
1 parent e53bdf1 commit 36f3d20

File tree

4 files changed

+536
-423
lines changed

4 files changed

+536
-423
lines changed

src/ipa/rpi/controller/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ rpi_ipa_controller_sources = files([
1010
'rpi/agc_channel.cpp',
1111
'rpi/alsc.cpp',
1212
'rpi/awb.cpp',
13+
'rpi/awb_bayes.cpp',
1314
'rpi/black_level.cpp',
1415
'rpi/cac.cpp',
1516
'rpi/ccm.cpp',

0 commit comments

Comments
 (0)