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
cb1e9adc
Commit
cb1e9adc
authored
Aug 18, 2014
by
Alexander Karsakov
Committed by
Alexander Smorkalov
Sep 02, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed getConversionInfo() for YUV2RGBA_* conversions
(cherry picked from commit
023a42ba
)
parent
562796e4
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 @
cb1e9adc
...
...
@@ -155,14 +155,14 @@ ChPair getConversionInfo(int cvtMode)
case
CV_BGR5552BGR
:
case
CV_BGR5552RGB
:
case
CV_BGR5652BGR
:
case
CV_BGR5652RGB
:
case
CV_YUV2RGB_UYVY
:
case
CV_YUV2BGR_UYVY
:
case
CV_YUV2RGBA_UYVY
:
case
CV_YUV2BGRA_UYVY
:
case
CV_YUV2RGB_YUY2
:
case
CV_YUV2BGR_YUY2
:
case
CV_YUV2RGB_YVYU
:
case
CV_YUV2BGR_YVYU
:
case
CV_YUV2RGBA_YUY2
:
case
CV_YUV2BGRA_YUY2
:
case
CV_YUV2RGBA_YVYU
:
case
CV_YUV2BGRA_YVYU
:
return
ChPair
(
2
,
3
);
case
CV_BGR5552BGRA
:
case
CV_BGR5552RGBA
:
case
CV_BGR5652BGRA
:
case
CV_BGR5652RGBA
:
case
CV_YUV2RGBA_UYVY
:
case
CV_YUV2BGRA_UYVY
:
case
CV_YUV2RGBA_YUY2
:
case
CV_YUV2BGRA_YUY2
:
case
CV_YUV2RGBA_YVYU
:
case
CV_YUV2BGRA_YVYU
:
return
ChPair
(
2
,
4
);
case
CV_BGR2GRAY
:
case
CV_RGB2GRAY
:
case
CV_RGB2YUV_IYUV
:
case
CV_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