瀏覽代碼

README updates

Jérôme BUISINE 6 年之前
父節點
當前提交
fa1e551c25
共有 2 個文件被更改,包括 4 次插入0 次删除
  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.