Added performance test for Canny

This commit is contained in:
Andrey Kamaev
2011-11-01 09:07:34 +00:00
parent 41d3a9a192
commit 46262b1972
2 changed files with 40 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
#include "opencv2/ts/ts.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/highgui/highgui.hpp"
#if GTEST_CREATE_SHARED_LIBRARY
#error no modules except ts should have GTEST_CREATE_SHARED_LIBRARY defined