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
439c3574
Commit
439c3574
authored
May 30, 2013
by
Vladislav Vinogradov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renamed gpu_private.hpp to private.gpu.hpp
parent
04894893
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
24 additions
and
24 deletions
+24
-24
private.gpu.hpp
modules/core/include/opencv2/core/private.gpu.hpp
+2
-2
precomp.hpp
modules/core/src/precomp.hpp
+1
-1
precomp.hpp
modules/gpu/src/precomp.hpp
+1
-1
precomp.hpp
modules/gpuarithm/src/precomp.hpp
+1
-1
precomp.hpp
modules/gpubgsegm/src/precomp.hpp
+1
-1
cuvid_video_source.h
modules/gpucodec/src/cuvid_video_source.h
+1
-1
frame_queue.h
modules/gpucodec/src/frame_queue.h
+1
-1
precomp.hpp
modules/gpucodec/src/precomp.hpp
+1
-1
video_decoder.h
modules/gpucodec/src/video_decoder.h
+1
-1
video_parser.h
modules/gpucodec/src/video_parser.h
+1
-1
precomp.hpp
modules/gpufeatures2d/src/precomp.hpp
+1
-1
precomp.hpp
modules/gpufilters/src/precomp.hpp
+1
-1
precomp.hpp
modules/gpuimgproc/src/precomp.hpp
+1
-1
private.hpp
modules/gpulegacy/include/opencv2/gpulegacy/private.hpp
+1
-1
precomp.hpp
modules/gpulegacy/src/precomp.hpp
+1
-1
test_precomp.hpp
modules/gpulegacy/test/test_precomp.hpp
+1
-1
precomp.hpp
modules/gpuoptflow/src/precomp.hpp
+1
-1
precomp.hpp
modules/gpustereo/src/precomp.hpp
+1
-1
precomp.hpp
modules/gpuwarping/src/precomp.hpp
+1
-1
precomp.hpp
modules/nonfree/src/precomp.hpp
+1
-1
denoising_gpu.cpp
modules/photo/src/denoising_gpu.cpp
+1
-1
precomp.hpp
modules/softcascade/src/precomp.hpp
+1
-1
precomp.hpp
modules/superres/src/precomp.hpp
+1
-1
No files found.
modules/core/include/opencv2/core/
gpu_private
.hpp
→
modules/core/include/opencv2/core/
private.gpu
.hpp
View file @
439c3574
...
...
@@ -41,8 +41,8 @@
//
//M*/
#ifndef __OPENCV_CORE_
GPU_PRIVATE
_HPP__
#define __OPENCV_CORE_
GPU_PRIVATE
_HPP__
#ifndef __OPENCV_CORE_
PRIVATE_GPU
_HPP__
#define __OPENCV_CORE_
PRIVATE_GPU
_HPP__
#ifndef __OPENCV_BUILD
# error this is a private header which should not be used from outside of the OpenCV library
...
...
modules/core/src/precomp.hpp
View file @
439c3574
...
...
@@ -49,7 +49,7 @@
#include "opencv2/core/opengl.hpp"
#include "opencv2/core/private.hpp"
#include "opencv2/core/
gpu_private
.hpp"
#include "opencv2/core/
private.gpu
.hpp"
#include <assert.h>
#include <ctype.h>
...
...
modules/gpu/src/precomp.hpp
View file @
439c3574
...
...
@@ -49,7 +49,7 @@
#include "opencv2/calib3d.hpp"
#include "opencv2/objdetect.hpp"
#include "opencv2/core/
gpu_private
.hpp"
#include "opencv2/core/
private.gpu
.hpp"
#include "opencv2/opencv_modules.hpp"
...
...
modules/gpuarithm/src/precomp.hpp
View file @
439c3574
...
...
@@ -50,7 +50,7 @@
#include "opencv2/gpuarithm.hpp"
#include "opencv2/core/utility.hpp"
#include "opencv2/core/
gpu_private
.hpp"
#include "opencv2/core/
private.gpu
.hpp"
#include "opencv2/opencv_modules.hpp"
...
...
modules/gpubgsegm/src/precomp.hpp
View file @
439c3574
...
...
@@ -50,6 +50,6 @@
#include "opencv2/gpufilters.hpp"
#include "opencv2/gpuimgproc.hpp"
#include "opencv2/core/
gpu_private
.hpp"
#include "opencv2/core/
private.gpu
.hpp"
#endif
/* __OPENCV_PRECOMP_H__ */
modules/gpucodec/src/cuvid_video_source.h
View file @
439c3574
...
...
@@ -43,7 +43,7 @@
#ifndef __CUVUD_VIDEO_SOURCE_H__
#define __CUVUD_VIDEO_SOURCE_H__
#include "opencv2/core/
gpu_private
.hpp"
#include "opencv2/core/
private.gpu
.hpp"
#include "opencv2/gpucodec.hpp"
#include "thread.h"
...
...
modules/gpucodec/src/frame_queue.h
View file @
439c3574
...
...
@@ -44,7 +44,7 @@
#define __FRAME_QUEUE_H__
#include "opencv2/core/utility.hpp"
#include "opencv2/core/
gpu_private
.hpp"
#include "opencv2/core/
private.gpu
.hpp"
#include <nvcuvid.h>
...
...
modules/gpucodec/src/precomp.hpp
View file @
439c3574
...
...
@@ -52,7 +52,7 @@
#include "opencv2/gpucodec.hpp"
#include "opencv2/core/
gpu_private
.hpp"
#include "opencv2/core/
private.gpu
.hpp"
#ifdef HAVE_NVCUVID
#include <nvcuvid.h>
...
...
modules/gpucodec/src/video_decoder.h
View file @
439c3574
...
...
@@ -43,7 +43,7 @@
#ifndef __VIDEO_DECODER_H__
#define __VIDEO_DECODER_H__
#include "opencv2/core/
gpu_private
.hpp"
#include "opencv2/core/
private.gpu
.hpp"
#include "opencv2/gpucodec.hpp"
#include <nvcuvid.h>
...
...
modules/gpucodec/src/video_parser.h
View file @
439c3574
...
...
@@ -43,7 +43,7 @@
#ifndef __VIDEO_PARSER_H__
#define __VIDEO_PARSER_H__
#include "opencv2/core/
gpu_private
.hpp"
#include "opencv2/core/
private.gpu
.hpp"
#include "opencv2/gpucodec.hpp"
#include "frame_queue.h"
#include "video_decoder.h"
...
...
modules/gpufeatures2d/src/precomp.hpp
View file @
439c3574
...
...
@@ -52,6 +52,6 @@
#include "opencv2/gpuwarping.hpp"
#include "opencv2/features2d.hpp"
#include "opencv2/core/
gpu_private
.hpp"
#include "opencv2/core/
private.gpu
.hpp"
#endif
/* __OPENCV_PRECOMP_H__ */
modules/gpufilters/src/precomp.hpp
View file @
439c3574
...
...
@@ -48,7 +48,7 @@
#include "opencv2/gpufilters.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/core/
gpu_private
.hpp"
#include "opencv2/core/
private.gpu
.hpp"
#include "opencv2/opencv_modules.hpp"
...
...
modules/gpuimgproc/src/precomp.hpp
View file @
439c3574
...
...
@@ -47,7 +47,7 @@
#include "opencv2/gpufilters.hpp"
#include "opencv2/core/private.hpp"
#include "opencv2/core/
gpu_private
.hpp"
#include "opencv2/core/
private.gpu
.hpp"
#include "opencv2/opencv_modules.hpp"
...
...
modules/gpulegacy/include/opencv2/gpulegacy/private.hpp
View file @
439c3574
...
...
@@ -48,7 +48,7 @@
# error this is a private header which should not be used from outside of the OpenCV library
#endif
#include "opencv2/core/
gpu_private
.hpp"
#include "opencv2/core/
private.gpu
.hpp"
#ifndef HAVE_CUDA
# error gpulegacy module requires CUDA
...
...
modules/gpulegacy/src/precomp.hpp
View file @
439c3574
...
...
@@ -56,7 +56,7 @@
# include "opencv2/objdetect.hpp"
#endif
#include "opencv2/core/
gpu_private
.hpp"
#include "opencv2/core/
private.gpu
.hpp"
#include "opencv2/gpulegacy/private.hpp"
#endif
/* __OPENCV_PRECOMP_H__ */
modules/gpulegacy/test/test_precomp.hpp
View file @
439c3574
...
...
@@ -72,7 +72,7 @@
#include "opencv2/gpulegacy.hpp"
#include "opencv2/highgui.hpp"
#include "opencv2/core/
gpu_private
.hpp"
#include "opencv2/core/
private.gpu
.hpp"
#include "NCVTest.hpp"
#include "NCVAutoTestLister.hpp"
...
...
modules/gpuoptflow/src/precomp.hpp
View file @
439c3574
...
...
@@ -51,7 +51,7 @@
#include "opencv2/gpuimgproc.hpp"
#include "opencv2/video.hpp"
#include "opencv2/core/
gpu_private
.hpp"
#include "opencv2/core/
private.gpu
.hpp"
#include "opencv2/opencv_modules.hpp"
...
...
modules/gpustereo/src/precomp.hpp
View file @
439c3574
...
...
@@ -47,6 +47,6 @@
#include "opencv2/gpustereo.hpp"
#include "opencv2/core/
gpu_private
.hpp"
#include "opencv2/core/
private.gpu
.hpp"
#endif
/* __OPENCV_PRECOMP_H__ */
modules/gpuwarping/src/precomp.hpp
View file @
439c3574
...
...
@@ -45,7 +45,7 @@
#include "opencv2/gpuwarping.hpp"
#include "opencv2/core/
gpu_private
.hpp"
#include "opencv2/core/
private.gpu
.hpp"
#include "opencv2/opencv_modules.hpp"
...
...
modules/nonfree/src/precomp.hpp
View file @
439c3574
...
...
@@ -50,7 +50,7 @@
#include "opencv2/core/private.hpp"
#include "opencv2/nonfree/gpu.hpp"
#include "opencv2/core/
gpu_private
.hpp"
#include "opencv2/core/
private.gpu
.hpp"
#include "opencv2/opencv_modules.hpp"
...
...
modules/photo/src/denoising_gpu.cpp
View file @
439c3574
...
...
@@ -43,7 +43,7 @@
#include "precomp.hpp"
#include "opencv2/photo/gpu.hpp"
#include "opencv2/core/
gpu_private
.hpp"
#include "opencv2/core/
private.gpu
.hpp"
#include "opencv2/opencv_modules.hpp"
...
...
modules/softcascade/src/precomp.hpp
View file @
439c3574
...
...
@@ -47,7 +47,7 @@
#include "opencv2/imgproc.hpp"
#include "opencv2/core/private.hpp"
#include "opencv2/core/
gpu_private
.hpp"
#include "opencv2/core/
private.gpu
.hpp"
namespace
cv
{
namespace
softcascade
{
namespace
internal
{
...
...
modules/superres/src/precomp.hpp
View file @
439c3574
...
...
@@ -55,7 +55,7 @@
#include "opencv2/video/tracking.hpp"
#include "opencv2/core/private.hpp"
#include "opencv2/core/
gpu_private
.hpp"
#include "opencv2/core/
private.gpu
.hpp"
#ifdef HAVE_OPENCV_GPUARITHM
# include "opencv2/gpuarithm.hpp"
...
...
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