MCPcopy Create free account
hub / github.com/ARM-software/armnn / IsExhausted

Method IsExhausted

samples/common/src/CVUtils/CvVideoFrameReader.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

mainFunction · 0.80

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected