| Package | Description |
|---|---|
| mpicbg.icp |
| Modifier and Type | Class and Description |
|---|---|
class |
SimplePointMatchIdentification<P extends Point & Leaf<P>> |
| Modifier and Type | Method and Description |
|---|---|
PointMatchIdentification<P> |
ICP.getPointMatchIdentification()
Returns the current
PointMatchIdentification that is used to identfy corresponding points |
| Modifier and Type | Method and Description |
|---|---|
void |
ICP.setPointMatchIdentification(PointMatchIdentification<P> pointMatchIdentifier)
Sets the
PointMatchIdentification that defines how PointMatches between reference and target are identified. |
| Constructor and Description |
|---|
ICP(List<P> target,
List<P> reference,
PointMatchIdentification<P> pointMatchIdentifier)
Instantiates a new
ICP object with the List of target and reference points as well as the PointMatchIdentification interface that defines
how corresponding points are identified. |
Copyright © 2015–2021 Fiji. All rights reserved.