From 2aab35acef8bd773b083c14ac080ef07ae6433cf Mon Sep 17 00:00:00 2001 From: Dmitry Ulyanov Date: Tue, 3 May 2016 09:30:56 +0300 Subject: Add missing lab2rgb doc --- doc/colorspace.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/colorspace.md b/doc/colorspace.md index d270718..12c37d6 100644 --- a/doc/colorspace.md +++ b/doc/colorspace.md @@ -9,6 +9,12 @@ Converts a `src` RGB image to [Lab](https://en.wikipedia.org/wiki/Lab_color_spac If `dst` is provided, it is used to store the output image. Otherwise, returns a new `res` Tensor. + +### [res] image.lab2rgb([dst,] src) ### +Converts a `src` [Lab](https://en.wikipedia.org/wiki/Lab_color_space) image to RGB. +If `dst` is provided, it is used to store the output +image. Otherwise, returns a new `res` Tensor. + ### [res] image.rgb2yuv([dst,] src) ### Converts a RGB image to YUV. If `dst` is provided, it is used to store the output -- cgit v1.2.3