1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

fixed path to bayer.png

This commit is contained in:
Vadim Pisarevsky
2011-06-20 20:29:23 +00:00
parent 6aa396936e
commit 65291b6095
2 changed files with 2 additions and 2 deletions
@@ -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
@@ -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