Skip to content

Commit

Permalink
Update backend reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nourepide committed Nov 27, 2023
1 parent 1a64613 commit 8b2a6be
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions Writerside/topics/Image-Filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,37 +24,37 @@ Text

Text

**Backend**: OpenCV.
**Backend**: <a href="Modules.md" anchor="opencv" summary="An open-source library dedicated to real-time image processing.">OpenCV</a>.

### Gaussian Blur

Text

**Backend**: OpenCV.
**Backend**: <a href="Modules.md" anchor="opencv" summary="An open-source library dedicated to real-time image processing.">OpenCV</a>.

### Gaussian Blur Advanced

Text

**Backend**: OpenCV.
**Backend**: <a href="Modules.md" anchor="opencv" summary="An open-source library dedicated to real-time image processing.">OpenCV</a>.

### Stack Blur

Text

**Backend**: OpenCV.
**Backend**: <a href="Modules.md" anchor="opencv" summary="An open-source library dedicated to real-time image processing.">OpenCV</a>.

### Median Blur

Text

**Backend**: OpenCV.
**Backend**: <a href="Modules.md" anchor="opencv" summary="An open-source library dedicated to real-time image processing.">OpenCV</a>.

### Bilateral Blur

Text

**Backend**: OpenCV.
**Backend**: <a href="Modules.md" anchor="opencv" summary="An open-source library dedicated to real-time image processing.">OpenCV</a>.

### Contour

Expand Down
6 changes: 3 additions & 3 deletions Writerside/topics/Image-Segmentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

Text

**Backend**: Rembg.
**Backend**: <a href="Modules.md" anchor="rembg" summary="A specialized library for removing image backgrounds.">Rembg</a>.

### Custom

Text

**Backend**: Rembg.
**Backend**: <a href="Modules.md" anchor="rembg" summary="A specialized library for removing image backgrounds.">Rembg</a>.

### Custom Advanced

Text

**Backend**: Rembg.
**Backend**: <a href="Modules.md" anchor="rembg" summary="A specialized library for removing image backgrounds.">Rembg</a>.
4 changes: 2 additions & 2 deletions Writerside/topics/Modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This module enables the **placement of images** of varying sizes atop **each oth
A module for **removing backgrounds** from images.
For optimal results, it is recommended to add a prompt that generates a plain background.

**Backend**: Rembg.
**Backend**: <a href="Modules.md" anchor="rembg" summary="A specialized library for removing image backgrounds.">Rembg</a>.

### Image Text

Expand All @@ -73,7 +73,7 @@ This module may undergo rework in the future.

A module for working with **visual effects** and **optical distortions**.

**Backend**: OpenCV, <a href="Modules.md" anchor="pytorch" summary="Image processing with pure Tensor without transformations.">PyTorch</a>.
**Backend**: <a href="Modules.md" anchor="opencv" summary="An open-source library dedicated to real-time image processing.">OpenCV</a>, <a href="Modules.md" anchor="pytorch" summary="Image processing with pure Tensor without transformations.">PyTorch</a>.

### Image Filter

Expand Down

0 comments on commit 8b2a6be

Please sign in to comment.