Fixed uniniitialized mats in tests, added operator<< for compare_f

This commit is contained in:
Ruslan Garnov
2018-11-02 15:42:25 +03:00
parent 11eafca3e2
commit 858ba6c798
5 changed files with 13 additions and 2 deletions
+1
View File
@@ -16,6 +16,7 @@ TEST(GAPI_Scalar, Argument)
{
cv::Size sz(2, 2);
cv::Mat in_mat(sz, CV_8U);
cv::randn(in_mat, cv::Scalar::all(127), cv::Scalar::all(40.f));
cv::GComputationT<cv::GMat (cv::GMat, cv::GScalar)> mulS([](cv::GMat in, cv::GScalar c)
{