|
@@ -28,6 +28,7 @@ This project contains modules.
|
|
|
- divide_in_blocks(image, block_size): Divide image into equal size blocks
|
|
|
- rgb_to_mscn(image): *Convert RGB Image into Mean Subtracted Contrast Normalized (MSCN) using only gray level*
|
|
|
- rgb_to_grey_low_bits(image, bind=15): *Convert RGB Image into grey image using only 4 low bits values by default*
|
|
|
+ - rgb_to_LAB_L_low_bits(image, bind=15): *Convert RGB Image into LAB L channel image using only 4 low bits values by default*
|
|
|
- normalize_arr(arr): *Normalize array values*
|
|
|
- normalize_arr_with_range(arr, min, max): *Normalize array values with specific min and max values*
|
|
|
- normalize_2D_arr(arr): *Return 2D array normalize from its min and max values*
|
|
@@ -54,4 +55,4 @@ How to contribute
|
|
|
|
|
|
This git project uses git-flow_ implementation. You are free to contribute to it.
|
|
|
|
|
|
-.. _git-flow : https://danielkummer.github.io/git-flow-cheatsheet/
|
|
|
+.. _git-flow : https://danielkummer.github.io/git-flow-cheatsheet/
|