fixed the remaining warning in houghlines
This commit is contained in:
parent
8f33e80515
commit
bd063e47d7
@ -73,7 +73,6 @@ static void
|
|||||||
HoughLinesStandard( const Mat& img, float rho, float theta,
|
HoughLinesStandard( const Mat& img, float rho, float theta,
|
||||||
int threshold, vector<Vec2f>& lines, int linesMax )
|
int threshold, vector<Vec2f>& lines, int linesMax )
|
||||||
{
|
{
|
||||||
int total = 0;
|
|
||||||
int i, j;
|
int i, j;
|
||||||
float irho = 1 / rho;
|
float irho = 1 / rho;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user