Commit 3473d934 authored by Vladimir's avatar Vladimir

Fixing Warnings #5

parent 4483a0bc
......@@ -472,7 +472,7 @@ namespace cv
int scaleID;
std::vector <Mat> resized_imgs, blurred_imgs;
std::vector <Point> varBuffer, ensBuffer;
std::vector <double> varScaleIDs, ensScaleIDs;
std::vector <int> varScaleIDs, ensScaleIDs;
//int64 e1, e2;
//double t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment