Home
last modified time | relevance | path

Searched refs:AddInferenceOutputToFrame (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/armnn/samples/ObjectDetection/include/
H A DImageUtils.hpp22 void AddInferenceOutputToFrame(od::DetectedObjects& decodedResults,
/aosp_15_r20/external/armnn/samples/ObjectDetection/src/
H A DImageUtils.cpp17 void AddInferenceOutputToFrame(od::DetectedObjects& decodedResults, cv::Mat& inputFrame, in AddInferenceOutputToFrame() function
H A DMain.cpp186 AddInferenceOutputToFrame(detects, *frame, labels); in main()
/aosp_15_r20/external/armnn/samples/ObjectDetection/test/
H A DImageUtilsTest.cpp116 AddInferenceOutputToFrame(detections, frame, labels);
/aosp_15_r20/external/armnn/samples/ObjectDetection/
H A DReadme.md631 With the obtained detections and using [`AddInferenceOutputToFrame`](./src/ImageUtils.cpp) function…
636 AddInferenceOutputToFrame(detects, *frame, labels);