Skip to content
Snippets Groups Projects
processing.md 1.14 KiB
Newer Older
  • Learn to ignore specific revisions
  • fima's avatar
    fima committed
    # Processing data
    
    
    s204159's avatar
    s204159 committed
    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.
    
    fima's avatar
    fima committed
    
    
    fima's avatar
    fima committed
        options:
            members:
    
                - structure_tensor
                - local_thickness
    
                - get_lines
                - segment_layers
    
    s204159's avatar
    s204159 committed
    
    
    s214735's avatar
    s214735 committed
    ::: qim3d.mesh
    
    fima's avatar
    fima committed
        options:
            members:
    
    s214735's avatar
    s214735 committed
                - from_volume
    
    fima's avatar
    fima committed
    
    
    s214735's avatar
    s214735 committed
    ::: qim3d.detection
        options:
            members:
                - blobs
    
    ::: qim3d.operations
    
    s204159's avatar
    s204159 committed
        options:
            members:
                - remove_background
    
    fima's avatar
    fima committed
                - fade_mask
    
    s193396's avatar
    s193396 committed
                - overlay_rgb_images
    
    s212246's avatar
    s212246 committed
    
    
    s214735's avatar
    s214735 committed
    ::: qim3d.segmentation
        options:
          members:
            - watershed
            - get_3d_cc
    
    ::: qim3d.filters
        options:
            members:
                - gaussian
                - median
                - maximum
                - minimum
                - tophat
    
    s214735's avatar
    s214735 committed
    ::: qim3d.filters.Pipeline
        options:
            members:
                - append
    
    s214735's avatar
    s214735 committed
    
    ::: qim3d.features
    
    s212246's avatar
    s212246 committed
        options:
            members:
                - area
                - volume
                - sphericity