1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Fix modules/ typos

Found using `codespell -q 3 -S ./3rdparty -L activ,amin,ang,atleast,childs,dof,endwhile,halfs,hist,iff,nd,od,uint`
This commit is contained in:
luz.paz
2019-08-15 18:02:09 -04:00
parent ea667d82b3
commit ec43292e1e
94 changed files with 120 additions and 120 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ public:
protected:
bool test_values(const cv::Mat& src); // complex test for eigen without vectors
bool check_full(int type); // compex test for symmetric matrix
bool check_full(int type); // complex test for symmetric matrix
virtual void run (int) = 0; // main testing method
protected: