EStatistics Class

Calculates various statistics on the pixels values of an EDepthMap or EZMap.

Namespace: Euresys::Open_eVision::Easy3D

Methods

Given an input EDepthMap or EZMap, calculates a depthmap where every pixel is the average of the input DepthMap pixels within a window centered on that pixel.
Calculates the minimum, maximum, the average and optionally the standard deviation of the pixels values of an EDepthMap or EZMap.
EStatistics::ComputePixelStatistics does not take the resolution of the depthmap into account: it calculates statistics on the pixels gray values.
Given an input EDepthMap or EZMap, calculates an image where every pixel is the standard deviation of the input depthmap or ZMap pixels within a window centered on that pixel.
Calculates the minimum, maximum, the average and optionally the standard deviation of an EDepthMap or EZMap values.
The standard deviation is optionally calculated. EStatistics::ComputeStatistics takes the resolution of the depthmap or the resolution of the ZMap into account: it calculates statistics on the metric values:

EStatistics Class

Calculates various statistics on the pixels values of an EDepthMap or EZMap.

Namespace: Euresys.Open_eVision.Easy3D

Methods

Given an input EDepthMap or EZMap, calculates a depthmap where every pixel is the average of the input DepthMap pixels within a window centered on that pixel.
Calculates the minimum, maximum, the average and optionally the standard deviation of the pixels values of an EDepthMap or EZMap.
EStatistics::ComputePixelStatistics does not take the resolution of the depthmap into account: it calculates statistics on the pixels gray values.
Given an input EDepthMap or EZMap, calculates an image where every pixel is the standard deviation of the input depthmap or ZMap pixels within a window centered on that pixel.
Calculates the minimum, maximum, the average and optionally the standard deviation of an EDepthMap or EZMap values.
The standard deviation is optionally calculated. EStatistics::ComputeStatistics takes the resolution of the depthmap or the resolution of the ZMap into account: it calculates statistics on the metric values: