public class Util extends Object
BibTeX:
@article{zuiderveld94, author = {Zuiderveld, Karel}, title = {Contrast limited adaptive histogram equalization}, book = {Graphics gems IV}, year = {1994}, isbn = {0-12-336155-9}, pages = {474--485}, publisher = {Academic Press Professional, Inc.}, address = {San Diego, CA, USA}, }
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static float |
transferValue(int v,
int[] clippedHist)
Transfer a value.
|
static float |
transferValue(int v,
int[] hist,
int[] clippedHist,
int limit)
Transfer a value through contrast limited histogram equalization.
|
public static final float transferValue(int v, int[] clippedHist)
v
- the valueclippedHist
- the clipped histogram from which the transfer
function is generatedpublic static final float transferValue(int v, int[] hist, int[] clippedHist, int limit)
v
- hist
- clippedHist
- limit
- Copyright © 2015–2021 Fiji. All rights reserved.