c++ - 如何在循环中以不同的名称保存cv::imwrite ... cv::Mat dst; cv::warpAffine(src, dst, rot, bbox.size()); cv::imwrite("rotated_im.png", dst); return 0; }
確定! 回上一頁