ImageGear for Java
tabulateHistogram Method
Page for which to tabulate histogram.
Two dimensional array that is filled with histogram data. It must be allocated prior to calling the function. First dimension corresponds to channel number, second dimension corresponds to histogram bin number.
Specifies image channels for which histogram shall be tabulated.

This method tabulates histograms for all image channels.

This method supports images with channel depths ranging from 2 to 16.

com.accusoft.imagegear.core.ImGearRasterPagecom.accusoft.imagegear.core.ImGearChannelRange

Tabulates histograms for all image channels.
Syntax
public static void tabulateHistogram( 
   ImGearRasterPage page,
   int[][] histogram,
   ImGearChannelRange channels
)

Parameters

page
Page for which to tabulate histogram.
histogram
Two dimensional array that is filled with histogram data. It must be allocated prior to calling the function. First dimension corresponds to channel number, second dimension corresponds to histogram bin number.
channels
Specifies image channels for which histogram shall be tabulated.

This method tabulates histograms for all image channels.

This method supports images with channel depths ranging from 2 to 16.

com.accusoft.imagegear.core.ImGearRasterPagecom.accusoft.imagegear.core.ImGearChannelRange

See Also

Reference

ImGearRasterProcessing Class
ImGearRasterProcessing Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback