Package net.algart.matrices.stitching
Class CoordinateFreeStitchingMethod<P extends FramePosition>
java.lang.Object
net.algart.matrices.stitching.CoordinateFreeStitchingMethod<P>
- All Implemented Interfaces:
StitchingMethod<P>
public final class CoordinateFreeStitchingMethod<P extends FramePosition>
extends Object
implements StitchingMethod<P>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <P extends FramePosition>
CoordinateFreeStitchingMethod<P>getInstance
(Func combiningFunc) static <P extends FramePosition>
CoordinateFreeStitchingMethod<P>getInstance
(Func combiningFunc, boolean standardBehaviorForSingleFrame) getStitchingFunc
(List<? extends Frame<P>> frames) boolean
boolean
toString()
Returns a brief string description of this object.
-
Method Details
-
getInstance
public static <P extends FramePosition> CoordinateFreeStitchingMethod<P> getInstance(Func combiningFunc) -
getInstance
public static <P extends FramePosition> CoordinateFreeStitchingMethod<P> getInstance(Func combiningFunc, boolean standardBehaviorForSingleFrame) -
combiningFunc
-
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
Returns a brief string description of this object.
-