_OutputArray::assign() not implemented for OutputArray of type MATX (Bug #4136)
Description
_OutputArray::assign(const Mat &m) throws exception when the caller passes a Matx (or derived type such as Vec3d), even when it has exactly the same type and size as m. Same for UMat.
Associated revisions
Merge pull request #4136 from alalek:fix_matallocator_destruction
History
Updated by Nicu Stiurca about 10 years ago
Pull request was merged a while ago. Closing.
- Status changed from New to Done