Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ GetSourceHeight
Method
GetSourceHeight
samples/common/src/CVUtils/CvVideoFrameReader.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
int CvVideoFrameReader::GetSourceHeight() const
46
{
47
return static_cast<int>(lround(m_capture.get(cv::CAP_PROP_FRAME_HEIGHT)));
48
}
49
50
double CvVideoFrameReader::GetSourceFps() const
51
{
Callers
2
FrameReaderTest.cpp
File · 0.80
GetFrameSourceAndSink
Function · 0.80
Calls
2
lround
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected