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

Unused code removed

This commit is contained in:
vbystricky
2014-01-23 17:35:44 +04:00
parent 27fb7e1802
commit bb09d44e0a
2 changed files with 0 additions and 13 deletions
-5
View File
@@ -607,8 +607,6 @@ namespace cv
iters = 30;
derivLambda = 0.5;
useInitialFlow = false;
//minEigThreshold = 1e-4f;
//getMinEigenVals = false;
}
bool checkParam()
@@ -668,8 +666,6 @@ namespace cv
int iters;
double derivLambda;
bool useInitialFlow;
//float minEigThreshold;
//bool getMinEigenVals;
private:
int waveSize;
@@ -689,7 +685,6 @@ namespace cv
void calcPatchSize()
{
dim3 block;
//winSize.width *= cn;
if (winSize.width > 32 && winSize.width > 2 * winSize.height)
{