public final class Ntree<T extends Comparable<T>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Ntree.NtreeNode<T> |
Constructor and Description |
---|
Ntree(long[] dimensions,
T value)
Create a ntree structure capable of representing an array of the given
dimensions.
|
Modifier and Type | Method and Description |
---|---|
Ntree.NtreeNode<T> |
getRootNode()
Returns the root node of the ntree
|
public Ntree(long[] dimensions, T value)
dimensions
- of the arrayvalue
- uniform value of all pixels in the arraypublic Ntree.NtreeNode<T> getRootNode()
Copyright © 2015–2022 ImgLib2. All rights reserved.