Commit 257ef5f9 authored by Cresson Remi's avatar Cresson Remi
Browse files

DOC: add a todo for tomorrow

Showing with 2 additions and 0 deletions
+2 -0
...@@ -96,6 +96,8 @@ MergeAllGraphsAndAchieveSegmentation( ...@@ -96,6 +96,8 @@ MergeAllGraphsAndAchieveSegmentation(
// // Write output graph to the output graph directory // // Write output graph to the output graph directory
// WriteGraph<TSegmenter>(segmenter.m_Graph, tmpDir, 0, 0); // WriteGraph<TSegmenter>(segmenter.m_Graph, tmpDir, 0, 0);
// TODO: use std::sort to sort the graph before the polygon filling
typename TSegmenter::LabelImageType::SizeType outSize; typename TSegmenter::LabelImageType::SizeType outSize;
outSize[0] = imageWidth; outSize[0] = imageWidth;
outSize[1] = imageHeight; outSize[1] = imageHeight;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment