MantisBT - ITK
View Issue Details
0012017ITKITKpublic2011-03-28 14:432011-04-22 17:21
robert tamburo 
kentwilliams 
normalfeaturealways
closedfixed 
 
ITK-4-A3 
2011-04-21
completed
0012017: Get Seed Indices for FloodFilledFunctionConditionalConstIterator
FloodFilledFunctionConditionalConstIterator does not have a get function to return the indices of seed pixels. The addition of the below code is all that is needed.


  /** Get seed pixels. */
  std::vector<IndexType> GetSeedPixels() {return m_StartIndices;}
No tags attached.
Issue History
2011-03-28 14:43robert tamburoNew Issue
2011-04-01 10:18Hans JohnsonAssigned To => kentwilliams
2011-04-01 10:18Hans JohnsonStatusnew => assigned
2011-04-22 15:20kentwilliamsNote Added: 0026242
2011-04-22 17:21kentwilliamsResolution Date => 2011-04-21
2011-04-22 17:21kentwilliamsSprint Statusbacklog => completed
2011-04-22 17:21kentwilliamsNote Added: 0026246
2011-04-22 17:21kentwilliamsStatusassigned => closed
2011-04-22 17:21kentwilliamsResolutionopen => fixed
2011-04-22 17:21kentwilliamsFixed in Version => ITK-4-A3

Notes
(0026242)
kentwilliams   
2011-04-22 15:20   
Gerrit patch submitted to fix this http://review.source.kitware.com/#change,1480 [^]
(0026246)
kentwilliams   
2011-04-22 17:21   
gerrit patch addressing bug submitted.