随笔分类 -  opencv 源码剖析

摘要:// //_kernel : 形态学滤波的核 //anchor: 锚点再滤波核的位置 //iterations: 迭代次数 static void morphOp( int op, InputArray _src, OutputArray _dst, InputArray _kernel, Point ancho... 阅读全文
posted @ 2018-11-06 10:43 洛笔达 阅读(955) 评论(0) 推荐(0) 编辑
摘要:resize.cpp 阅读全文
posted @ 2018-08-31 17:10 洛笔达 阅读(3640) 评论(0) 推荐(0) 编辑
摘要:这里以CV_BGR2YUV_I420来讲 1. opencv244 core.cpp color.cpp color.cpp 2. opencv347 使用opencl 阅读全文
posted @ 2018-05-25 15:50 洛笔达 阅读(1792) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2018-01-10 10:48 洛笔达 阅读(4163) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示