public class ColorTableRemapper extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ColorTableRemapper.RemapAlgorithm |
Constructor and Description |
---|
ColorTableRemapper(ColorTableRemapper.RemapAlgorithm remapper) |
Modifier and Type | Method and Description |
---|---|
void |
remapColorTables(ImgPlus<?> srcImgPlus,
ImgPlus<?> dstImgPlus) |
static long |
to1D(long[] dims,
long[] pos) |
static void |
toND(long[] dims,
long index,
long[] pos) |
public ColorTableRemapper(ColorTableRemapper.RemapAlgorithm remapper)
Copyright © 2014–2022 ImageJ. All rights reserved.