blob: e4c9555786c61c50335151c82289a8cd295c2594 [file] [log] [blame]
#ifndef SAMPLES_RISP4ML_ISP_STAGES_BLC_H_
#define SAMPLES_RISP4ML_ISP_STAGES_BLC_H_
#include "samples/risp4ml/common/image.h"
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
typedef struct {
bool enable;
pixel_type_t offsets[kNumBayerPatterns];
} BlcParams;
void set_blc_params(BlcParams* params);
void blc_process(Image* img);
#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus
#endif // SAMPLES_RISP4ML_ISP_STAGES_BLC_H_