Skip to content
logo
ETSpy 1.0.1 documentation
etspy.recon.dart_segment
Initializing search
    ETSpy
    ETSpy
    • Home
    • Development
    • Example Usage
      • General Information
      • Signals
      • File I/O
      • Alignment Methods
      • Reconstruction
        • Frun_alg
        • Frun_dart
        • Frun
        • Fdart_segment
          • Parameters
            • prec
            • pthresholds
            • pgray_vals
          • Returns
          • Return type
        • Fget_dart_boundaries
        • Fastra_error
      • Data Simulation
      • Example Datasets
      • Utilities
    • Parameters
      • prec
      • pthresholds
      • pgray_vals
    • Returns
    • Return type
    etspy.recon.dart_segment(rec: ndarray, thresholds: list | ndarray, gray_vals: list | ndarray) → ndarray[source]

    Segmentation step for DART Reconstruction.

    Parameters:¶
    rec: ndarray¶

    Tomographic reconstruction.

    thresholds: list | ndarray¶

    Threshold values for segmentation.

    gray_vals: list | ndarray¶

    Grayscale values to assign the segmented regions.

    Returns:¶

    segmented – Segmented version of the reconstruction.

    Return type:¶

    ndarray

    Back to top
    Previous etspy.recon.run
    Next etspy.recon.get_dart_boundaries
    © Copyright .
    Created using Sphinx 8.0.2. and Sphinx-Immaterial