From 3d3bd7cee1bc0ce4c35d3533f383b26bad2f67b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Arrufat?= <1671644+arrufat@users.noreply.github.com> Date: Thu, 29 Feb 2024 09:44:24 +0900 Subject: [PATCH] Fix documentation of inv_color_transform (#2918) --- dlib/image_transforms/random_color_transform_abstract.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dlib/image_transforms/random_color_transform_abstract.h b/dlib/image_transforms/random_color_transform_abstract.h index 880ca0b2d..1e4951af2 100644 --- a/dlib/image_transforms/random_color_transform_abstract.h +++ b/dlib/image_transforms/random_color_transform_abstract.h @@ -87,13 +87,12 @@ namespace dlib This object generates a color balancing and gamma correction transform. It then allows you to apply that specific transform to as many rgb_pixel objects as you like. In particular, it generates the inverse - transform of the one constructed by color_transform with the same - parameters. + transform of the one passed as an argument to the constructor. !*/ public: - color_transform ( + inv_color_transform ( const color_transform& tform ); /*!