1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Remove more old definitions from internal.hpp

This commit is contained in:
Andrey Kamaev
2013-04-01 16:32:08 +04:00
parent e972d6b8c0
commit d62bc8cfbf
13 changed files with 85 additions and 88 deletions
+2
View File
@@ -44,6 +44,8 @@
#include <limits>
#define CV_DESCALE(x,n) (((x) + (1 << ((n)-1))) >> (n))
namespace cv
{