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

Merge branch '1537-api-change-in-houghtransform2dlinesimagefilter-itk-4-13' into 'develop'

Resolve "API change in HoughTransform2DLinesImageFilter (itk 4.13)"

Closes #1537

See merge request !39
parents b9fb07af a48fe445
No related branches found
No related tags found
No related merge requests found
......@@ -229,7 +229,11 @@ LocalHoughFilter<TInputImage>
// Get the list of LineSpatialObject lines
// ---------------------------------------
#if !defined(ITK_LEGACY_REMOVE)
lines = houghFilter->GetLines(m_NumberOfLines);
#else
lines = houghFilter->GetLines();
#endif
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