Constructor and Description |
---|
LocalHistogram() |
LocalHistogram(int[] cnt) |
LocalHistogram(int index,
int width,
int height,
byte[] pixels,
int[][] pg,
int type)
Creates a new instance of LocalHistogram
|
Modifier and Type | Method and Description |
---|---|
void |
add(LocalHistogram bh) |
void |
count() |
void |
doMaximum() |
void |
doMinimum() |
int |
getBinCount() |
int[] |
getCounts() |
int |
getMaximum() |
int |
getMinimum() |
void |
init(int index,
int width,
int height,
byte[] pixels,
int[][] pg,
int type) |
void |
Log() |
void |
sub(LocalHistogram bh) |
public LocalHistogram(int[] cnt)
public LocalHistogram()
public LocalHistogram(int index, int width, int height, byte[] pixels, int[][] pg, int type)
public void init(int index, int width, int height, byte[] pixels, int[][] pg, int type)
public void Log()
public int[] getCounts()
public void count()
public int getBinCount()
public int getMaximum()
public int getMinimum()
public void doMaximum()
public void doMinimum()
public void add(LocalHistogram bh)
public void sub(LocalHistogram bh)
Copyright © 2015–2021 Fiji. All rights reserved.