mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Merge branch 4.x
This commit is contained in:
@@ -69,7 +69,7 @@ protected:
|
||||
bool TestSparseMat();
|
||||
bool TestVec();
|
||||
bool TestMatxMultiplication();
|
||||
bool TestMatxElementwiseDivison();
|
||||
bool TestMatxElementwiseDivision();
|
||||
bool TestDivisionByValue();
|
||||
bool TestInplaceDivisionByValue();
|
||||
bool TestMatMatxCastSum();
|
||||
@@ -958,7 +958,7 @@ bool CV_OperationsTest::TestMatMatxCastSum()
|
||||
return true;
|
||||
}
|
||||
|
||||
bool CV_OperationsTest::TestMatxElementwiseDivison()
|
||||
bool CV_OperationsTest::TestMatxElementwiseDivision()
|
||||
{
|
||||
try
|
||||
{
|
||||
@@ -1248,7 +1248,7 @@ void CV_OperationsTest::run( int /* start_from */)
|
||||
if (!TestMatxMultiplication())
|
||||
return;
|
||||
|
||||
if (!TestMatxElementwiseDivison())
|
||||
if (!TestMatxElementwiseDivision())
|
||||
return;
|
||||
|
||||
if (!TestDivisionByValue())
|
||||
|
||||
Reference in New Issue
Block a user