EImageStatisticsC24::GetPixelStdDev
Computes the standard deviations and correlations of the channels of the pixels on the image (and region) set by EImageStatisticsC24::SetImage
.
Returns a vector containing:
- [0] standard deviation of the 1st channel
- [1] standard deviation of the 2nd channel
- [2] standard deviation of the 3rd channel
- [3] correlation between the 1st and 2nd channel
- [4] correlation between the 2st and 3rd channel
- [5] correlation between the 3rd and 1st channel
Namespace: Euresys::Open_eVision
[C++]
std::vector<float> GetPixelStdDev()
Remarks
Computes the averages, standard derivations and variances if the standard derivations weren't computed previously.
EImageStatisticsC24.PixelStdDev
Computes the standard deviations and correlations of the channels of the pixels on the image (and region) set by EImageStatisticsC24.SetImage
.
Returns a vector containing:
- [0] standard deviation of the 1st channel
- [1] standard deviation of the 2nd channel
- [2] standard deviation of the 3rd channel
- [3] correlation between the 1st and 2nd channel
- [4] correlation between the 2st and 3rd channel
- [5] correlation between the 3rd and 1st channel
Namespace: Euresys.Open_eVision
[C#]
float[] PixelStdDev
{ get; }
Remarks
Computes the averages, standard derivations and variances if the standard derivations weren't computed previously.
EImageStatisticsC24.PixelStdDev
Computes the standard deviations and correlations of the channels of the pixels on the image (and region) set by EImageStatisticsC24.SetImage
.
Returns a vector containing: - [0] standard deviation of the 1st channel - [1] standard deviation of the 2nd channel - [2] standard deviation of the 3rd channel - [3] correlation between the 1st and 2nd channel - [4] correlation between the 2st and 3rd channel - [5] correlation between the 3rd and 1st channel
Module: open_evision
[Python]
PixelStdDev: list[float]
{get}
Remarks
Computes the averages, standard derivations and variances if the standard derivations weren't computed previously.