From 65291b6095b228ca766c13db9d3e5beb237cae35 Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Mon, 20 Jun 2011 20:29:23 +0000 Subject: [PATCH] fixed path to bayer.png --- doc/opencv1/c/imgproc_miscellaneous_image_transformations.rst | 2 +- doc/opencv1/py/imgproc_miscellaneous_image_transformations.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/opencv1/c/imgproc_miscellaneous_image_transformations.rst b/doc/opencv1/c/imgproc_miscellaneous_image_transformations.rst index 0a180b2b79..bc031b1d0b 100644 --- a/doc/opencv1/c/imgproc_miscellaneous_image_transformations.rst +++ b/doc/opencv1/c/imgproc_miscellaneous_image_transformations.rst @@ -648,7 +648,7 @@ The function can do the following transformations: ) The Bayer pattern is widely used in CCD and CMOS cameras. It allows one to get color pictures from a single plane where R,G and B pixels (sensors of a particular component) are interleaved like this: - .. image:: pics/bayer.png + .. image:: ../pics/bayer.png The output RGB components of a pixel are interpolated from 1, 2 or 4 neighbors of the pixel having the same color. There are several diff --git a/doc/opencv1/py/imgproc_miscellaneous_image_transformations.rst b/doc/opencv1/py/imgproc_miscellaneous_image_transformations.rst index a6d2b61870..0c1ea1d40e 100644 --- a/doc/opencv1/py/imgproc_miscellaneous_image_transformations.rst +++ b/doc/opencv1/py/imgproc_miscellaneous_image_transformations.rst @@ -663,7 +663,7 @@ The function can do the following transformations: ``CV_BayerBG2BGR, CV_BayerGB2BGR, CV_BayerRG2BGR, CV_BayerGR2BGR, CV_BayerBG2RGB, CV_BayerGB2RGB, CV_BayerRG2RGB, CV_BayerGR2RGB`` ) The Bayer pattern is widely used in CCD and CMOS cameras. It allows one to get color pictures from a single plane where R,G and B pixels (sensors of a particular component) are interleaved like this: - .. image:: pics/bayer.png + .. image:: ../pics/bayer.png The output RGB components of a pixel are interpolated from 1, 2 or 4 neighbors of the pixel having the same color. There are several