|  | 
| static String | dumpBool (bool argument) | 
|  | 
| static String | dumpCString (const char *argument) | 
|  | 
| static String | dumpDouble (double argument) | 
|  | 
| static String | dumpFloat (float argument) | 
|  | 
| String | dumpInputArray (InputArray argument) | 
|  | 
| String | dumpInputArrayOfArrays (InputArrayOfArrays argument) | 
|  | 
| String | dumpInputOutputArray (InputOutputArray argument) | 
|  | 
| String | dumpInputOutputArrayOfArrays (InputOutputArrayOfArrays argument) | 
|  | 
| static String | dumpInt (int argument) | 
|  | 
| static String | dumpInt64 (int64 argument) | 
|  | 
| static String | dumpRange (const Range &argument) | 
|  | 
| static String | dumpRect (const Rect &argument) | 
|  | 
| static String | dumpRotatedRect (const RotatedRect &argument) | 
|  | 
| static String | dumpSizeT (size_t argument) | 
|  | 
| static String | dumpString (const String &argument) | 
|  | 
| static String | dumpTermCriteria (const TermCriteria &argument) | 
|  | 
| static String | dumpVec2i (const cv::Vec2i value=cv::Vec2i(42, 24)) | 
|  | 
| String | dumpVectorOfDouble (const std::vector< double > &vec) | 
|  | 
| String | dumpVectorOfInt (const std::vector< int > &vec) | 
|  | 
| String | dumpVectorOfRect (const std::vector< Rect > &vec) | 
|  | 
| static void | generateVectorOfInt (size_t len, std::vector< int > &vec) | 
|  | 
| static void | generateVectorOfMat (size_t len, int rows, int cols, int dtype, std::vector< Mat > &vec) | 
|  | 
| static void | generateVectorOfRect (size_t len, std::vector< Rect > &vec) | 
|  | 
| bool | getConfigurationParameterBool (const char *name, bool defaultValue) | 
|  | 
| Paths | getConfigurationParameterPaths (const char *name, const Paths &defaultValue=Paths()) | 
|  | 
| size_t | getConfigurationParameterSizeT (const char *name, size_t defaultValue) | 
|  | 
| cv::String | getConfigurationParameterString (const char *name, const char *defaultValue) | 
|  | 
| int | getThreadID () | 
|  | 
| static AsyncArray | testAsyncArray (InputArray argument) | 
|  | 
| static AsyncArray | testAsyncException () | 
|  | 
| static String | testOverloadResolution (int value, const Point &point=Point(42, 24)) | 
|  | 
| static String | testOverloadResolution (const Rect &rect) | 
|  | 
| static int | testOverwriteNativeMethod (int argument) | 
|  | 
| static void | testRaiseGeneralException () | 
|  | 
| static String | testReservedKeywordConversion (int positional_argument, int lambda=2, int from=3) | 
|  | 
| static RotatedRect | testRotatedRect (float x, float y, float w, float h, float angle) | 
|  | 
| static std::vector< RotatedRect > | testRotatedRectVector (float x, float y, float w, float h, float angle) | 
|  |