Namespaces | Classes | Typedefs | Enumerations | Functions | Variables
perf Namespace Reference

Namespaces

 comparators
 

Classes

struct  CvtColorInfo
 
class  GpuPerf
 
class  MatType
 
struct  performance_metrics
 
class  Regression
 
class  TestBase
 
class  TestBaseWithParam
 

Typedefs

typedef perf::Size_MatType Sz_Type
 
typedef struct CV_EXPORTS
perf::performance_metrics 
performance_metrics
 
typedef std::tr1::tuple
< cv::Size, MatType
Size_MatType_t
 
typedef TestBaseWithParam
< Size_MatType_t
Size_MatType
 

Enumerations

enum  PERF_STRATEGY { PERF_STRATEGY_BASE = 0, PERF_STRATEGY_SIMPLE = 1 }
 

Functions

 CV_ENUM (BorderMode, BORDER_REFLECT101, BORDER_REPLICATE, BORDER_CONSTANT, BORDER_REFLECT, BORDER_WRAP) CV_ENUM(Interpolation
 
INTER_AREA CV_ENUM (NormType, NORM_INF, NORM_L1, NORM_L2, NORM_HAMMING, NORM_MINMAX) enum
 
 CV_ENUM (MatCn, Gray, TwoChannel, BGR, BGRA) DEF_PARAM_TEST_1(Sz
 
 DEF_PARAM_TEST (Sz_Depth, cv::Size, perf::MatDepth)
 
 DEF_PARAM_TEST (Sz_Depth_Cn, cv::Size, perf::MatDepth, MatCn)
 
CV_EXPORTS cv::Mat readImage (const std::string &fileName, int flags=cv::IMREAD_COLOR)
 
CV_EXPORTS void PrintTo (const CvtColorInfo &info, std::ostream *os)
 
CV_EXPORTS void printCudaInfo ()
 
CV_EXPORTS void sortKeyPoints (std::vector< cv::KeyPoint > &keypoints, cv::InputOutputArray _descriptors=cv::noArray())
 
 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 PrintTo (const MatType &t, std::ostream *os)
 
void CV_EXPORTS sort (std::vector< cv::KeyPoint > &pts, cv::InputOutputArray descriptors)
 

Variables

 INTER_NEAREST
 
 INTER_LINEAR
 
 INTER_CUBIC
 
const cv::Size szQVGA = cv::Size(320, 240)
 
const cv::Size szVGA = cv::Size(640, 480)
 
const cv::Size szSVGA = cv::Size(800, 600)
 
const cv::Size szXGA = cv::Size(1024, 768)
 
const cv::Size szSXGA = cv::Size(1280, 1024)
 
const cv::Size szWQHD = cv::Size(2560, 1440)
 
const cv::Size sznHD = cv::Size(640, 360)
 
const cv::Size szqHD = cv::Size(960, 540)
 
const cv::Size sz240p = szQVGA
 
const cv::Size sz720p = cv::Size(1280, 720)
 
const cv::Size sz1080p = cv::Size(1920, 1080)
 
const cv::Size sz1440p = szWQHD
 
const cv::Size sz2160p = cv::Size(3840, 2160)
 
const cv::Size sz4320p = cv::Size(7680, 4320)
 
const cv::Size sz3MP = cv::Size(2048, 1536)
 
const cv::Size sz5MP = cv::Size(2592, 1944)
 
const cv::Size sz2K = cv::Size(2048, 2048)
 
const cv::Size szODD = cv::Size(127, 61)
 
const cv::Size szSmall24 = cv::Size(24, 24)
 
const cv::Size szSmall32 = cv::Size(32, 32)
 
const cv::Size szSmall64 = cv::Size(64, 64)
 
const cv::Size szSmall128 = cv::Size(128, 128)
 

Typedef Documentation

Enumeration Type Documentation

Enumerator
PERF_STRATEGY_BASE 
PERF_STRATEGY_SIMPLE 

Function Documentation

perf::CV_ENUM ( BorderMode  ,
BORDER_REFLECT101  ,
BORDER_REPLICATE  ,
BORDER_CONSTANT  ,
BORDER_REFLECT  ,
BORDER_WRAP   
)
INTER_AREA perf::CV_ENUM ( NormType  ,
NORM_INF  ,
NORM_L1  ,
NORM_L2  ,
NORM_HAMMING  ,
NORM_MINMAX   
)
perf::CV_ENUM ( MatCn  ,
Gray  ,
TwoChannel  ,
BGR  ,
BGRA   
)
perf::DEF_PARAM_TEST ( Sz_Depth  ,
cv::Size  ,
perf::MatDepth   
)
perf::DEF_PARAM_TEST ( Sz_Depth_Cn  ,
cv::Size  ,
perf::MatDepth  ,
MatCn   
)
CV_EXPORTS cv::Mat perf::readImage ( const std::string fileName,
int  flags = cv::IMREAD_COLOR 
)
CV_EXPORTS void perf::PrintTo ( const CvtColorInfo &  info,
std::ostream *  os 
)
CV_EXPORTS void perf::printCudaInfo ( )
CV_EXPORTS void perf::sortKeyPoints ( std::vector< cv::KeyPoint > &  keypoints,
cv::InputOutputArray  _descriptors = cv::noArray() 
)
perf::CV_ENUM ( MatDepth  ,
CV_8U  ,
CV_8S  ,
CV_16U  ,
CV_16S  ,
CV_32S  ,
CV_32F  ,
CV_64F  ,
CV_USRTYPE1   
)
CV_EXPORTS void perf::PrintTo ( const MatType &  t,
std::ostream *  os 
)
void CV_EXPORTS perf::sort ( std::vector< cv::KeyPoint > &  pts,
cv::InputOutputArray  descriptors 
)

Variable Documentation

perf::INTER_NEAREST
perf::INTER_LINEAR
perf::INTER_CUBIC
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)