Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/image.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/colorspace.md6
1 files changed, 6 insertions, 0 deletions
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.
+<a name="image.lab2rgb"></a>
+### [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.
+
<a name="image.rgb2yuv"></a>
### [res] image.rgb2yuv([dst,] src) ###
Converts a RGB image to YUV. If `dst` is provided, it is used to store the output