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
dce1824a
Commit
dce1824a
authored
Jul 29, 2014
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2940 from davembradley:master
parents
cf2a3078
b7174408
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
perf_bgsegm.cpp
modules/cudabgsegm/perf/perf_bgsegm.cpp
+4
-4
test_bgsegm.cpp
modules/cudabgsegm/test/test_bgsegm.cpp
+3
-3
No files found.
modules/cudabgsegm/perf/perf_bgsegm.cpp
View file @
dce1824a
...
...
@@ -42,8 +42,8 @@
#include "perf_precomp.hpp"
#ifdef HAVE_OPENCV_LEGACY
# include "opencv2/legacy.hpp"
#ifdef HAVE_OPENCV_
CUDA
LEGACY
# include "opencv2/
cuda
legacy.hpp"
#endif
#ifdef HAVE_OPENCV_CUDAIMGPROC
...
...
@@ -72,7 +72,7 @@ using namespace perf;
#if BUILD_WITH_VIDEO_INPUT_SUPPORT
#ifdef HAVE_OPENCV_LEGACY
#ifdef HAVE_OPENCV_
CUDA
LEGACY
namespace
cv
{
...
...
@@ -150,7 +150,7 @@ PERF_TEST_P(Video, FGDStatModel,
}
else
{
#ifdef HAVE_OPENCV_LEGACY
#ifdef HAVE_OPENCV_
CUDA
LEGACY
IplImage
ipl_frame
=
frame
;
cv
::
Ptr
<
CvBGStatModel
>
model
(
cvCreateFGDStatModel
(
&
ipl_frame
));
...
...
modules/cudabgsegm/test/test_bgsegm.cpp
View file @
dce1824a
...
...
@@ -42,8 +42,8 @@
#include "test_precomp.hpp"
#ifdef HAVE_OPENCV_LEGACY
# include "opencv2/legacy.hpp"
#ifdef HAVE_OPENCV_
CUDA
LEGACY
# include "opencv2/
cuda
legacy.hpp"
#endif
#ifdef HAVE_CUDA
...
...
@@ -66,7 +66,7 @@ using namespace cvtest;
//////////////////////////////////////////////////////
// FGDStatModel
#if BUILD_WITH_VIDEO_INPUT_SUPPORT && defined(HAVE_OPENCV_LEGACY)
#if BUILD_WITH_VIDEO_INPUT_SUPPORT && defined(HAVE_OPENCV_
CUDA
LEGACY)
namespace
cv
{
...
...
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