Skip to content
Snippets Groups Projects
Commit 55e473ae authored by Caroline Ruffel's avatar Caroline Ruffel
Browse files

nomsg

parent 82cf36ae
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,14 @@ namespace otb
/** \class ExtractSegmentsImageFilter
*
* This class implements a composite filter that combines four filters.
*
* This class implements a composite filter that generate an image of segments
* primitives. It combines four filters :
* \begin{itemize}
* \item otb::PixelSuppressionByDirectionImageFilter
* \item otb::LocalHoughFilter
* \item otb::FillGapsFilter
* \item otb::DrawLineSpatialObjectListFilter
* \end{itemize}
*
*/
......
......@@ -89,7 +89,7 @@ LinePointResearch(LineIterator itLines, InputImageType *image, IndexType origin)
// Check if the local index is inside the image and the previous
// index is outsideor if the local index is inside the image and
// index is outside or if the local index is inside the image and
// the next index is outside
......
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