From 404c6f828ffdf5fe41de2888ac35ccdff6e97742 Mon Sep 17 00:00:00 2001 From: JavaTypedScript Date: Wed, 19 Mar 2025 19:08:21 +0530 Subject: [PATCH] Update colors.markdown --- modules/imgproc/doc/colors.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/imgproc/doc/colors.markdown b/modules/imgproc/doc/colors.markdown index 97d0907a6248..be2dcd1c5043 100644 --- a/modules/imgproc/doc/colors.markdown +++ b/modules/imgproc/doc/colors.markdown @@ -187,7 +187,7 @@ The Bayer pattern is widely used in CCD and CMOS cameras. It enables you to get from a single plane where R, G, and B pixels (sensors of a particular component) are interleaved as follows: -![Bayer patterns (BGGR, GBRG, GRGB, RGGB)](pics/Bayer_patterns.png) +![Bayer patterns (BGGR, GBRG, GRBG, RGGB)](pics/Bayer_patterns.png) The output RGB components of a pixel are interpolated from 1, 2, or 4 neighbors of the pixel having the same color.