Package | Description |
---|---|
stitching | |
stitching.model |
Modifier and Type | Class and Description |
---|---|
class |
ImageInformation |
Modifier and Type | Method and Description |
---|---|
Tile |
TileConfiguration.getWorstError() |
Modifier and Type | Method and Description |
---|---|
ArrayList<Tile> |
Tile.getConnectedTiles() |
ArrayList<Tile> |
TileConfiguration.getFixedTiles() |
ArrayList<Tile> |
TileConfiguration.getTiles() |
static ArrayList<ArrayList<Tile>> |
Tile.identifyConnectedGraphs(Collection<Tile> tiles)
Identify the set of connected graphs that contains all given tiles.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Tile.addConnectedTile(Tile t)
Add a
Tile to the set of connected tiles. |
void |
TileConfiguration.addTile(Tile t)
Add a single tile.
|
void |
Tile.connect(Tile o,
Collection<PointMatch> matches)
connect two tiles by a set of point correspondences
re-weighs the point correpondences
We set a weigh of 1.0 / num_matches to each correspondence to equalize
the connections between tiles during minimization.
|
void |
TileConfiguration.fixTile(Tile t)
Fix a single tile.
|
boolean |
Tile.intersects(Tile t)
Check if the
Tile intersects another. |
boolean |
Tile.removeConnectedTile(Tile t)
|
Modifier and Type | Method and Description |
---|---|
void |
TileConfiguration.addTiles(Collection<Tile> t)
Add a collection of tiles.
|
static ArrayList<ArrayList<Tile>> |
Tile.identifyConnectedGraphs(Collection<Tile> tiles)
Identify the set of connected graphs that contains all given tiles.
|
Copyright © 2015–2021 Fiji. All rights reserved.