summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/circle.svg
blob: b0090882ba6fab2ef83446256fd0c72e910e62d9 (plain)
1
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-circle"><circle cx="12" cy="12" r="10"></circle></svg>
lass="hl kwc">ipu3::algorithms { class ToneMapping : public Algorithm { public: ToneMapping(); void prepare(IPAContext &context, ipu3_uapi_params *params) override; void process(IPAContext &context, const ipu3_uapi_stats_3a *stats) override; private: double gamma_; }; } /* namespace ipa::ipu3::algorithms */ } /* namespace libcamera */ #endif /* __LIBCAMERA_IPU3_ALGORITHMS_TONE_MAPPING_H__ */