Skip to content
Snippets Groups Projects
Select Git revision
  • 7caa3ead8eb9c4c4c884483b9e5e2e0c410e0c3d
  • main default protected
  • 3D_UNet
  • notebooksv1
  • scaleZYX_mean
  • notebooks
  • convert_tiff_folders
  • test
  • notebook_update
  • threshold-exploration
  • optimize_scaleZYXdask
  • layered_surface_segmentation
  • conv_zarr_tiff_folders
  • 3d_watershed
  • tr_val_te_splits
  • save_files_function
  • memmap_txrm
  • v0.4.1
  • v0.4.0
  • v0.3.9
  • v0.3.3
  • v0.3.2
  • v0.3.1
  • v0.3.0
  • v0.2.0
25 results

processing.md

Blame
  • user avatar
    s214735 authored
    7caa3ead
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    processing.md 1.09 KiB

    Processing data

    Here, we provide functionalities designed specifically for 3D image analysis and processing. From filter pipelines to structure tensor computation and blob detection, qim3d equips you with the tools you need to extract meaningful insights from your data.

    ::: qim3d.processing options: members: - structure_tensor - local_thickness - get_lines - segment_layers

    ::: qim3d.mesh options: members: - from_volume

    ::: qim3d.detection options: members: - blobs

    ::: qim3d.operations options: members: - remove_background - fade_mask - overlay_rgb_images

    ::: qim3d.segmentation options: members: - watershed - get_3d_cc

    ::: qim3d.filters options: members: - gaussian - median - maximum - minimum - tophat - Pipeline

    ::: qim3d.features options: members: - area - volume - sphericity