Class SplitFrameGenerator

All Implemented Interfaces:
processing.core.PConstants

public class SplitFrameGenerator extends StereoscopicGenerator
Split frame generator. This will pack the right and left component images into one composite image. The two components will be positioned vertically or horizontally. Also, Interlaced component images.
  • Field Details

  • Constructor Details

    • SplitFrameGenerator

      public SplitFrameGenerator(int width, int height, int technique)
  • Method Details

    • createSideBySideHalfWidthGenerator

      public static SplitFrameGenerator createSideBySideHalfWidthGenerator(int width, int height)
    • createSideBySideGenerator

      public static SplitFrameGenerator createSideBySideGenerator(int width, int height)
    • createOverUnderHalfHeightGenerator

      public static SplitFrameGenerator createOverUnderHalfHeightGenerator(int width, int height)
    • createOverUnderGenerator

      public static SplitFrameGenerator createOverUnderGenerator(int width, int height)
    • createInterlacedGenerator

      public static SplitFrameGenerator createInterlacedGenerator(int width, int height)
    • generateCompositeFrame

      public void generateCompositeFrame(int[] pixelDest, int[][] pixelStorage)
      Description copied from class: Generator
      Combine the component frames into one composite frame.
      Specified by:
      generateCompositeFrame in class Generator