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.
Size of the structure. Should be sizeof(STATISTICSINFO).
Specifies the standard deviation value found.
Specifies the mean value found.
Specifies the median value found.
Specifies the Maximum value found.
Specifies the Minimum value found.
Specifies the Pixel number value found.
Specifies the whole image Pixel number value found.
Specifies the percent value of selected pixel to the whole pixels in the image, in hundredths of percent.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document