Skip to content
Snippets Groups Projects
Commit 1ab3d445 authored by Julien Michel's avatar Julien Michel
Browse files

Fin de la vectorization.

parent 0e233f9a
No related branches found
No related tags found
No related merge requests found
...@@ -29,10 +29,15 @@ PURPOSE. See the above copyright notices for more information. ...@@ -29,10 +29,15 @@ PURPOSE. See the above copyright notices for more information.
namespace otb namespace otb
{ {
/** \class VectorizationPathListFilter /** \class VectorizationPathListFilter
* \brief * \brief This filter performs a vectorization from a line detector modulus and direction outputs.
* *
* \ingroup * The output of this filter is an otb::ObjectList<TOutputPath>.
* \ingroup *
* This filter performs vectorization at non-grid position by using the barycenter of the few pixels with
* non-null intensity in the given direction. A threshold can be set to tune the sensibility of the first point
* detection. Path with less than three vertices are not kept by the filter.
*
* \ingroup PathListSource
*/ */
template <class TInputModulus, class TInputDirection, class TOutputPath> template <class TInputModulus, class TInputDirection, class TOutputPath>
class ITK_EXPORT VectorizationPathListFilter class ITK_EXPORT VectorizationPathListFilter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment