Skip to main content

Module stats

Module stats 

Source

Structs§

CentroidResult
Centroid and higher-order moment results.
NDStatsParams
Parameter indices for NDStats plugin-specific params.
ProfileResult
Profile computation results.
StatsProcessor
Pure processing logic for statistics computation.
StatsResult
Statistics computed from an NDArray.

Functions§

build_stats_registry
Build a parameter registry for NDStats plugins, extending the base with stats-specific params.
compute_centroid
Compute centroid, sigma, and higher-order moments for a 2D array.
compute_histogram
Compute histogram of pixel values.
compute_profiles
Compute profile projections for a 2D image.
compute_stats
Compute min/max/mean/sigma/total from an NDDataBuffer, with min/max positions and optional background subtraction.
create_stats_runtime
Create a stats plugin runtime with an integrated time series port.