Interface StitchingMethod<P extends FramePosition>

All Known Implementing Classes:
CoordinateFreeStitchingMethod, ShiftStitchingMethod, UniversalStitchingMethod

public interface StitchingMethod<P extends FramePosition>
  • Method Details

    • getStitchingFunc

      StitchingFunc getStitchingFunc(List<? extends Frame<P>> frames)
    • simpleBehaviorForEmptySpace

      boolean simpleBehaviorForEmptySpace()
    • simpleBehaviorForSingleFrame

      boolean simpleBehaviorForSingleFrame()