Result type of Mat::cross()
Why is the result of Mat::cross()
cv::Mat
and not cv::MatExpr
like many other basic operations (e.g. inv()
, mul()
, t()
, etc) ?
This is particularly annoying when trying to store the result in specific rows of a larger vector...