mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Merge pull request #16656 from alalek:issue_16655
This commit is contained in:
@@ -1257,7 +1257,7 @@ int MatExpr::type() const
|
||||
if( isInitializer(*this) )
|
||||
return a.type();
|
||||
if( isCmp(*this) )
|
||||
return CV_8U;
|
||||
return CV_MAKETYPE(CV_8U, a.channels());
|
||||
return op ? op->type(*this) : -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user