libcamera/utils/tuning/libtuning
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
..
__init__.py utils: tuning: libtuning: Implement the core of libtuning 2022-11-25 15:37:22 +09:00
average.py utils: tuning: libtuning: Implement math helpers 2022-11-25 15:37:26 +09:00
gradient.py utils: tuning: libtuning: Implement math helpers 2022-11-25 15:37:26 +09:00
image.py utils: tuning: libtuning: Implement the core of libtuning 2022-11-25 15:37:22 +09:00
libtuning.py utils: tuning: libtuning: Implement the core of libtuning 2022-11-25 15:37:22 +09:00
macbeth.py utils: tuning: libtuning: Implement the core of libtuning 2022-11-25 15:37:22 +09:00
macbeth_ref.pgm utils: tuning: libtuning: Implement the core of libtuning 2022-11-25 15:37:22 +09:00
smoothing.py utils: tuning: libtuning: Implement math helpers 2022-11-25 15:37:26 +09:00
utils.py utils: tuning: libtuning: Implement the core of libtuning 2022-11-25 15:37:22 +09:00