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

DOC: missing ingroup tag

parent 89d54e26
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ namespace Functor
* The generated boundary is 1-pixel wide, so it is not symetric.
* Output value is 1 on the boundaries and 0 in the background
*
* \ingroup OTBLabelling
*/
template < class TInput, class TOutput >
class LabelToBoundaryFunctor
......@@ -65,6 +66,7 @@ public:
* The generated boundary is 1-pixel wide, so it is not symetric.
* Output value is 1 on the boundaries and 0 in the background
*
* \ingroup OTBLabelling
*/
template < class TInputImage, class TOutputImage >
class ITK_EXPORT LabelToBoundaryImageFilter
......
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