Commit bd063e47 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed the remaining warning in houghlines

parent 8f33e805
......@@ -73,7 +73,6 @@ static void
HoughLinesStandard( const Mat& img, float rho, float theta,
int threshold, vector<Vec2f>& lines, int linesMax )
{
int total = 0;
int i, j;
float irho = 1 / rho;
......
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