performance & bug fix for resize erode dilate sobel remap

This commit is contained in:
niko
2012-08-17 15:47:02 +08:00
parent a1d8091e10
commit 2e685dcf0a
13 changed files with 415 additions and 676 deletions

View File

@@ -44,9 +44,9 @@
//M*/
#include "precomp.hpp"
#include "threadsafe.h"
#include "Threadsafe.h"
#include <iomanip>
#include "binarycaching.hpp"
#include "binaryCaching.hpp"
using namespace cv;
using namespace cv::ocl;