Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.11.1
LEADTOOLS Raster Imaging C DLL Help

STATISTICSINFO

Show in webframe

typedef struct _STATISTICSINFO
{
   L_UINT uStructSize;
   L_DOUBLE dStdDev;
   L_DOUBLE dMean;
   L_INT nMedian;
   L_INT nMax;
   L_INT nMin;
   L_UINT64 uPixelCnt;
   L_UINT64 uTotalPixelCnt;
   L_DOUBLE dPercent;
} STATISTICSINFO, *pSTATISTICSINFO;

The STATISTICSINFO structure provides the image information used in L_GetBitmapStatisticsInfo function.

Member

Description

uStructSize

Size of the structure. Should be sizeof(STATISTICSINFO).

dStdDev

Specifies the standard deviation value found.

dMean

Specifies the mean value found.

nMedian

Specifies the median value found.

nMax

Specifies the Maximum value found.

nMin

Specifies the Minimum value found.

uPixelCnt

Specifies the Pixel number value found.

uTotalPixelCnt

Specifies the whole image Pixel number value found.

dPercent

Specifies the percent value of selected pixel to the whole pixels in the image, in hundredths of percent.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.