TEGRA optimized add8u, sub8u and logical 8u operations

This commit is contained in:
Andrey Kamaev
2011-07-27 13:36:53 +00:00
parent eac0309324
commit 3b558508be
2 changed files with 39 additions and 4 deletions

View File

@@ -65,6 +65,10 @@
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_TEGRA_OPTIMIZATION
#include "opencv2/core/core_tegra.hpp"
#endif
namespace cv
{