public class HistogramMatcher extends Object
Constructor and Description |
---|
HistogramMatcher() |
Modifier and Type | Method and Description |
---|---|
int[] |
matchHistograms(int[] hA,
int[] hR) |
int[] |
matchHistograms(int[] hA,
PiecewiseLinearCdf PR) |
public HistogramMatcher()
public int[] matchHistograms(int[] hA, int[] hR)
hA
- histogram of target imagehR
- reference histogrampublic int[] matchHistograms(int[] hA, PiecewiseLinearCdf PR)
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)