Why is the result of Mat::cross() cv::Mat and not cv::MatExpr ?
1 | initial version |
Why is the result of Mat::cross() cv::Mat and not cv::MatExpr ?
2 | No.2 Revision |
Why is the result of Mat::cross() cv::Mat and not cv::MatExpr ?
This is particularly annoying when trying to store the result in specific rows of a larger vector...
3 | No.3 Revision |
Why is the result of Mat::cross() cv::Mat Mat::cross()
cv::Mat
and not cv::MatExpr 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...