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 fa092b4

Browse filesBrowse files
authored
Merge pull request opencv#27043 from asmorkalov/as/debayer_warn_fix
Warning fix on Windows.
2 parents 4be88e9 + f833519 commit fa092b4
Copy full SHA for fa092b4

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/src/demosaicing.cpp

Copy file name to clipboardExpand all lines: modules/imgproc/src/demosaicing.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class SIMDBayerStubInterpolator_
126126
class SIMDBayerInterpolator_8u
127127
{
128128
public:
129-
static int bayer2Gray(const uchar* bayer, int bayer_step, uchar* dst,
129+
int bayer2Gray(const uchar* bayer, int bayer_step, uchar* dst,
130130
int width, int bcoeff, int gcoeff, int rcoeff)
131131
{
132132
#if CV_SIMD

0 commit comments

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