Structs§
- Centroid
Result - Centroid and higher-order moment results.
- NDStats
Params - Parameter indices for NDStats plugin-specific params.
- Profile
Result - Profile computation results.
- Stats
Processor - Pure processing logic for statistics computation.
- Stats
Result - 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.