摘要: 1 void Mat::copyTo( OutputArray _dst ) const 2 { 3 int dtype = _dst.type(); 4 if( _dst.fixedType() && dtype != type() ) 5 { 6 CV_Assert( channels() == 阅读全文
posted @ 2017-07-31 10:11 wfh2017 阅读(5735) 评论(0) 推荐(0) 编辑