Merge pull request #2588 from vpisarev:fix_samples_n_unused

This commit is contained in:
Vadim Pisarevsky
2014-04-10 13:30:20 +04:00
committed by OpenCV Buildbot
6 changed files with 3 additions and 35 deletions

View File

@@ -46,7 +46,6 @@
namespace cv
{
static const int MAX_BLOCK_SIZE = 1024;
typedef void (*MathFunc)(const void* src, void* dst, int len);
static const float atan2_p1 = 0.9997878412794807f*(float)(180/CV_PI);