Home
last modified time | relevance | path

Searched defs:resizeFactor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/armnn/samples/ObjectDetection/src/
H A DSSDResultDecoder.cpp31 const double resizeFactor = longEdgeOutput/longEdgeInput; in Decode() local
H A DYoloResultDecoder.cpp31 const float resizeFactor = longEdgeOutput/longEdgeInput; in Decode() local
H A DImageUtils.cpp95 const double resizeFactor = longEdgeOutput/longEdgeInput; in ResizeFrame() local