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
70fffa48
Commit
70fffa48
authored
Aug 19, 2013
by
Roman Donchenko
Committed by
OpenCV Buildbot
Aug 19, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1293 from jet47:gpu-cvtcolor-fix
parents
bed3512d
cfbd7914
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
color.hpp
modules/gpu/include/opencv2/gpu/device/color.hpp
+16
-16
No files found.
modules/gpu/include/opencv2/gpu/device/color.hpp
View file @
70fffa48
...
...
@@ -107,25 +107,25 @@ namespace cv { namespace gpu { namespace device
#undef OPENCV_GPU_IMPLEMENT_RGB2GRAY_TRAITS
OPENCV_GPU_IMPLEMENT_RGB2YUV_TRAITS
(
rgb_to_yuv
,
3
,
3
,
0
)
OPENCV_GPU_IMPLEMENT_RGB2YUV_TRAITS
(
rgba_to_yuv
,
4
,
3
,
0
)
OPENCV_GPU_IMPLEMENT_RGB2YUV_TRAITS
(
rgb_to_yuv4
,
3
,
4
,
0
)
OPENCV_GPU_IMPLEMENT_RGB2YUV_TRAITS
(
rgba_to_yuv4
,
4
,
4
,
0
)
OPENCV_GPU_IMPLEMENT_RGB2YUV_TRAITS
(
bgr_to_yuv
,
3
,
3
,
2
)
OPENCV_GPU_IMPLEMENT_RGB2YUV_TRAITS
(
bgra_to_yuv
,
4
,
3
,
2
)
OPENCV_GPU_IMPLEMENT_RGB2YUV_TRAITS
(
bgr_to_yuv4
,
3
,
4
,
2
)
OPENCV_GPU_IMPLEMENT_RGB2YUV_TRAITS
(
bgra_to_yuv4
,
4
,
4
,
2
)
OPENCV_GPU_IMPLEMENT_RGB2YUV_TRAITS
(
rgb_to_yuv
,
3
,
3
,
2
)
OPENCV_GPU_IMPLEMENT_RGB2YUV_TRAITS
(
rgba_to_yuv
,
4
,
3
,
2
)
OPENCV_GPU_IMPLEMENT_RGB2YUV_TRAITS
(
rgb_to_yuv4
,
3
,
4
,
2
)
OPENCV_GPU_IMPLEMENT_RGB2YUV_TRAITS
(
rgba_to_yuv4
,
4
,
4
,
2
)
OPENCV_GPU_IMPLEMENT_RGB2YUV_TRAITS
(
bgr_to_yuv
,
3
,
3
,
0
)
OPENCV_GPU_IMPLEMENT_RGB2YUV_TRAITS
(
bgra_to_yuv
,
4
,
3
,
0
)
OPENCV_GPU_IMPLEMENT_RGB2YUV_TRAITS
(
bgr_to_yuv4
,
3
,
4
,
0
)
OPENCV_GPU_IMPLEMENT_RGB2YUV_TRAITS
(
bgra_to_yuv4
,
4
,
4
,
0
)
#undef OPENCV_GPU_IMPLEMENT_RGB2YUV_TRAITS
OPENCV_GPU_IMPLEMENT_YUV2RGB_TRAITS
(
yuv_to_rgb
,
3
,
3
,
0
)
OPENCV_GPU_IMPLEMENT_YUV2RGB_TRAITS
(
yuv_to_rgba
,
3
,
4
,
0
)
OPENCV_GPU_IMPLEMENT_YUV2RGB_TRAITS
(
yuv4_to_rgb
,
4
,
3
,
0
)
OPENCV_GPU_IMPLEMENT_YUV2RGB_TRAITS
(
yuv4_to_rgba
,
4
,
4
,
0
)
OPENCV_GPU_IMPLEMENT_YUV2RGB_TRAITS
(
yuv_to_bgr
,
3
,
3
,
2
)
OPENCV_GPU_IMPLEMENT_YUV2RGB_TRAITS
(
yuv_to_bgra
,
3
,
4
,
2
)
OPENCV_GPU_IMPLEMENT_YUV2RGB_TRAITS
(
yuv4_to_bgr
,
4
,
3
,
2
)
OPENCV_GPU_IMPLEMENT_YUV2RGB_TRAITS
(
yuv4_to_bgra
,
4
,
4
,
2
)
OPENCV_GPU_IMPLEMENT_YUV2RGB_TRAITS
(
yuv_to_rgb
,
3
,
3
,
2
)
OPENCV_GPU_IMPLEMENT_YUV2RGB_TRAITS
(
yuv_to_rgba
,
3
,
4
,
2
)
OPENCV_GPU_IMPLEMENT_YUV2RGB_TRAITS
(
yuv4_to_rgb
,
4
,
3
,
2
)
OPENCV_GPU_IMPLEMENT_YUV2RGB_TRAITS
(
yuv4_to_rgba
,
4
,
4
,
2
)
OPENCV_GPU_IMPLEMENT_YUV2RGB_TRAITS
(
yuv_to_bgr
,
3
,
3
,
0
)
OPENCV_GPU_IMPLEMENT_YUV2RGB_TRAITS
(
yuv_to_bgra
,
3
,
4
,
0
)
OPENCV_GPU_IMPLEMENT_YUV2RGB_TRAITS
(
yuv4_to_bgr
,
4
,
3
,
0
)
OPENCV_GPU_IMPLEMENT_YUV2RGB_TRAITS
(
yuv4_to_bgra
,
4
,
4
,
0
)
#undef OPENCV_GPU_IMPLEMENT_YUV2RGB_TRAITS
...
...
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