Parcourir la source

Update of diff kernel transformation of images

Jérôme BUISINE il y a 4 ans
Parent
commit
f024a47580
3 fichiers modifiés avec 5 ajouts et 2 suppressions
  1. 3 0
      README.md
  2. 1 1
      custom_config.py
  3. 1 1
      modules

+ 3 - 0
README.md

@@ -86,6 +86,9 @@ List of expected parameter by reconstruction method:
 - **fast_ica_reconstruction:**  Fast Iterative Component Analysis
   - Param definition: *number of components used for compression*
   - Example: *"50"*
+- **diff_filter:**  Bilateral diff filter
+  - Param definition: *window size expected*
+  - Example: *"5, 5"*
 - **static** Use static file to manage (such as z-buffer, normals card...)
   - Param definition: *Name of image of scene need to be in {sceneName}/static/xxxx.png*
   - Example: *"img.png"*

+ 1 - 1
custom_config.py

@@ -16,7 +16,7 @@ context_vars = vars()
 
 # variables
 
-## features_choices_labels         = ['static', 'svd_reconstruction', 'fast_ica_reconstruction', 'ipca_reconstruction']
+features_choices_labels         = ['static', 'svd_reconstruction', 'fast_ica_reconstruction', 'ipca_reconstruction', 'diff_filter']
 
 # parameters
 

+ 1 - 1
modules

@@ -1 +1 @@
-Subproject commit 917b396477d60a96dbc233554b4324cf7d9ae8c4
+Subproject commit f7a8c2dace4ef260182a66579d0a0be09ec59dc1