1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #28317 from raimbekovm:fix-typos-batch7

docs: fix typos in documentation and code comments
This commit is contained in:
Alexander Smorkalov
2026-01-23 11:29:02 +03:00
committed by GitHub
15 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -604,7 +604,7 @@ public:
}
}
} else { // val cant be zero here (first abs took care of zero), must be negative
} else { // val can't be zero here (first abs took care of zero), must be negative
sift_wt vmin = std::min(std::min(std::min(_00,_01),std::min(_02,_10)),std::min(std::min(_12,_20),std::min(_21,_22)));
if (val <= vmin)
{