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
ba5ebaa7
Commit
ba5ebaa7
authored
Feb 26, 2014
by
mlyashko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed file name to case-sensitve to support linux
parent
e75a257f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
perf_optflow_dualTVL1.cpp
modules/video/perf/opencl/perf_optflow_dualTVL1.cpp
+4
-4
No files found.
modules/video/perf/opencl/perf_optflow_dualTVL1.cpp
View file @
ba5ebaa7
...
@@ -66,11 +66,11 @@ OCL_PERF_TEST_P(OpticalFlowDualTVL1Fixture, OpticalFlowDualTVL1,
...
@@ -66,11 +66,11 @@ OCL_PERF_TEST_P(OpticalFlowDualTVL1Fixture, OpticalFlowDualTVL1,
)
)
)
)
{
{
Mat
frame0
=
imread
(
getDataPath
(
"cv/optflow/
rubberw
hale1.png"
),
cv
::
IMREAD_GRAYSCALE
);
Mat
frame0
=
imread
(
getDataPath
(
"cv/optflow/
RubberW
hale1.png"
),
cv
::
IMREAD_GRAYSCALE
);
ASSERT_FALSE
(
frame0
.
empty
())
<<
"can't load
rubberw
hale1.png"
;
ASSERT_FALSE
(
frame0
.
empty
())
<<
"can't load
RubberW
hale1.png"
;
Mat
frame1
=
imread
(
getDataPath
(
"cv/optflow/
rubberw
hale2.png"
),
cv
::
IMREAD_GRAYSCALE
);
Mat
frame1
=
imread
(
getDataPath
(
"cv/optflow/
RubberW
hale2.png"
),
cv
::
IMREAD_GRAYSCALE
);
ASSERT_FALSE
(
frame1
.
empty
())
<<
"can't load
rubberw
hale2.png"
;
ASSERT_FALSE
(
frame1
.
empty
())
<<
"can't load
RubberW
hale2.png"
;
const
Size
srcSize
=
frame0
.
size
();
const
Size
srcSize
=
frame0
.
size
();
...
...
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