Package net.algart.matrices.stitching
Interface StitchingMethod<P extends FramePosition>
- All Known Implementing Classes:
CoordinateFreeStitchingMethod
,ShiftStitchingMethod
,UniversalStitchingMethod
public interface StitchingMethod<P extends FramePosition>
-
Method Summary
Modifier and TypeMethodDescriptiongetStitchingFunc
(List<? extends Frame<P>> frames) boolean
boolean
-
Method Details
-
getStitchingFunc
-
simpleBehaviorForEmptySpace
boolean simpleBehaviorForEmptySpace() -
simpleBehaviorForSingleFrame
boolean simpleBehaviorForSingleFrame()
-