-
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
22 changed files
with
33 additions
and
27 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,24 @@ | ||
(images)= | ||
# Images | ||
|
||
:::{sidebar} Image plane | ||
|
||
An image may comprise one or more C (channels), with each channel in turn consisting of a series of T (time) stacks, and these in turn consisting of a series of Z stacks. | ||
|
||
The combination channel, Z stack (z) and time stack (t) is called image plane. | ||
ImageC is able to process each image plane of an image, based on the taken project and pipeline settings. | ||
|
||
|
||
```{image} images/image_channels.drawio.svg | ||
:class: full-image | ||
``` | ||
|
||
::: | ||
|
||
|
||
ImageC is able to process every channel of an image based on the settings taken in the {guilabel}`Project` tab and the pipeline. | ||
However it is possible to either process each Z stack image individually or using a projection algorithm to combine all images of a Z stack to a single stack image. | ||
For the time stack it is either possible to analyze exact one image of a T stack or to analyze the whole time series. | ||
|
||
The image plane information is stored with each object extracted from that plane. | ||
If a Z-projection is used, the Z-stack index is always assumed to be 0. |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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,10 +1,11 @@ | ||
# Analyze | ||
# Fundamentals | ||
|
||
:::{toctree} | ||
:maxdepth: 3 | ||
|
||
classification | ||
pipelines | ||
images | ||
voronoi_slots | ||
intersection_slots | ||
::: |
File renamed without changes.
File renamed without changes.
File renamed without changes.
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