opencv中call to non-static member function without an object argument

template<typename_Tp>inlineMatND_<_Tp>&MatND_<_Tp>::operator=(constMatND&m){if(DataTy... template<typename _Tp> inline MatND_<_Tp>& MatND_<_Tp>::operator = (const MatND& m)

{

if( DataType<_Tp>::type == m.type() )

{

Mat::operator = (m);

return *this;

}

if( DataType<_Tp>::depth == m.depth() )

{

return (*this = m.reshape(DataType<_Tp>::channels));

}

CV_DbgAssert(DataType<_Tp>::channels == m.channels());

m.convertTo(*this, DataType<_Tp>::type);

return *this;

}

在Mat::operator = (m);出现错误
错误提示是call to non-static member function without an object argument 请问是什么原因怎么修改
展开
 我来答
房子a房子a
2015-01-13 · TA获得超过2047个赞
知道小有建树答主
回答量:783
采纳率:85%
帮助的人:565万
展开全部
Mat类中的=函数是静态成员函数吗?=是初始化mat对象的,这么用不对。等号左边却一个mat的对象。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式