public static class BlockMatchPairCallable.BlockMatchResults extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
layer1Fixed |
boolean |
layer2Fixed |
Triple<Integer,Integer,AbstractModel<?>> |
pair |
Collection<PointMatch> |
pm12 |
Collection<PointMatch> |
pm21 |
Collection<? extends Point> |
v1 |
Collection<? extends Point> |
v2 |
Constructor and Description |
---|
BlockMatchResults(Collection<? extends Point> v1,
Collection<? extends Point> v2,
Collection<PointMatch> pm12,
Collection<PointMatch> pm21,
boolean layer1Fixed,
boolean layer2Fixed,
Triple<Integer,Integer,AbstractModel<?>> pair) |
public Collection<? extends Point> v1
public Collection<? extends Point> v2
public final Collection<PointMatch> pm12
public final Collection<PointMatch> pm21
public final boolean layer1Fixed
public final boolean layer2Fixed
public final Triple<Integer,Integer,AbstractModel<?>> pair
public BlockMatchResults(Collection<? extends Point> v1, Collection<? extends Point> v2, Collection<PointMatch> pm12, Collection<PointMatch> pm21, boolean layer1Fixed, boolean layer2Fixed, Triple<Integer,Integer,AbstractModel<?>> pair)
Copyright © 2015–2021 Fiji. All rights reserved.