Home
last modified time | relevance | path

Searched refs:nonWhitePixelsCount (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/photo/test/
Dtest_denoising.cpp155 int nonWhitePixelsCount = (int)img.total() - cv::countNonZero(filtered == img); in TEST() local
157 ASSERT_EQ(0, nonWhitePixelsCount); in TEST()