ImageGearJava Project > com.accusoft.imagegear.processing Package : ImGearChannelStatistics Class |
The following tables list the members exposed by ImGearChannelStatistics.
Name | Description | |
---|---|---|
ImGearChannelStatistics Constructor | Default constructor. |
Name | Description | |
---|---|---|
getAverage | Returns average value of the image channel. | |
getMax | Returns a 32-bit integer, representing max value of the channel.
This value represents the 32-bit integer maximum value of the image channel. Internal value is stored as a 64-bit integer. If the stored number exceeds the 32-bit integer range, an attempt to get the getMax() method throws com.accusoft.imagegear.core.ImGearErrorCodes.PARAMETER_HAS_INVALID_VALUE exception. Use getMax64 method if you are working with 32-bit per channel images. | |
getMax64 | Returns a 64-bit integer, representing maximum value of the image channel. | |
getMin | Returns a 32-bit integer, representing min value of the channel.
Use getMin64 method if you are working with 32-bit per channel images. | |
getMin64 | Returns a 64-bit integer, representing minimum value of the image channel. | |
setAverage | Sets average value of the image channel. | |
setMax | Sets a 32-bit integer, representing max value of the channel.
This value represents the 32-bit integer maximum value of the image channel. Internal value is stored as a 64-bit integer. If the stored number exceeds the 32-bit integer range, an attempt to get the Max property throws com.accusoft.imagegear.core.ImGearErrorCodes.PARAMETER_HAS_INVALID_VALUE exception. Use setMax64 method if you are working with 32-bit per channel images. | |
setMax64 | Sets a 64-bit integer, representing maximum value of the image channel. | |
setMin | Sets a 32-bit integer, representing min value of the channel.
This value represents the 32-bit integer minimum value of the image channel. Internal value is stored as a 64-bit integer. If the stored number exceeds the 32-bit integer range, an attempt to get the setMin() value throws com.accusoft.imagegear.core.ImGearErrorCodes.PARAMETER_HAS_INVALID_VALUE exception. Use getMin64 method if you are working with 32-bit per channel images. | |
setMin64 | Sets a 64-bit integer, representing minimum value of the image channel. |