|
| DatasetDetection (const std::string &file_path) |
|
bool | freeze (const bool blocking=false) override |
|
cv::Rect | detection () const override |
|
| DatasetDataStream (const std::string &file_path, const std::size_t &skip_rows, const std::size_t &skip_cols, const std::size_t &expected_cols, const int rx_time_index=NoTimeIndex, const int tx_time_index=NoTimeIndex) |
|
double | rx_time () |
|
double | tx_time () |
|
virtual Eigen::VectorXd | data () |
|
virtual bool | freeze () |
|
Definition at line 25 of file DatasetDetection.h.
◆ DatasetDetection()
DatasetDetection::DatasetDetection |
( |
const std::string & |
file_path | ) |
|
◆ ~DatasetDetection()
DatasetDetection::~DatasetDetection |
( |
| ) |
|
|
virtual |
◆ detection()
cv::Rect DatasetDetection::detection |
( |
| ) |
const |
|
override |
◆ freeze()
bool DatasetDetection::freeze |
( |
const bool |
blocking = false | ) |
|
|
override |