mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
More issues found by static analysis
This commit is contained in:
@@ -413,7 +413,6 @@ HoughLinesSDiv( InputArray image, OutputArray lines, int type,
|
||||
// Find peaks in maccum...
|
||||
for( index = 0; index < sfn; index++ )
|
||||
{
|
||||
i = 0;
|
||||
int pos = (int)(lst.size() - 1);
|
||||
if( pos < 0 || lst[pos].value < mcaccum[index] )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user