- Dec 04, 2012
-
-
Aurélien Bricier authored
-
- Dec 03, 2012
-
-
Aurélien Bricier authored
-
- Nov 30, 2012
-
-
Aurélien Bricier authored
-
- Nov 16, 2012
-
-
Aurélien Bricier authored
-
- Nov 15, 2011
-
-
Mickael Savinaud authored
-
- Apr 24, 2011
-
-
Emmanuel Christophe authored
-
Emmanuel Christophe authored
-
- Apr 19, 2011
-
-
Emmanuel Christophe authored
-
- Jan 17, 2011
-
-
Emmanuel Christophe authored
-
- Jan 03, 2011
-
-
Emmanuel Christophe authored
-
Emmanuel Christophe authored
-
- May 26, 2010
-
-
Emmanuel Christophe authored
-
- May 02, 2010
-
-
Emmanuel Christophe authored
-
- Apr 09, 2010
-
-
OTB Bot authored
-
- Feb 10, 2010
-
-
Julien Michel authored
-
- Jan 22, 2010
-
-
Emmanuel Christophe authored
-
- Jan 17, 2010
-
-
Manuel Grizonnet authored
-
- Dec 14, 2009
-
-
Emmanuel Christophe authored
-
- Aug 27, 2009
-
-
Emmanuel Christophe authored
BUG: destructor should be virtual if there is at least one other virtual method in the class (ie the class is expected to be inherited)
-
- Feb 21, 2009
-
-
Emmanuel Christophe authored
-
- Dec 06, 2008
-
-
Emmanuel Christophe authored
-
- Nov 11, 2008
-
-
Emmanuel Christophe authored
-
- Oct 04, 2008
-
-
Emmanuel Christophe authored
-
- Nov 16, 2007
-
-
Thomas Feuvrier authored
Correction suite a mise a jour dans ITK (remplacement de unsigned long par std::streamoff). Calcul de la taille du buffer a allouer : utilisation des méthodes public de itkImageBase et non plus la méthode GetComponentSize() recopié pour ce besoin.
-
- Aug 29, 2007
-
-
Thomas Feuvrier authored
La gestion faite dans le GDALImageIO est déportée dans le ImageFileReader afin notamment de pouvoir connaitre le bon fichier à donner a OSSIM pour lire la keywordlist Désormais, dan sle GDALImageIO, en LECTURE (pas en écriture) le m_FileName contient déjà le bon fichier associé pour GDAL
-
- Apr 17, 2007
-
-
Thomas Feuvrier authored
Code modifié : la méthode itk::ImageIOBase::GetImageSizeInBytes() permettant de calculer la taille de l'image en bytes se fonctionne plus lorque les images sont trop grosses. En effet, la valeur retournée est définie en unsigned int, unsiffisant pour les gros fichiers. Cette méthode contient les appels successifs aux méthodes : GetImageSizeInPixels() * NUmberOfComponents * GetComponentSize() Solution : appeler nous même ces 3 méthodes en stockant le résultats dans un std::streamoff. ATTENTION : Comme la méthode GetComponentSize() est protected, elle a été dupliquée dans la classe ImageFileReader (caca). TODO : revoir celà.
-
- Jul 19, 2006
-
-
Thomas Feuvrier authored
Corrections sur la méthode TestFileReadability : méthode surchargé dans otb::ImageFileReader, pour éviter de faire un open sur un filename qui désigne un répertoire. Pourquoi : parceque sous Windows, ca sort en ERREUR.
-
- Jul 03, 2006
-
-
Thomas Feuvrier authored
Suppression de la CAI
-
- Jun 29, 2006
-
-
Patrick Imbo authored
-
- May 11, 2006
-
-
Thomas Feuvrier authored
-
- May 04, 2006
-
-
Thomas Feuvrier authored
-
- Apr 20, 2006
-
-
Jordi Inglada authored
-
- Mar 22, 2006
-
-
Thomas Feuvrier authored
-
- Feb 24, 2006
-
-
Thomas Feuvrier authored
-
- Jan 18, 2006
-
-
Thomas Feuvrier authored
-