Documentation error in the tutorial Similarity check (PNSR and SSIM) on the GPU (Bug #2252)
Description
Like I ask on http://answers.opencv.org/question/1197/no-operator-for-gpumat/
I try to build the sample code in tutorial Similarity check (PNSR and SSIM) on the GPU , and there are many error like gpu-basics-similarity.cpp 328 error: no match for ‘operator-=’ in ‘sigma1_2 -= mu1_2’
It seems like there is really no implement of operator like +, -, *, +=, -=, ... on gpuMat
Associated revisions
fixed Bug #2252
error in the tutorial Similarity check (PNSR and SSIM) on the GPU
Merge pull request #2252 from ilya-lavrenov:ocl_ref
History
Updated by Vladislav Vinogradov over 12 years ago
- Category set to samples
- Assignee set to Vladislav Vinogradov
- Status changed from Open to Done
Updated by Andrey Kamaev over 12 years ago
- Target version set to 2.4.3