mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Fix spelling typos
This commit is contained in:
@@ -67,7 +67,7 @@ inline std::ostream& operator<<(std::ostream& os, bitwiseOp op)
|
||||
// initMatsRandU - function that is used to initialize input/output data
|
||||
// FIXTURE_API(mathOp,bool,double,bool) - test-specific parameters (types)
|
||||
// 4 - number of test-specific parameters
|
||||
// opType, testWithScalar, scale, doReverseOp - test-spcific parameters (names)
|
||||
// opType, testWithScalar, scale, doReverseOp - test-specific parameters (names)
|
||||
//
|
||||
// We get:
|
||||
// 1. Default parameters: int type, cv::Size sz, int dtype, getCompileArgs() function
|
||||
|
||||
@@ -294,7 +294,7 @@ TEST_P(Polar2CartTest, AccuracyTest)
|
||||
// expect of single-precision elementary functions implementation.
|
||||
//
|
||||
// However, good idea is making such threshold configurable: parameter
|
||||
// of this test - which a specific test istantiation could setup.
|
||||
// of this test - which a specific test instantiation could setup.
|
||||
//
|
||||
// Note that test instantiation for the OpenCV back-end could even let
|
||||
// the threshold equal to zero, as CV back-end calls the same kernel.
|
||||
@@ -340,7 +340,7 @@ TEST_P(Cart2PolarTest, AccuracyTest)
|
||||
// expect of single-precision elementary functions implementation.
|
||||
//
|
||||
// However, good idea is making such threshold configurable: parameter
|
||||
// of this test - which a specific test istantiation could setup.
|
||||
// of this test - which a specific test instantiation could setup.
|
||||
//
|
||||
// Note that test instantiation for the OpenCV back-end could even let
|
||||
// the threshold equal to zero, as CV back-end calls the same kernel.
|
||||
|
||||
@@ -19,7 +19,7 @@ namespace opencv_test
|
||||
// initMatrixRandN - function that is used to initialize input/output data
|
||||
// FIXTURE_API(CompareMats,int,int) - test-specific parameters (types)
|
||||
// 3 - number of test-specific parameters
|
||||
// cmpF, kernSize, borderType - test-spcific parameters (names)
|
||||
// cmpF, kernSize, borderType - test-specific parameters (names)
|
||||
//
|
||||
// We get:
|
||||
// 1. Default parameters: int type, cv::Size sz, int dtype, getCompileArgs() function
|
||||
|
||||
Reference in New Issue
Block a user