libcamera/utils/tuning
Paul Elder db99d96663 utils: tuning: libtuning: Implement math helpers
Implement math helpers for libtuning. This includes:
- Average, a wrapper class for numpy averaging functions
- Gradient, a class that represents gradients, for distributing and
  mapping
- Smoothing, a wrapper class for cv2 smoothing functions

Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2022-11-25 15:37:26 +09:00
..
libtuning utils: tuning: libtuning: Implement math helpers 2022-11-25 15:37:26 +09:00
README.rst utils: tuning: libtuning: Implement the core of libtuning 2022-11-25 15:37:22 +09:00

.. SPDX-License-Identifier: CC-BY-SA-4.0

.. TODO: Write an overview of libtuning

Dependencies
------------

- cv2
- numpy
- pyexiv2
- rawpy