From 19dc8c28f63c2dc8842b88c1fd45c999c7171398 Mon Sep 17 00:00:00 2001 From: Paul Elder Date: Thu, 6 Oct 2022 20:23:09 +0900 Subject: utils: tuning: libtuning: Implement the core of libtuning Implement the core of libtuning, our new tuning tool infrastructure. It leverages components from raspberrypi's ctt that could be reused for tuning tools for other platforms. The core components include: - The Image class - libtuning (entry point and other core functions) - macbeth-related tools, including the macbeth reference image - utils Signed-off-by: Paul Elder Reviewed-by: Laurent Pinchart --- utils/tuning/README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 utils/tuning/README.rst (limited to 'utils/tuning/README.rst') diff --git a/utils/tuning/README.rst b/utils/tuning/README.rst new file mode 100644 index 00000000..ce533b2c --- /dev/null +++ b/utils/tuning/README.rst @@ -0,0 +1,11 @@ +.. SPDX-License-Identifier: CC-BY-SA-4.0 + +.. TODO: Write an overview of libtuning + +Dependencies +------------ + +- cv2 +- numpy +- pyexiv2 +- rawpy -- cgit v1.2.1