Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
cf1ae351
Commit
cf1ae351
authored
Aug 18, 2014
by
Alexander Karsakov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed getConversionInfo() for YUV2RGBA_* conversions
parent
0ffc53ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
perf_cvt_color.cpp
modules/imgproc/perf/perf_cvt_color.cpp
+3
-3
No files found.
modules/imgproc/perf/perf_cvt_color.cpp
View file @
cf1ae351
...
...
@@ -155,14 +155,14 @@ ChPair getConversionInfo(int cvtMode)
case
COLOR_BGR5552BGR
:
case
COLOR_BGR5552RGB
:
case
COLOR_BGR5652BGR
:
case
COLOR_BGR5652RGB
:
case
COLOR_YUV2RGB_UYVY
:
case
COLOR_YUV2BGR_UYVY
:
case
COLOR_YUV2RGBA_UYVY
:
case
COLOR_YUV2BGRA_UYVY
:
case
COLOR_YUV2RGB_YUY2
:
case
COLOR_YUV2BGR_YUY2
:
case
COLOR_YUV2RGB_YVYU
:
case
COLOR_YUV2BGR_YVYU
:
case
COLOR_YUV2RGBA_YUY2
:
case
COLOR_YUV2BGRA_YUY2
:
case
COLOR_YUV2RGBA_YVYU
:
case
COLOR_YUV2BGRA_YVYU
:
return
ChPair
(
2
,
3
);
case
COLOR_BGR5552BGRA
:
case
COLOR_BGR5552RGBA
:
case
COLOR_BGR5652BGRA
:
case
COLOR_BGR5652RGBA
:
case
COLOR_YUV2RGBA_UYVY
:
case
COLOR_YUV2BGRA_UYVY
:
case
COLOR_YUV2RGBA_YUY2
:
case
COLOR_YUV2BGRA_YUY2
:
case
COLOR_YUV2RGBA_YVYU
:
case
COLOR_YUV2BGRA_YVYU
:
return
ChPair
(
2
,
4
);
case
COLOR_BGR2GRAY
:
case
COLOR_RGB2GRAY
:
case
COLOR_RGB2YUV_IYUV
:
case
COLOR_RGB2YUV_YV12
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment