-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
584 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,33 @@ | ||
# Bilateral Blur | ||
|
||
<deflist type="narrow"> | ||
<def title="Full Name"> | ||
ImageFilterBilateralBlur | ||
</def> | ||
<def title="Description"> | ||
Blurring the image by bilateral algorithm. Keeps the image sharp at the edges. | ||
</def> | ||
<def title="Backend"> | ||
<a href="Modules.md" anchor="opencv" summary="An open-source library dedicated to real-time image processing.">OpenCV</a> | ||
</def> | ||
<def title="Input Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A images | ||
</def> | ||
<def title="Size X"> | ||
Vertical direction blur strength | ||
</def> | ||
<def title="Size Y"> | ||
Horizontal direction blur strength | ||
</def> | ||
</deflist> | ||
</def> | ||
<def title="Output Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A images | ||
</def> | ||
</deflist> | ||
</def> | ||
</deflist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,33 @@ | ||
# Blur | ||
|
||
<deflist type="narrow"> | ||
<def title="Full Name"> | ||
ImageFilterBlur | ||
</def> | ||
<def title="Description"> | ||
Blurring the image. | ||
</def> | ||
<def title="Backend"> | ||
<a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a> | ||
</def> | ||
<def title="Input Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A images | ||
</def> | ||
<def title="Size X"> | ||
Vertical direction blur strength | ||
</def> | ||
<def title="Size Y"> | ||
Horizontal direction blur strength | ||
</def> | ||
</deflist> | ||
</def> | ||
<def title="Output Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A images | ||
</def> | ||
</deflist> | ||
</def> | ||
</deflist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,33 @@ | ||
# Box Blur | ||
|
||
<deflist type="narrow"> | ||
<def title="Full Name"> | ||
ImageFilterBoxBlur | ||
</def> | ||
<def title="Description"> | ||
Blurring the image by box algorithm. | ||
</def> | ||
<def title="Backend"> | ||
<a href="Modules.md" anchor="opencv" summary="An open-source library dedicated to real-time image processing.">OpenCV</a> | ||
</def> | ||
<def title="Input Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A images | ||
</def> | ||
<def title="Size X"> | ||
Vertical direction blur strength | ||
</def> | ||
<def title="Size Y"> | ||
Horizontal direction blur strength | ||
</def> | ||
</deflist> | ||
</def> | ||
<def title="Output Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A images | ||
</def> | ||
</deflist> | ||
</def> | ||
</deflist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,27 @@ | ||
# Contour | ||
|
||
<deflist type="narrow"> | ||
<def title="Full Name"> | ||
ImageFilterContour | ||
</def> | ||
<def title="Description"> | ||
Find the contours of the image. | ||
</def> | ||
<def title="Backend"> | ||
<a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a> | ||
</def> | ||
<def title="Input Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A images | ||
</def> | ||
</deflist> | ||
</def> | ||
<def title="Output Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A images | ||
</def> | ||
</deflist> | ||
</def> | ||
</deflist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,27 @@ | ||
# Detail | ||
|
||
<deflist type="narrow"> | ||
<def title="Full Name"> | ||
ImageFilterDetail | ||
</def> | ||
<def title="Description"> | ||
Image detailing. | ||
</def> | ||
<def title="Backend"> | ||
<a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a> | ||
</def> | ||
<def title="Input Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A images | ||
</def> | ||
</deflist> | ||
</def> | ||
<def title="Output Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A images | ||
</def> | ||
</deflist> | ||
</def> | ||
</deflist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,27 @@ | ||
# Edge Enhance More | ||
|
||
<deflist type="narrow"> | ||
<def title="Full Name"> | ||
ImageFilterEdgeEnhanceMore | ||
</def> | ||
<def title="Description"> | ||
Improved clarity of image boundaries. | ||
</def> | ||
<def title="Backend"> | ||
<a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a> | ||
</def> | ||
<def title="Input Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A images | ||
</def> | ||
</deflist> | ||
</def> | ||
<def title="Output Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A images | ||
</def> | ||
</deflist> | ||
</def> | ||
</deflist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,27 @@ | ||
# Edge Enhance | ||
|
||
<deflist type="narrow"> | ||
<def title="Full Name"> | ||
ImageFilterEdgeEnhance | ||
</def> | ||
<def title="Description"> | ||
Clarity of the image boundaries. | ||
</def> | ||
<def title="Backend"> | ||
<a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a> | ||
</def> | ||
<def title="Input Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A images | ||
</def> | ||
</deflist> | ||
</def> | ||
<def title="Output Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A images | ||
</def> | ||
</deflist> | ||
</def> | ||
</deflist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,27 @@ | ||
# Emboss | ||
|
||
<deflist type="narrow"> | ||
<def title="Full Name"> | ||
ImageFilterEmboss | ||
</def> | ||
<def title="Description"> | ||
Embossed images. | ||
</def> | ||
<def title="Backend"> | ||
<a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a> | ||
</def> | ||
<def title="Input Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A images | ||
</def> | ||
</deflist> | ||
</def> | ||
<def title="Output Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A images | ||
</def> | ||
</deflist> | ||
</def> | ||
</deflist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,27 @@ | ||
# Find Edges | ||
|
||
<deflist type="narrow"> | ||
<def title="Full Name"> | ||
ImageFilterFindEdges | ||
</def> | ||
<def title="Description"> | ||
Identifies the boundaries of the image. | ||
</def> | ||
<def title="Backend"> | ||
<a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a> | ||
</def> | ||
<def title="Input Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A images | ||
</def> | ||
</deflist> | ||
</def> | ||
<def title="Output Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A images | ||
</def> | ||
</deflist> | ||
</def> | ||
</deflist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,39 @@ | ||
# Gaussian Blur Advanced | ||
|
||
<deflist type="narrow"> | ||
<def title="Full Name"> | ||
ImageFilterGaussianBlurAdvanced | ||
</def> | ||
<def title="Description"> | ||
Blurring the image by gaussian algorithm. | ||
</def> | ||
<def title="Backend"> | ||
<a href="Modules.md" anchor="opencv" summary="An open-source library dedicated to real-time image processing.">OpenCV</a> | ||
</def> | ||
<def title="Input Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A images | ||
</def> | ||
<def title="Size X"> | ||
Vertical direction blur strength | ||
</def> | ||
<def title="Size Y"> | ||
Horizontal direction blur strength | ||
</def> | ||
<def title="Sigma X"> | ||
Vertical direction blur scale of the blur deviation | ||
</def> | ||
<def title="Sigma Y"> | ||
Vertical direction blur scale of the blur deviation | ||
</def> | ||
</deflist> | ||
</def> | ||
<def title="Output Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A images | ||
</def> | ||
</deflist> | ||
</def> | ||
</deflist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,33 @@ | ||
# Gaussian Blur | ||
|
||
<deflist type="narrow"> | ||
<def title="Full Name"> | ||
ImageFilterGaussianBlur | ||
</def> | ||
<def title="Description"> | ||
Blurring the image by gaussian algorithm. | ||
</def> | ||
<def title="Backend"> | ||
<a href="Modules.md" anchor="opencv" summary="An open-source library dedicated to real-time image processing.">OpenCV</a> | ||
</def> | ||
<def title="Input Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A images | ||
</def> | ||
<def title="Size X"> | ||
Vertical direction blur strength | ||
</def> | ||
<def title="Size Y"> | ||
Horizontal direction blur strength | ||
</def> | ||
</deflist> | ||
</def> | ||
<def title="Output Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A images | ||
</def> | ||
</deflist> | ||
</def> | ||
</deflist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,30 @@ | ||
# Max | ||
|
||
<deflist type="narrow"> | ||
<def title="Full Name"> | ||
ImageFilterMax | ||
</def> | ||
<def title="Description"> | ||
Selects the largest pixel value in the window at the specified size. | ||
</def> | ||
<def title="Backend"> | ||
<a href="Modules.md" anchor="pillow" summary="A widely used Python library for image manipulation.">Pillow</a> | ||
</def> | ||
<def title="Input Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A images | ||
</def> | ||
<def title="Size"> | ||
Size of the core in PX | ||
</def> | ||
</deflist> | ||
</def> | ||
<def title="Output Parameters"> | ||
<deflist type="narrow"> | ||
<def title="Images"> | ||
RGB/A images | ||
</def> | ||
</deflist> | ||
</def> | ||
</deflist> |
Oops, something went wrong.