Skip to content
Snippets Groups Projects
Commit 80d384e1 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

BUG: HoughTransform GetLines parameter (n) is obsolete in ITK 4.13, use new API instead

parent c0a46285
No related branches found
No related tags found
No related merge requests found
......@@ -229,7 +229,7 @@ LocalHoughFilter<TInputImage>
// Get the list of LineSpatialObject lines
// ---------------------------------------
lines = houghFilter->GetLines(m_NumberOfLines);
lines = houghFilter->GetLines();
LineIterator itLines = lines.begin();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment