| Package | Description |
|---|---|
| org.jaitools.imageutils |
Helper classes used by image operators, plus general utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static <K> ImageSet<K> |
ImageSet.copy(ImageSet<K> set)
Creates a new image set which will contain the same keys, images and
outside values as the input set.
|
| Modifier and Type | Method and Description |
|---|---|
static <K> ImageSet<K> |
ImageSet.copy(ImageSet<K> set)
Creates a new image set which will contain the same keys, images and
outside values as the input set.
|
void |
ImageSet.putAll(ImageSet<? extends K> otherSet)
Copies all key:image pairs from
otherSet into this image set. |
Copyright © 2009–2018. All rights reserved.