文章目录 1 普通锐化 2. 拉普拉斯 锐化 3 SUM锐化 1 普通锐化 void sharpenImage(const cv::Mat& frame,float a, float b) { 定义一个3x3的锐化核 cv