Jérôme BUISINE 6 lat temu
rodzic
commit
fa1e551c25
2 zmienionych plików z 4 dodań i 0 usunięć
  1. 2 0
      README.md
  2. 2 0
      README.rst

+ 2 - 0
README.md

@@ -32,6 +32,8 @@ This project contains modules.
 - **processing** : *Image processing module*
 - **metrics** : *Metrics computation of PIL or 2D numpy image*
 - **filters** : *Image filter module*
+- **utils** : *All utils functions developed for the package*
+- **exceptions** : *All customized exceptions*
 
 All these modules will be enhanced during development of the package. Documentation is available [here](https://jbuisine.github.io/IPFML/).
 

+ 2 - 0
README.rst

@@ -31,6 +31,8 @@ This project contains modules.
 - **processing** : *Image processing of images*
 - **metrics** : *Metrics computation of PIL or 2D, 3D numpy images*
 - **filters** : *Filters implemented such as noise filters*
+- **utils** : *All utils functions developed for the package*
+- **exceptions** : *All customized exceptions*
 
 All these modules will be enhanced during development of the package.