Skip to content

Commit

Permalink
docs(server): median filter uses subprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
floryst committed Aug 30, 2023
1 parent f82a381 commit 5c31897
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/content/doc/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ the `examples/example_api.py` script.
a random number.
- Progress: demonstrates async generators via a simple timed progress counter.
- Median filter: Runs a median filter on the current image. Demonstrates ITK
and VTK image serialization as well as client-side store access.
and VTK image serialization as well as client-side store access, as well as
running ITK filters in a subprocess to avoid thread blocking.

## In-Depth Guide

Expand Down

0 comments on commit 5c31897

Please sign in to comment.