摘要: 目前在OpenCV中,有reduce函数可以进行水平或者垂直方向的投影。 C++:voidreduce(InputArraymtx, OutputArrayvec, intdim, intreduceOp, intdtype=-1) Parameters: mtx– Source 2D matrix. vec– Destination vector. Its size and t... 阅读全文
posted @ 2016-11-14 16:50 Didea 阅读(2935) 评论(0) 推荐(0) 编辑