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