CV_EXPORTS_W bool imwrite( const string& filename, InputArray img, const vector<int>& params=vector<int>() ); filename :要写入的图像名称,或带文件路径的图像名称 img :mat数据类型 params :特定格式保存的特殊编码,通常可以不用
CV_EXPORTS_W bool imwrite( const string& filename, InputArray img, const vector<int>& params=vector<int>() ); filename :要写入的图像名称,或带文件路径的图像名称 img :mat数据类型 params :特定格式保存的特殊编码,通常可以不用
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。