ImageEn

TImageEnProc.CalcStdDev Code Samples


Code samples for CalcStdDev.
Automatically generated by the Every Method demo.
// Automated test of CalcStdDev
// CalcStdDev - Standard deviation is 56.297
dd := ImageEnView1.Proc.CalcStdDev(); // Result: 56.297



// Automated test of CalcStdDev - Alpha Channel
// CalcStdDev - Standard deviation is 64.698
dd := ImageEnView1.Proc.CalcStdDev(); // Result: 64.698



// Automated test of CalcStdDev - 32-Bit RGBA
// CalcStdDev - Standard deviation is 95.854
dd := ImageEnView1.Proc.CalcStdDev(); // Result: 95.854



// Automated test of CalcStdDev - 1-bit
// CalcStdDev - Standard deviation is 104.256
dd := ImageEnView1.Proc.CalcStdDev(); // Result: 104.256