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
87f6e500
Commit
87f6e500
authored
Oct 12, 2010
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
united cv::Mat and cv::MatND
parent
3e9e2f09
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
matrix_operations.cpp
tests/cxcore/src/matrix_operations.cpp
+0
-10
No files found.
tests/cxcore/src/matrix_operations.cpp
View file @
87f6e500
...
...
@@ -65,7 +65,6 @@ protected:
bool
checkMatSetError
(
const
Mat
&
m1
,
const
Mat
&
m2
);
bool
checkMatSetError
(
const
MatND
&
m1
,
const
MatND
&
m2
);
};
CV_MatrOpTest
::
CV_MatrOpTest
()
:
CvTest
(
"matrix-operations"
,
"?"
)
...
...
@@ -83,15 +82,6 @@ bool CV_MatrOpTest::checkMatSetError(const Mat& m1, const Mat& m2)
return
false
;
}
bool
CV_MatrOpTest
::
checkMatSetError
(
const
MatND
&
m1
,
const
MatND
&
m2
)
{
if
(
norm
(
m1
,
m2
,
NORM_INF
)
==
0
)
return
true
;
ts
->
set_failed_test_info
(
CvTS
::
FAIL_MISMATCH
);
return
false
;
}
bool
CV_MatrOpTest
::
TestMat
()
{
Mat
one_3x1
(
3
,
1
,
CV_32F
,
Scalar
(
1.0
));
...
...
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