Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2bc72e1

Browse filesBrowse files
Merge pull request #1 from JavaTypedScript/JavaTypedScript-patch-1
Fixed typo in Bayer Patterns documentation opencv#27092
2 parents 3e43d0c + 404c6f8 commit 2bc72e1
Copy full SHA for 2bc72e1

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎modules/imgproc/doc/colors.markdown

Copy file name to clipboardExpand all lines: modules/imgproc/doc/colors.markdown
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ The Bayer pattern is widely used in CCD and CMOS cameras. It enables you to get
187187
from a single plane where R, G, and B pixels (sensors of a particular component) are interleaved
188188
as follows:
189189

190-
![Bayer patterns (BGGR, GBRG, GRGB, RGGB)](pics/Bayer_patterns.png)
190+
![Bayer patterns (BGGR, GBRG, GRBG, RGGB)](pics/Bayer_patterns.png)
191191

192192
The output RGB components of a pixel are interpolated from 1, 2, or 4 neighbors of the pixel
193193
having the same color.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.