Fix documentation of inv_color_transform (#2918)

pull/2912/merge
Adrià Arrufat 7 months ago committed by GitHub
parent f775b55cd9
commit 3d3bd7cee1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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
);
/*!

Loading…
Cancel
Save