Fixed readme

master
Rostislav Lán 2 years ago
parent a0ffab3593
commit e832dbd3f1

@ -134,32 +134,40 @@ All the filters used and their parameters are described below.
## Available filters with parameters ## Available filters with parameters
- median blur - median blur
- ksize - Kernel size (int) - ksize - Kernel size (int)
- gaussian blur - gaussian blur
- sigma - Gaussian kernel standart deviation (int) - sigma - Gaussian kernel standart deviation (int)
- bilateral blur - bilateral blur
- diameter - Diameter of pixel neighborhood used for filtering (int) - diameter - Diameter of pixel neighborhood used for filtering (int)
- sigmaColor - Standard deviation for grayvalue/color distance (int) - sigmaColor - Standard deviation for grayvalue/color distance (int)
- sigmaSpace - Standard deviation for range distance in pixels (int) - sigmaSpace - Standard deviation for range distance in pixels (int)
- bilateral_scikit - bilateral_scikit
- sigmaColor - Standard deviation for grayvalue/color distance (float) - sigmaColor - Standard deviation for grayvalue/color distance (float)
- sigmaSpace - Standard deviation for range distance in pixels (float) - sigmaSpace - Standard deviation for range distance in pixels (float)
- nlmeans (non-local means) - nlmeans (non-local means)
- patch_size - Size of patches used for denoising (int) - patch_size - Size of patches used for denoising (int)
- patch_distance - Distance in pixels where to search for patches (int) - patch_distance - Distance in pixels where to search for patches (int)
- h - Cut-off distance, higher means more smoothed image (float) - h - Cut-off distance, higher means more smoothed image (float)
- total_variation - total_variation
- weight - Denoising weight. (float) - weight - Denoising weight. (float)
- block_match - block_match
- sigma - ? (?) - sigma - ? (?)
- unsharp mask scikit - unsharp mask scikit
- radius - Radius of the gaussian filter (int) - radius - Radius of the gaussian filter (int)
- amount - Strength of the unsharp mask (float) - amount - Strength of the unsharp mask (float)
@ -170,6 +178,7 @@ All the filters used and their parameters are described below.
- sato - sato
- hessian - hessian
- sigmas - ? (float) - sigmas - ? (float)
- invert - invert
@ -177,6 +186,7 @@ All the filters used and their parameters are described below.
- scale_values - scale_values
- binarize - binarize
- threshold - value to cut differentiate pixels (int) - threshold - value to cut differentiate pixels (int)
- maxval - maximal value (int) ?? - maxval - maximal value (int) ??
- type - ? (str) - type - ? (str)
@ -184,13 +194,16 @@ All the filters used and their parameters are described below.
- binarize_otsu - binarize_otsu
- add_margin - add_margin
- margin - number of pixels to add to the sides of the image (int) - margin - number of pixels to add to the sides of the image (int)
- color - color value of newly added pixels (int) - color - color value of newly added pixels (int)
- erode - erode
- kernel - kernel shape (numpy.matrix) - kernel - kernel shape (numpy.matrix)
- dilate - dilate
- kernel - kernel shape (numpy.matrix) - kernel - kernel shape (numpy.matrix)
# Comparison # Comparison

Loading…
Cancel
Save