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
e354fa3f
Commit
e354fa3f
authored
Sep 03, 2013
by
Alexander Shishkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed test data in highgui test for HDR
parent
924f7ce3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test_grfmt.cpp
modules/highgui/test/test_grfmt.cpp
+1
-1
No files found.
modules/highgui/test/test_grfmt.cpp
View file @
e354fa3f
...
@@ -409,7 +409,7 @@ TEST(Highgui_WebP, encode_decode_lossy_webp)
...
@@ -409,7 +409,7 @@ TEST(Highgui_WebP, encode_decode_lossy_webp)
TEST
(
Highgui_Hdr
,
regression
)
TEST
(
Highgui_Hdr
,
regression
)
{
{
string
folder
=
string
(
cvtest
::
TS
::
ptr
()
->
get_data_path
())
+
"../cv/hdr/format
/"
;
string
folder
=
string
(
cvtest
::
TS
::
ptr
()
->
get_data_path
())
+
"/readwrite
/"
;
string
name_rle
=
folder
+
"rle.hdr"
;
string
name_rle
=
folder
+
"rle.hdr"
;
string
name_no_rle
=
folder
+
"no_rle.hdr"
;
string
name_no_rle
=
folder
+
"no_rle.hdr"
;
Mat
img_rle
=
imread
(
name_rle
,
-
1
);
Mat
img_rle
=
imread
(
name_rle
,
-
1
);
...
...
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