public class AdaptiveMap extends Object
| Constructor and Description |
|---|
AdaptiveMap() |
| Modifier and Type | Method and Description |
|---|---|
static Pix |
backgroundNormMorph(Pix pixs)
Normalizes an image's background using default parameters.
|
static Pix |
backgroundNormMorph(Pix pixs,
int normReduction,
int normSize,
int normBgValue)
Normalizes an image's background to a specified value.
|
public static Pix backgroundNormMorph(Pix pixs)
pixs - A source pix image.public static Pix backgroundNormMorph(Pix pixs, int normReduction, int normSize, int normBgValue)
Notes:
pixs - A source pix image.normReduction - Reduction at which morphological closings are done.normSize - Size of square Sel for the closing.normBgValue - Target background value.Copyright © 2014. All rights reserved.