| 18 | } |
| 19 | |
| 20 | bool CvVideoFrameReader::IsExhausted(const std::shared_ptr<cv::Mat>& frame) const |
| 21 | { |
| 22 | assert(frame!=nullptr); |
| 23 | return frame->empty(); |
| 24 | } |
| 25 | |
| 26 | void CvVideoFrameReader::CheckIsOpen(const std::string& source) |
| 27 | { |
no test coverage detected