Commit 65291b60 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed path to bayer.png

parent 6aa39693
...@@ -648,7 +648,7 @@ The function can do the following transformations: ...@@ -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: ) 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 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 4 neighbors of the pixel having the same color. There are several
......
...@@ -663,7 +663,7 @@ The function can do the following transformations: ...@@ -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`` ``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: ) 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 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 4 neighbors of the pixel having the same color. There are several
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment