Fix documentation of inv_color_transform (#2918)

This commit is contained in:
Adrià Arrufat 2024-02-29 09:44:24 +09:00 committed by GitHub
parent f775b55cd9
commit 3d3bd7cee1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,13 +87,12 @@ namespace dlib
This object generates a color balancing and gamma correction transform. This object generates a color balancing and gamma correction transform.
It then allows you to apply that specific transform to as many It then allows you to apply that specific transform to as many
rgb_pixel objects as you like. In particular, it generates the inverse rgb_pixel objects as you like. In particular, it generates the inverse
transform of the one constructed by color_transform with the same transform of the one passed as an argument to the constructor.
parameters.
!*/ !*/
public: public:
color_transform ( inv_color_transform (
const color_transform& tform const color_transform& tform
); );
/*! /*!