Skip to content
Snippets Groups Projects
Commit a3a29a8c authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

DOC: removing doxygen description that was coming from copy/paste (no...

DOC: removing doxygen description that was coming from copy/paste (no description is still better than wrong description)
parent 0e348c37
Branches
Tags
No related merge requests found
......@@ -24,16 +24,9 @@ PURPOSE. See the above copyright notices for more information.
namespace otb
{
/** \class ParallelLinePathListFilter
* \brief This filters link path from the input path list according to distance and angular criterions.
* \brief Description needed
*
* This filter examines both ends of each path to link and is able to link several path into one single path.
* The two criterions to link a path are :
* - The two ends to link must be closer than the user defined threshold in terms of euclidean distance,
* - The angle at the link must not be sharp (less than the user defined threshold).
*
* Please note that this filter may invert the order of the vertices in the newly created path.
*
* This filter is part of the road extraction framework.
*/
template <class TPath>
class ITK_EXPORT ParallelLinePathListFilter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment