Skip to content
Snippets Groups Projects
Commit 7caa3ead authored by s214735's avatar s214735
Browse files

fixed .md files

parent 82b7d18d
No related branches found
No related tags found
1 merge request!144Docstrings
......@@ -5,5 +5,5 @@ The `qim3d` library provides a set of methods for generating volumes consisting
::: qim3d.generate
options:
members:
- blob
- collection
- noise_object
- noise_object_collection
......@@ -2,4 +2,4 @@
The `qim3d` library aims to ease the creation of ML models for volumetric images
::: qim3d.models.unet
\ No newline at end of file
::: qim3d.ml.models._unet
\ No newline at end of file
......@@ -5,33 +5,45 @@ Here, we provide functionalities designed specifically for 3D image analysis and
::: qim3d.processing
options:
members:
- blob_detection
- structure_tensor
- local_thickness
- get_3d_cc
- gaussian
- median
- maximum
- minimum
- tophat
- get_lines
- segment_layers
- create_mesh
::: qim3d.processing.Pipeline
::: qim3d.mesh
options:
members:
- append
- from_volume
::: qim3d.processing.operations
::: qim3d.detection
options:
members:
- blobs
::: qim3d.operations
options:
members:
- remove_background
- watershed
- fade_mask
- overlay_rgb_images
::: qim3d.processing.features
::: qim3d.segmentation
options:
members:
- watershed
- get_3d_cc
::: qim3d.filters
options:
members:
- gaussian
- median
- maximum
- minimum
- tophat
- Pipeline
::: qim3d.features
options:
members:
- area
......
......@@ -2,7 +2,7 @@
A set of tools to ease managment of the system, with the common needs for large data in mind.
::: qim3d.utils.system
::: qim3d.utils
options:
members:
- Memory
\ No newline at end of file
......@@ -5,21 +5,22 @@ The `qim3d` library aims to provide easy ways to explore and get insights from v
options:
members:
- histogram
- slices
- slicer
- orthogonal
- vol
- slices_grid
- slicer_orthogonal
- circles
- chunks
- itk_vtk
- volumetric
- mesh
- local_thickness
- vectors
- plot_cc
- colormaps
- interactive_fade_mask
- fade_mask
::: qim3d.viz.colormaps
options:
members:
- objects
- segmentation
- qim
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment