Package net.algart.matrices.stitching
Class UniversalStitchingMethod<P extends UniversalFramePosition>
java.lang.Object
net.algart.matrices.stitching.UniversalStitchingMethod<P>
- All Implemented Interfaces:
StitchingMethod<P>
public final class UniversalStitchingMethod<P extends UniversalFramePosition>
extends Object
implements StitchingMethod<P>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <P extends UniversalFramePosition>
UniversalStitchingMethod<P>getNearestNeighbourInstance
(double defaultValue) getStitchingFunc
(List<? extends Frame<P>> frames) static <P extends UniversalFramePosition>
UniversalStitchingMethod<P>getWeightedNeighboursInstance
(double defaultValue) boolean
boolean
toString()
-
Method Details
-
getNearestNeighbourInstance
public static <P extends UniversalFramePosition> UniversalStitchingMethod<P> getNearestNeighbourInstance(double defaultValue) -
getWeightedNeighboursInstance
public static <P extends UniversalFramePosition> UniversalStitchingMethod<P> getWeightedNeighboursInstance(double defaultValue) -
simpleBehaviorForEmptySpace
public boolean simpleBehaviorForEmptySpace()- Specified by:
simpleBehaviorForEmptySpace
in interfaceStitchingMethod<P extends UniversalFramePosition>
-
simpleBehaviorForSingleFrame
public boolean simpleBehaviorForSingleFrame()- Specified by:
simpleBehaviorForSingleFrame
in interfaceStitchingMethod<P extends UniversalFramePosition>
-
getStitchingFunc
- Specified by:
getStitchingFunc
in interfaceStitchingMethod<P extends UniversalFramePosition>
-
toString
-