1
0
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:
Alexander Smorkalov
2026-03-19 09:19:35 +03:00
67 changed files with 1881 additions and 555 deletions
+3 -3
View File
@@ -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())