Home
last modified time | relevance | path

Searched refs:longEdgeInput (Results 1 – 3 of 3) sorted by relevance

/external/armnn/samples/ObjectDetection/src/
DSSDResultDecoder.cpp29 double longEdgeInput = std::max(resizedFrameSize.m_Width, resizedFrameSize.m_Height); in Decode() local
31 const double resizeFactor = longEdgeOutput/longEdgeInput; in Decode()
DYoloResultDecoder.cpp29 float longEdgeInput = std::max(resizedFrameSize.m_Width, resizedFrameSize.m_Height); in Decode() local
31 const float resizeFactor = longEdgeOutput/longEdgeInput; in Decode()
DImageUtils.cpp93 double longEdgeInput = std::max(frame.rows, frame.cols); in ResizeFrame() local
95 const double resizeFactor = longEdgeOutput/longEdgeInput; in ResizeFrame()