Searched refs:GetScalarColorCode (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/armnn/samples/ObjectDetection/src/ |
H A D | ImageUtils.cpp | 12 static cv::Scalar GetScalarColorCode(std::tuple<int, int, int> color) in GetScalarColorCode() function 46 cv::rectangle(inputFrame, r, GetScalarColorCode(colorCode), 2, 8, 0); in AddInferenceOutputToFrame() 52 cv::rectangle(inputFrame, r, GetScalarColorCode(colorCode), 2, 8, 0); in AddInferenceOutputToFrame() 58 cv::rectangle(inputFrame, r, GetScalarColorCode(colorCode), 2, 8, 0); in AddInferenceOutputToFrame() 65 cv::rectangle(inputFrame, text, GetScalarColorCode(colorCode), -1); in AddInferenceOutputToFrame()
|
/aosp_15_r20/external/armnn/samples/ObjectDetection/include/ |
H A D | ImageUtils.hpp | 58 static cv::Scalar GetScalarColorCode(std::tuple<int, int, int> color);
|