Skip to content
Snippets Groups Projects
Commit 9f18d13c authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

DOC: doxygen syntax

parent ce8b43b8
Branches
Tags
No related merge requests found
......@@ -31,9 +31,9 @@ namespace otb
* Label of the input image are written into this field.
* An optional input mask can be used to exclude pixels from vectorization process.
* All pixels with a value of 0 in the input mask image will not be suitable for vectorization.
* \Note The Use8Connected parameter can be turn on and it will be used in \c GDALPolygonize(). But be carreful, it
* \note The Use8Connected parameter can be turn on and it will be used in \c GDALPolygonize(). But be carreful, it
* can create cross polygons !
* \Note It is a non-streamed version.
* \note It is a non-streamed version.
* \ingroup OBIA
*
*
......
......@@ -28,9 +28,9 @@ namespace otb
* \brief this class uses GDALPolygonize method to transform a Label image into a VectorData.
* An optional input mask can be used to exclude pixels from vectorization process.
* All pixels with a value of 0 in the input mask image will not be suitable for vectorization.
* \Note The Use8Connected parameter can be turn on and it will be used in \c GDALPolygonize(). But be carreful, it
* \note The Use8Connected parameter can be turn on and it will be used in \c GDALPolygonize(). But be carreful, it
* can create cross polygons !
* \Note It is a non-streamed version.
* \note It is a non-streamed version.
* \ingroup OBIA
*
* \ingroup OTBConversion
......
......@@ -51,7 +51,6 @@ class LabeledOutputAccessor<MeanShiftSmoothingImageFilter<TInputImage, TOutputIm
/** \class PersistentStreamingLabelImageToOGRDataFilter
* \brief This filter is a framework for large scale segmentation.
* For a detailed description @see StreamingImageToOGRLayerSegmentationFilter
* \Note
*
* \ingroup OTBOGRProcessing
*/
......@@ -186,9 +185,9 @@ private:
* Finally all features contained in the "memory" DataSource are copied into the input Layer,
* in the layer specified with the \c SetLayerName() method.
*
* \Note The Use8Connected parameter can be turn on and it will be used in \c GDALPolygonize(). But be carreful, it
* \note The Use8Connected parameter can be turn on and it will be used in \c GDALPolygonize(). But be carreful, it
* can create cross polygons !
* \Note The input mask can be used to exclude pixels from vectorization process.
* \note The input mask can be used to exclude pixels from vectorization process.
* All pixels with a value of 0 in the input mask image will not be suitable for vectorization.
*
* \ingroup OTBOGRProcessing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment