-
Notifications
You must be signed in to change notification settings - Fork 1
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
7 changed files
with
1,064 additions
and
4 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
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
(command-store-to-cache)= | ||
# Store to cache | ||
|
||
:::{sidebar} Cache | ||
|
||
ImageC cache is reserved place in the RAM of the computer. | ||
Storing an image to the cache stores the actual image to this place in RAM. | ||
Other commands can load these images from the RAM in an efficient way and apply further processing steps on it. | ||
|
||
```{figure} images/store_to_cache.drawio.svg | ||
:class: full-image | ||
``` | ||
|
||
::: | ||
|
||
```{figure} images/image_math_screenshot.png | ||
:class: tiny-image | ||
``` | ||
|
||
The store image to cache command stores an actual image at any time to the cache. | ||
Image cache allows using a preprocessed image as base for further preprocessing steps in an other pipeline or in the same pipeline in a future step. | ||
Possible applications might be to preprocess a background for subtraction and use this preprocessed background together with the image math subtract command in other pipelines to remove it. | ||
|
||
:::{note} | ||
Cache scope is the processing step of an image. For each image a separate cache storage is created. | ||
::: | ||
|
||
:::{note} | ||
Once an image is stored to the cache it is not edited any more. Loading from the cache creates a new local copy of the image and the pipeline is working on this local copy but not on the cached image. | ||
::: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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