Commit d7db5ebb authored by Cresson Remi's avatar Cresson Remi
Browse files

DOC: todo for tomorrow (+)

Showing with 1 addition and 1 deletion
+1 -1
...@@ -97,7 +97,7 @@ MergeAllGraphsAndAchieveSegmentation( ...@@ -97,7 +97,7 @@ 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 // TODO: use std::sort to sort the graph (m_Id must be increasing) 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