1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Finalize cv::Mat transition

This commit is contained in:
Andrey Kamaev
2013-03-30 19:03:55 +04:00
parent 71e43852ce
commit c886afb502
8 changed files with 3302 additions and 2530 deletions
+4
View File
@@ -220,6 +220,10 @@ static inline bool isInitializer(const MatExpr& e) { return e.op == &g_MatOp_Ini
/////////////////////////////////////////////////////////////////////////////////////////////////////
MatOp::MatOp() {}
MatOp::~MatOp() {}
bool MatOp::elementWise(const MatExpr& /*expr*/) const
{
return false;