Skip to content

Commit

Permalink
Issue #84: drop misleading notes on apply_neighborhood (#85)
Browse files Browse the repository at this point in the history
* Issue #84: drop misleading notes on `apply_neighborhood`
  • Loading branch information
soxofaan authored Mar 19, 2024
1 parent 2861022 commit 1f32c50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion documentation/1.0/cookbook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,6 @@ var cube_s2_highpass = builder.apply_kernel(cube_s2_b8, highpass)
<figcaption>Above a combined edge detection RGB can be seen. Sobel 3x3 vertical and horizontal edge detections are displayed as red and green, and a 5x5 highpass filter is displayed as blue. For this, all kernels in the code block above were applied and the sucessive cubes were merged afterwards.</figcaption>
</figure>

Pre-defined processes (`median`, `max`, `sd` etc.) can be applied to spatial, temporal or even spatio-temporal neighbourhoods with `apply_neighborhood`. Due to lack of implementation by back-ends, this is not covered at this point. Some notes on the process `apply_dimension` will follow soon.

## Endnote

Expand Down

0 comments on commit 1f32c50

Please sign in to comment.