Skip to content

Commit

Permalink
Update image_utils.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypinkard authored Nov 14, 2024
1 parent 61c9a20 commit ce4979b
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions docs/source/image_utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,6 @@ Image Processing Functions

This module contains functions for processing images, including extracting patches, adding synthetic noise, and normalizing image stacks.

Functions
---------

.. autofunction:: _extract_random_patches
:noindex:

.. autofunction:: extract_patches

.. autofunction:: add_noise

.. autofunction:: normalize_image_stack


Usage Examples
--------------
Expand Down Expand Up @@ -51,3 +39,17 @@ Usage Examples
stack = np.random.rand(100, 64, 64) # Example image stack
normalized_stack = normalize_image_stack(stack)
Functions
---------

.. autofunction:: _extract_random_patches
:noindex:

.. autofunction:: extract_patches

.. autofunction:: add_noise

.. autofunction:: normalize_image_stack

0 comments on commit ce4979b

Please sign in to comment.