OpenCV  4.10.0
开源计算机视觉库
加载中...
搜索中...
无匹配项
公共成员函数 | 静态公共成员函数 | 所有成员列表
cv::datasets::PD_caltech 类参考抽象

#include <opencv2/datasets/pd_caltech.hpp>

cv::datasets::PD_caltech 协作图

公共成员函数

virtual void load (const std::string &path) CV_OVERRIDE=0
 
- 从 cv::datasets::Dataset 继承的公共成员函数
 Dataset ()
 
virtual ~Dataset ()
 
int getNumSplits () const
 
std::vector< Ptr< Object > > & getTest (int splitNum=0)
 
std::vector< Ptr< Object > > & getTrain (int splitNum=0)
 
std::vector< Ptr< Object > > & getValidation (int splitNum=0)
 

静态公共成员函数

static Ptr< PD_caltechcreate ()
 

其他继承成员

- 从 cv::datasets::Dataset 继承的受保护属性
std::vector< std::vector< Ptr< Object > > > test
 
std::vector< std::vector< Ptr< Object > > > train
 
std::vector< std::vector< Ptr< Object > > > validation
 

成员函数文档

◆ create()

static Ptr< PD_caltech > cv::datasets::PD_caltech::create ( )
static

◆ load()

virtual void cv::datasets::PD_caltech::load ( const std::string &  path)
纯虚函数

此类的文档来自以下文件