Merge pull request #1874 from SpecLad:merge-2.4
This commit is contained in:
@@ -1531,7 +1531,9 @@ template<typename _Tp> template<int m, int n> inline
|
||||
Mat_<_Tp>::operator Matx<typename DataType<_Tp>::channel_type, m, n>() const
|
||||
{
|
||||
CV_Assert(n % DataType<_Tp>::channels == 0);
|
||||
return this->Mat::operator Matx<typename DataType<_Tp>::channel_type, m, n>();
|
||||
|
||||
Matx<typename DataType<_Tp>::channel_type, m, n> res = this->Mat::operator Matx<typename DataType<_Tp>::channel_type, m, n>();
|
||||
return res;
|
||||
}
|
||||
|
||||
template<typename _Tp> inline
|
||||
|
Reference in New Issue
Block a user