cv:threshold optimization for Tegra
This commit is contained in:
@@ -63,6 +63,10 @@
|
||||
#include <limits.h>
|
||||
#include <float.h>
|
||||
|
||||
#ifdef HAVE_TEGRA_OPTIMIZATION
|
||||
#include "opencv2/imgproc/imgproc_tegra.hpp"
|
||||
#endif
|
||||
|
||||
/* helper tables */
|
||||
extern const uchar icvSaturate8u_cv[];
|
||||
#define CV_FAST_CAST_8U(t) (assert(-256 <= (t) || (t) <= 512), icvSaturate8u_cv[(t)+256])
|
||||
|
Reference in New Issue
Block a user