Go to the source code of this file.
Classes | |
| class | perf::MatType |
| class | perf::Regression |
| class | perf::GpuPerf |
| struct | perf::performance_metrics |
| class | perf::TestBase |
| class | perf::TestBase::_declareHelper |
| class | perf::TestBaseWithParam< T > |
| struct | perf::comparators::RectLess_< T > |
| struct | perf::comparators::KeypointGreater |
Namespaces | |
| namespace | perf |
| namespace | cv |
| Namespace where all the C++ OpenCV functionality resides. | |
| namespace | perf::comparators |
Typedefs | |
| typedef struct CV_EXPORTS perf::performance_metrics | perf::performance_metrics |
| typedef std::tr1::tuple < cv::Size, MatType > | perf::Size_MatType_t |
| typedef TestBaseWithParam < Size_MatType_t > | perf::Size_MatType |
| typedef RectLess_< int > | perf::comparators::RectLess |
Functions | |
| perf::CV_ENUM (MatDepth, CV_8U, CV_8S, CV_16U, CV_16S, CV_32S, CV_32F, CV_64F, CV_USRTYPE1) enum ERROR_TYPE | |
| CV_EXPORTS void | perf::PrintTo (const MatType &t, std::ostream *os) |
| CV_EXPORTS void | cv::PrintTo (const Size &sz,::std::ostream *os) |
| void CV_EXPORTS | perf::sort (std::vector< cv::KeyPoint > &pts, cv::InputOutputArray descriptors) |
Variables | |
| const cv::Size | perf::szQVGA = cv::Size(320, 240) |
| const cv::Size | perf::szVGA = cv::Size(640, 480) |
| const cv::Size | perf::szSVGA = cv::Size(800, 600) |
| const cv::Size | perf::szXGA = cv::Size(1024, 768) |
| const cv::Size | perf::szSXGA = cv::Size(1280, 1024) |
| const cv::Size | perf::szWQHD = cv::Size(2560, 1440) |
| const cv::Size | perf::sznHD = cv::Size(640, 360) |
| const cv::Size | perf::szqHD = cv::Size(960, 540) |
| const cv::Size | perf::sz240p = szQVGA |
| const cv::Size | perf::sz720p = cv::Size(1280, 720) |
| const cv::Size | perf::sz1080p = cv::Size(1920, 1080) |
| const cv::Size | perf::sz1440p = szWQHD |
| const cv::Size | perf::sz2160p = cv::Size(3840, 2160) |
| const cv::Size | perf::sz4320p = cv::Size(7680, 4320) |
| const cv::Size | perf::sz3MP = cv::Size(2048, 1536) |
| const cv::Size | perf::sz5MP = cv::Size(2592, 1944) |
| const cv::Size | perf::sz2K = cv::Size(2048, 2048) |
| const cv::Size | perf::szODD = cv::Size(127, 61) |
| const cv::Size | perf::szSmall24 = cv::Size(24, 24) |
| const cv::Size | perf::szSmall32 = cv::Size(32, 32) |
| const cv::Size | perf::szSmall64 = cv::Size(64, 64) |
| const cv::Size | perf::szSmall128 = cv::Size(128, 128) |