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

Method GetFrameCount

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

Source from the content-addressed store, hash-verified

72}
73
74int CvVideoFrameReader::GetFrameCount() const
75{
76 return static_cast<int>(lround(m_capture.get(cv::CAP_PROP_FRAME_COUNT)));
77};
78
79std::shared_ptr<cv::Mat> CvVideoFrameReaderRgbWrapper::ReadFrame()
80{

Callers 1

Calls 2

lroundFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected