Searched refs:nonWhitePixelsCount (Results 1 – 1 of 1) sorted by relevance
155 int nonWhitePixelsCount = (int)img.total() - cv::countNonZero(filtered == img); in TEST() local157 ASSERT_EQ(0, nonWhitePixelsCount); in TEST()