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
35c19442
Commit
35c19442
authored
Feb 11, 2012
by
Alexander Reshetnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated 3 highgui tests
parent
778b51a6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
test_framecount.cpp
modules/highgui/test/test_framecount.cpp
+3
-0
test_positioning.cpp
modules/highgui/test/test_positioning.cpp
+3
-0
test_video_io.cpp
modules/highgui/test/test_video_io.cpp
+0
-0
No files found.
modules/highgui/test/test_framecount.cpp
View file @
35c19442
...
...
@@ -42,6 +42,7 @@
#include "test_precomp.hpp"
#include "opencv2/highgui/highgui.hpp"
#include <stdio.h>
using
namespace
cv
;
using
namespace
std
;
...
...
@@ -72,6 +73,8 @@ void CV_FramecountTest::run(int)
string
file_path
=
src_dir
+
"video/big_buck_bunny."
+
ext
[
i
];
printf
(
"
\n
Reading video file in %s...
\n
"
,
file_path
.
c_str
());
CvCapture
*
cap
=
cvCreateFileCapture
(
file_path
.
c_str
());
if
(
!
cap
)
{
...
...
modules/highgui/test/test_positioning.cpp
View file @
35c19442
...
...
@@ -42,6 +42,7 @@
#include "test_precomp.hpp"
#include "opencv2/highgui/highgui.hpp"
#include <stdio.h>
using
namespace
cv
;
using
namespace
std
;
...
...
@@ -131,6 +132,8 @@ void CV_VideoPositioningTest::run_test(int method)
{
string
file_path
=
src_dir
+
"video/big_buck_bunny."
+
ext
[
i
];
printf
(
"
\n
Reading video file in %s...
\n
"
,
file_path
.
c_str
());
CvCapture
*
cap
=
cvCreateFileCapture
(
file_path
.
c_str
());
if
(
!
cap
)
...
...
modules/highgui/test/test_video_io.cpp
View file @
35c19442
This diff is collapsed.
Click to expand it.
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