mirror of
https://github.com/opencv/opencv.git
synced 2026-07-28 23:03:03 +04:00
68f527267b
* improve Mat::operator=(Scalar) * touch * remove trailing whitespace * TEST: check if old code pass test or not * remove CV_Error * remove warning * fix: is -> Scalar * 1) Mat *mat -> Mat &mat 2) return bool, add output param * add comment