Class Hierarchy
- java.lang.Object
- net.algart.matrices.stitching.AbstractStitchingFunc (implements net.algart.matrices.stitching.StitchingFunc)
- net.algart.matrices.stitching.AverageExceptingNaN (implements net.algart.math.functions.Func)
- net.algart.matrices.stitching.CoordinateFreeStitchingMethod<P> (implements net.algart.matrices.stitching.StitchingMethod<P>)
- net.algart.matrices.stitching.DefaultFrame<P> (implements net.algart.matrices.stitching.Frame<P>)
- net.algart.matrices.stitching.FirstExceptingNaN (implements net.algart.math.functions.Func)
- net.algart.matrices.stitching.LastExceptingNaN (implements net.algart.math.functions.Func)
- net.algart.matrices.stitching.MaxExceptingNaN (implements net.algart.math.functions.Func)
- net.algart.matrices.stitching.MinExceptingNaN (implements net.algart.math.functions.Func)
- net.algart.matrices.stitching.ShiftStitchingMethod<P> (implements net.algart.matrices.stitching.StitchingMethod<P>)
- net.algart.matrices.stitching.Stitcher<P>
- net.algart.matrices.stitching.UniversalFramePosition (implements net.algart.matrices.stitching.FramePosition)
- net.algart.matrices.stitching.ShiftFramePosition (implements net.algart.matrices.stitching.FramePosition)
- net.algart.matrices.stitching.UniversalStitchingMethod<P> (implements net.algart.matrices.stitching.StitchingMethod<P>)
Interface Hierarchy
- net.algart.matrices.stitching.Frame<P>
- net.algart.matrices.stitching.FramePosition
- net.algart.matrices.stitching.StitchingFunc
- net.algart.matrices.stitching.StitchingMethod<P>