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

Function ResizeWithPad

samples/ObjectDetection/src/ImageUtils.cpp:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void ResizeWithPad(const cv::Mat& frame, cv::Mat& dest, cv::Mat& cache, const common::Size& destSize)
123{
124 ResizeFrame(frame, cache, destSize);
125 PadFrame(cache, dest,destSize.m_Height - cache.rows,destSize.m_Width - cache.cols);
126}

Callers 2

PreProcessingMethod · 0.85

Calls 2

ResizeFrameFunction · 0.85
PadFrameFunction · 0.85

Tested by

no test coverage detected