a little fix to tests and sample

This commit is contained in:
yao
2013-09-03 15:02:18 +08:00
parent 8bb9994094
commit a70bdfc13f
2 changed files with 14 additions and 14 deletions

View File

@@ -44,6 +44,10 @@ int main(int argc, char** argv)
namedWindow("CLAHE");
createTrackbar("Tile Size", "CLAHE", &tilesize, 32, (TrackbarCallback)TSize_Callback);
createTrackbar("Clip Limit", "CLAHE", &cliplimit, 20, (TrackbarCallback)Clip_Callback);
vector<ocl::Info> info;
CV_Assert(ocl::getDevice(info));
Mat frame, outframe;
ocl::oclMat d_outframe;