Visual Basic (Declaration) | |
---|---|
Public Class StatisticsInformationCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class StatisticsInformationCommand : RasterCommand, IRasterCommand |
Managed Extensions for C++ | |
---|---|
public __gc class StatisticsInformationCommand : public RasterCommand, IRasterCommand |
C++/CLI | |
---|---|
public ref class StatisticsInformationCommand : public RasterCommand, IRasterCommand |
Visual Basic | Copy Code |
---|---|
ImageProcessing.Effects.StatisticsInformationCommand |
C# | Copy Code |
---|---|
ImageProcessing.Effects.StatisticsInformationCommand |
This command calculates statistical information about the image. The start and end values designate the range of colors that will be taken in consideration for producing the results. Only the values between Start and End are used for the calculation of the results. The range of each one depends on the bits per pixel of the image: in the case of 8 bits per component (RGB), the range is between 0 and 255; for 16 bits, the range is 0 through 65535; and for 12 bits, the range is 0 through 4095. This command supports 12 and 16-bit grayscale and 48 and 64-bit color images. Support for 12 and 16-bit grayscale and 48 and 64-bit color images is available only in the Document/Medical toolkits. This command does not support signed data images. This command does not support 32-bit grayscale images.
System.Object
Leadtools.ImageProcessing.RasterCommand
Leadtools.ImageProcessing.Effects.StatisticsInformationCommand
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
StatisticsInformationCommand MembersLeadtools.ImageProcessing.Effects Namespace
Color Halftone and Halftone Images
ConvertToColoredGrayCommand
GrayscaleCommand
GrayScaleExtendedCommand
ShadowCommand
ChangeHueSaturationIntensityCommand
ColorReplaceCommand
ColorThresholdCommand
DiscreteFourierTransformCommand
DirectionEdgeStatisticalCommand Class
FastFourierTransformCommand
FrequencyFilterCommand
FrequencyFilterMaskCommand
FourierTransformDisplayCommand
FeretsDiameterCommand Class
ObjectInformationCommand Class
RegionContourPointsCommand Class
GetRegionPerimeterLength Method
MathematicalFunctionCommand
RevEffectCommand
SegmentCommand
SubtractBackgroundCommand
UserFilterCommand Class