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

doxygen in english

parent 7837e498
No related branches found
No related tags found
No related merge requests found
......@@ -27,11 +27,14 @@ namespace otb
/** \class ExtractROIBase
* \brief Classe de base, permettant d'extraire une partie d'une image.
* La rgion a extraire peut se dfinir via les mthodes SetStartX/Y (positionne le dbut) et SetSizeX/Y prcisant
* la taille de la rgion. Si la position de la rgion n'est pas prcise, alors le premier en haut gauche est
* slectionn. Si la taille de la rgion n'est pas positionne, alors la taille de la rgion s'tend jusqu'aux bords extrmes de l'image.
* \note Si aucun paramtre n'est prcis, alors toute l'image est extraite.
*
* Extracted region can be defined by the methods SetStartX/Y (region origin) and
* SetSizeX/Y (region size). If the starting point is not defined, the extracted
* region start from the upper left corner of the input image. If the size is not
* defined, the extracted region extend to the lower right corner of the input
* image. If no parameter is defined all image is extracted.
*
* \ingroup Common
*
*/
template <class TInputImage, class TOutputImage>
......
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