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) boolean
boolean
toString()
-
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:
simpleBehaviorForEmptySpace
in interfaceStitchingMethod<P extends FramePosition>
-
simpleBehaviorForSingleFrame
public boolean simpleBehaviorForSingleFrame()- Specified by:
simpleBehaviorForSingleFrame
in interfaceStitchingMethod<P extends FramePosition>
-
getStitchingFunc
- Specified by:
getStitchingFunc
in interfaceStitchingMethod<P extends FramePosition>
-
toString
-