Property | Type | Description | |
---|---|---|---|
histogram | long[][] | ||
visualColors | Pinta.ImageManipulation.ColorBgra[] |
Method | Description | |
---|---|---|
GetMax ( ) : long | ||
GetMax ( int channel ) : long | ||
GetMean ( ) : float[] | ||
GetMeanColor ( ) : |
||
GetOccurrences ( int channel, int val ) : long | ||
GetPercentile ( float fraction ) : int[] | ||
GetPercentileColor ( float fraction ) : |
||
GetVisualColor ( int channel ) : |
||
UpdateHistogram ( ISurface surface, |
Method | Description | |
---|---|---|
AddSurfaceRectangleToHistogram ( ISurface surface, |
||
Clear ( ) : void |
Sets the histogram to be all zeros.
|
|
Histogram ( int channels, int entries ) : System | ||
OnHistogramUpdated ( ) : void |
protected abstract AddSurfaceRectangleToHistogram ( ISurface surface, |
||
surface | ISurface | |
rect | ||
return | void |
public GetOccurrences ( int channel, int val ) : long | ||
channel | int | |
val | int | |
return | long |
public GetPercentile ( float fraction ) : int[] | ||
fraction | float | |
return | int[] |
public abstract GetPercentileColor ( float fraction ) : |
||
fraction | float | |
return |
public GetVisualColor ( int channel ) : |
||
channel | int | |
return |
protected Histogram ( int channels, int entries ) : System | ||
channels | int | |
entries | int | |
return | System |
public UpdateHistogram ( ISurface surface, |
||
surface | ISurface | |
rect | ||
return | void |