摘要: parallel_for 阅读全文
posted @ 2018-11-06 10:57 洛笔达 阅读(352) 评论(0) 推荐(0)
摘要: // //_kernel : 形态学滤波的核 //anchor: 锚点再滤波核的位置 //iterations: 迭代次数 static void morphOp( int op, InputArray _src, OutputArray _dst, InputArray _kernel, Point ancho... 阅读全文
posted @ 2018-11-06 10:43 洛笔达 阅读(972) 评论(0) 推荐(0)