Copy a input image in BGR format to the input tensor.
Prototype
void setImageBGR(const cv::Mat &img)=0;
Parameters
The following table lists the setImageBGR
function arguments.
Type | Name | Description |
---|---|---|
const cv::Mat & | img | The input image (cv::Mat). |