Class UtilJCodec

java.lang.Object
boofcv.io.jcodec.UtilJCodec

public class UtilJCodec extends Object
Help functions for working with JCodec.
  • Constructor Details

    • UtilJCodec

      public UtilJCodec()
  • Method Details

    • convertToBoof

      public static void convertToBoof(org.jcodec.common.model.Picture input, ImageBase output)
      Converts an image in JCodec format into one in BoofCV format.
      Parameters:
      input - JCodec image
      output - BoofCV image