| Package | Description |
|---|---|
| mpicbg.stitching.fusion |
| Modifier and Type | Method and Description |
|---|---|
Interval |
ClassifiedRegion.get(int index)
Gets the interval of this region for the specified axis (index)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Interval.equalsInterval(Interval other)
Check to see if another interval is the same as this interval.
|
boolean |
Interval.intersects(Interval other)
Determines if this interval has an intersection with another interval.
|
void |
ClassifiedRegion.set(Interval interval,
int index)
Sets the interval of this region for the specified axis (index)
|
| Constructor and Description |
|---|
ClassifiedRegion(Interval... intervals)
Creates a new region using the given list of intervals.
|
Interval(Interval interval)
Copying constructor
|
Copyright © 2015–2021 Fiji. All rights reserved.