homonim.ParamStats.stats

ParamStats.stats(threads: int = 0) List[Dict]

Find parameter image statistics.

Statistics are accumulated over image blocks to limit memory usage for large images.

Parameters:

threads (int, optional) – Number of image blocks to process concurrently. A maximum of the number of processors on your system is allowed. Increasing this number will increase the memory required for processing. 0 = use all processors.

Returns:

A list of parameter band statistics.

Return type:

list of dict