added magnitudeSqr and rectStdDev to gpu module.

added supports of CV_32SC2 source to gpu scalar arithm and float source to gpu::histRange.
minor fix of gpu tests.
This commit is contained in:
Vladislav Vinogradov
2010-10-13 12:52:39 +00:00
parent f4075e0168
commit 4124633359
16 changed files with 178 additions and 72 deletions

View File

@@ -40,9 +40,6 @@
//M*/
#include "gputest.hpp"
#include "highgui.h"
#include "cv.h"
using namespace cv;
using namespace std;