diff --git a/Writerside/topics/Image-Filter-Bilateral-Blur.md b/Writerside/topics/Image-Filter-Bilateral-Blur.md index 2f97668..daeb999 100644 --- a/Writerside/topics/Image-Filter-Bilateral-Blur.md +++ b/Writerside/topics/Image-Filter-Bilateral-Blur.md @@ -1 +1,33 @@ # Bilateral Blur + + + + ImageFilterBilateralBlur + + + Blurring the image by bilateral algorithm. Keeps the image sharp at the edges. + + + OpenCV + + + + + RGB/A images + + + Vertical direction blur strength + + + Horizontal direction blur strength + + + + + + + RGB/A images + + + + diff --git a/Writerside/topics/Image-Filter-Blur.md b/Writerside/topics/Image-Filter-Blur.md index fc031cc..39cba16 100644 --- a/Writerside/topics/Image-Filter-Blur.md +++ b/Writerside/topics/Image-Filter-Blur.md @@ -1 +1,33 @@ # Blur + + + + ImageFilterBlur + + + Blurring the image. + + + Pillow + + + + + RGB/A images + + + Vertical direction blur strength + + + Horizontal direction blur strength + + + + + + + RGB/A images + + + + diff --git a/Writerside/topics/Image-Filter-Box-Blur.md b/Writerside/topics/Image-Filter-Box-Blur.md index 12b368a..bb82d34 100644 --- a/Writerside/topics/Image-Filter-Box-Blur.md +++ b/Writerside/topics/Image-Filter-Box-Blur.md @@ -1 +1,33 @@ # Box Blur + + + + ImageFilterBoxBlur + + + Blurring the image by box algorithm. + + + OpenCV + + + + + RGB/A images + + + Vertical direction blur strength + + + Horizontal direction blur strength + + + + + + + RGB/A images + + + + diff --git a/Writerside/topics/Image-Filter-Contour.md b/Writerside/topics/Image-Filter-Contour.md index f172543..b2bf26d 100644 --- a/Writerside/topics/Image-Filter-Contour.md +++ b/Writerside/topics/Image-Filter-Contour.md @@ -1 +1,27 @@ # Contour + + + + ImageFilterContour + + + Find the contours of the image. + + + Pillow + + + + + RGB/A images + + + + + + + RGB/A images + + + + diff --git a/Writerside/topics/Image-Filter-Detail.md b/Writerside/topics/Image-Filter-Detail.md index 248394d..414f220 100644 --- a/Writerside/topics/Image-Filter-Detail.md +++ b/Writerside/topics/Image-Filter-Detail.md @@ -1 +1,27 @@ # Detail + + + + ImageFilterDetail + + + Image detailing. + + + Pillow + + + + + RGB/A images + + + + + + + RGB/A images + + + + diff --git a/Writerside/topics/Image-Filter-Edge-Enhance-More.md b/Writerside/topics/Image-Filter-Edge-Enhance-More.md index da52ff2..739b1f0 100644 --- a/Writerside/topics/Image-Filter-Edge-Enhance-More.md +++ b/Writerside/topics/Image-Filter-Edge-Enhance-More.md @@ -1 +1,27 @@ # Edge Enhance More + + + + ImageFilterEdgeEnhanceMore + + + Improved clarity of image boundaries. + + + Pillow + + + + + RGB/A images + + + + + + + RGB/A images + + + + diff --git a/Writerside/topics/Image-Filter-Edge-Enhance.md b/Writerside/topics/Image-Filter-Edge-Enhance.md index 3e803e5..9480f8f 100644 --- a/Writerside/topics/Image-Filter-Edge-Enhance.md +++ b/Writerside/topics/Image-Filter-Edge-Enhance.md @@ -1 +1,27 @@ # Edge Enhance + + + + ImageFilterEdgeEnhance + + + Clarity of the image boundaries. + + + Pillow + + + + + RGB/A images + + + + + + + RGB/A images + + + + diff --git a/Writerside/topics/Image-Filter-Emboss.md b/Writerside/topics/Image-Filter-Emboss.md index 0b84099..3768d81 100644 --- a/Writerside/topics/Image-Filter-Emboss.md +++ b/Writerside/topics/Image-Filter-Emboss.md @@ -1 +1,27 @@ # Emboss + + + + ImageFilterEmboss + + + Embossed images. + + + Pillow + + + + + RGB/A images + + + + + + + RGB/A images + + + + diff --git a/Writerside/topics/Image-Filter-Find-Edges.md b/Writerside/topics/Image-Filter-Find-Edges.md index ba5ee9f..554b0b5 100644 --- a/Writerside/topics/Image-Filter-Find-Edges.md +++ b/Writerside/topics/Image-Filter-Find-Edges.md @@ -1 +1,27 @@ # Find Edges + + + + ImageFilterFindEdges + + + Identifies the boundaries of the image. + + + Pillow + + + + + RGB/A images + + + + + + + RGB/A images + + + + diff --git a/Writerside/topics/Image-Filter-Gaussian-Blur-Advanced.md b/Writerside/topics/Image-Filter-Gaussian-Blur-Advanced.md index 8a2ef50..57e1f6f 100644 --- a/Writerside/topics/Image-Filter-Gaussian-Blur-Advanced.md +++ b/Writerside/topics/Image-Filter-Gaussian-Blur-Advanced.md @@ -1 +1,39 @@ # Gaussian Blur Advanced + + + + ImageFilterGaussianBlurAdvanced + + + Blurring the image by gaussian algorithm. + + + OpenCV + + + + + RGB/A images + + + Vertical direction blur strength + + + Horizontal direction blur strength + + + Vertical direction blur scale of the blur deviation + + + Vertical direction blur scale of the blur deviation + + + + + + + RGB/A images + + + + diff --git a/Writerside/topics/Image-Filter-Gaussian-Blur.md b/Writerside/topics/Image-Filter-Gaussian-Blur.md index 494aa70..88fe269 100644 --- a/Writerside/topics/Image-Filter-Gaussian-Blur.md +++ b/Writerside/topics/Image-Filter-Gaussian-Blur.md @@ -1 +1,33 @@ # Gaussian Blur + + + + ImageFilterGaussianBlur + + + Blurring the image by gaussian algorithm. + + + OpenCV + + + + + RGB/A images + + + Vertical direction blur strength + + + Horizontal direction blur strength + + + + + + + RGB/A images + + + + diff --git a/Writerside/topics/Image-Filter-Max.md b/Writerside/topics/Image-Filter-Max.md index 5e005e6..d896a2b 100644 --- a/Writerside/topics/Image-Filter-Max.md +++ b/Writerside/topics/Image-Filter-Max.md @@ -1 +1,30 @@ # Max + + + + ImageFilterMax + + + Selects the largest pixel value in the window at the specified size. + + + Pillow + + + + + RGB/A images + + + Size of the core in PX + + + + + + + RGB/A images + + + + diff --git a/Writerside/topics/Image-Filter-Median-Blur.md b/Writerside/topics/Image-Filter-Median-Blur.md index 93c4bee..b8c6ddb 100644 --- a/Writerside/topics/Image-Filter-Median-Blur.md +++ b/Writerside/topics/Image-Filter-Median-Blur.md @@ -1 +1,33 @@ # Median Blur + + + + ImageFilterMedianBlur + + + Blurring the image by median algorithm. + + + OpenCV + + + + + RGB/A images + + + Vertical direction blur strength + + + Horizontal direction blur strength + + + + + + + RGB/A images + + + + diff --git a/Writerside/topics/Image-Filter-Min.md b/Writerside/topics/Image-Filter-Min.md index ab4f074..22d6515 100644 --- a/Writerside/topics/Image-Filter-Min.md +++ b/Writerside/topics/Image-Filter-Min.md @@ -1 +1,30 @@ # Min + + + + ImageFilterMin + + + Selects the smallest pixel value in the window at the specified size. + + + Pillow + + + + + RGB/A images + + + Size of the core in PX + + + + + + + RGB/A images + + + + diff --git a/Writerside/topics/Image-Filter-Mode.md b/Writerside/topics/Image-Filter-Mode.md index ff239b0..5a72472 100644 --- a/Writerside/topics/Image-Filter-Mode.md +++ b/Writerside/topics/Image-Filter-Mode.md @@ -1 +1,31 @@ # Mode + + + + ImageFilterMode + + + Selects the most common pixel value in a field of the specified size. + + + Pillow + + + + + RGB/A images + + + Size of the core in PX + + + + + + + RGB/A images + + + + + diff --git a/Writerside/topics/Image-Filter-Rank.md b/Writerside/topics/Image-Filter-Rank.md index 37ecca2..e124e52 100644 --- a/Writerside/topics/Image-Filter-Rank.md +++ b/Writerside/topics/Image-Filter-Rank.md @@ -1 +1,33 @@ # Rank + + + + ImageFilterRank + + + Rank filter sorts all pixels in a window of a given size. + + + Pillow + + + + + RGB/A images + + + Size of the core in PX + + + Which pixel value to choose + + + + + + + RGB/A images + + + + diff --git a/Writerside/topics/Image-Filter-Sharpen.md b/Writerside/topics/Image-Filter-Sharpen.md index 23c74f4..ce4b345 100644 --- a/Writerside/topics/Image-Filter-Sharpen.md +++ b/Writerside/topics/Image-Filter-Sharpen.md @@ -1 +1,27 @@ # Sharpen + + + + ImageFilterSharpen + + + Sharpness improvement. + + + Pillow + + + + + RGB/A images + + + + + + + RGB/A images + + + + diff --git a/Writerside/topics/Image-Filter-Smooth-More.md b/Writerside/topics/Image-Filter-Smooth-More.md index d22f756..b8945d1 100644 --- a/Writerside/topics/Image-Filter-Smooth-More.md +++ b/Writerside/topics/Image-Filter-Smooth-More.md @@ -1 +1,27 @@ # Smooth More + + + + ImageFilterSmoothMore + + + Improved Anti-Aliasing of image artifacts. + + + Pillow + + + + + RGB/A images + + + + + + + RGB/A images + + + + diff --git a/Writerside/topics/Image-Filter-Smooth.md b/Writerside/topics/Image-Filter-Smooth.md index 69e0d55..a2b36ee 100644 --- a/Writerside/topics/Image-Filter-Smooth.md +++ b/Writerside/topics/Image-Filter-Smooth.md @@ -1 +1,27 @@ # Smooth + + + + ImageFilterSmooth + + + Anti-Aliasing of image artifacts. + + + Pillow + + + + + RGB/A images + + + + + + + RGB/A images + + + + diff --git a/Writerside/topics/Image-Filter-Stack-Blur.md b/Writerside/topics/Image-Filter-Stack-Blur.md index d5f84bd..8673cc1 100644 --- a/Writerside/topics/Image-Filter-Stack-Blur.md +++ b/Writerside/topics/Image-Filter-Stack-Blur.md @@ -1 +1,33 @@ # Stack Blur + + + + ImageFilterStackBlur + + + Blurring the image by stack algorithm. + + + OpenCV + + + + + RGB/A images + + + Vertical direction blur strength + + + Horizontal direction blur strength + + + + + + + RGB/A images + + + +