fixed slow down in getRectSubPix (original patch by Markus JR Mueller); removed some unused variables and functions

This commit is contained in:
Vadim Pisarevsky
2014-04-08 17:54:08 +04:00
parent a6ef45aa13
commit 1b339eb0d4
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);