Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
int CvVideoFrameReader::GetFrameCount() const
75
{
76
return static_cast<int>(lround(m_capture.get(cv::CAP_PROP_FRAME_COUNT)));
77
};
78
79
std::shared_ptr<cv::Mat> CvVideoFrameReaderRgbWrapper::ReadFrame()
80
{
Callers
1
FrameReaderTest.cpp
File · 0.80
Calls
2
lround
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected