随笔分类 - opencv 源码剖析
摘要:// //_kernel : 形态学滤波的核 //anchor: 锚点再滤波核的位置 //iterations: 迭代次数 static void morphOp( int op, InputArray _src, OutputArray _dst, InputArray _kernel, Point ancho...
阅读全文
摘要:这里以CV_BGR2YUV_I420来讲 1. opencv244 core.cpp color.cpp color.cpp 2. opencv347 使用opencl
阅读全文
摘要:1. 2. 3. inline void Mat::create(int _rows, int _cols, int _type){ _type &= TYPE_MASK; if( dims <= 2 && rows == _rows && cols == _cols && type() == _t
阅读全文