public class BlockMatchPairCallable extends Object implements Callable<BlockMatchPairCallable.BlockMatchResults>, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
BlockMatchPairCallable.BlockMatchResults |
Constructor and Description |
---|
BlockMatchPairCallable(Triple<Integer,Integer,AbstractModel<?>> pair,
List<Layer> layerRange,
boolean layer1Fixed,
boolean layer2Fixed,
Filter<Patch> filter,
ElasticLayerAlignment.Param param,
Collection<? extends Point> sourcePoints1,
Collection<? extends Point> sourcePoints2,
Rectangle box) |
public BlockMatchPairCallable(Triple<Integer,Integer,AbstractModel<?>> pair, List<Layer> layerRange, boolean layer1Fixed, boolean layer2Fixed, Filter<Patch> filter, ElasticLayerAlignment.Param param, Collection<? extends Point> sourcePoints1, Collection<? extends Point> sourcePoints2, Rectangle box)
public BlockMatchPairCallable.BlockMatchResults call() throws Exception
call
in interface Callable<BlockMatchPairCallable.BlockMatchResults>
Exception
Copyright © 2015–2021 Fiji. All rights reserved.