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

fixed .md files

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