HomeSort by relevance Sort by last modified time
    Searched refs:getMSSIM (Results 1 - 2 of 2) sorted by null

  /external/opencv3/samples/cpp/tutorial_code/HighGUI/video-input-psnr-ssim/
video-input-psnr-ssim.cpp 15 Scalar getMSSIM( const Mat& I1, const Mat& I2);
115 mssimV = getMSSIM(frameReference, frameUnderTest);
157 Scalar getMSSIM( const Mat& i1, const Mat& i2)
  /external/opencv3/samples/cpp/tutorial_code/gpu/gpu-basics-similarity/
gpu-basics-similarity.cpp 17 Scalar getMSSIM( const Mat& I1, const Mat& I2);
132 x = getMSSIM(I1,I2);
249 Scalar getMSSIM( const Mat& i1, const Mat& i2)

Completed in 340 milliseconds