搜索
您的当前位置:首页正文

opencv3一些函数操作

来源:哗拓教育

//模糊影像

bool BlurImg(const string& strSrcImg, const string& strDstImg)

{

Top