Package boofcv.javacv

Class ConvertIplImage

java.lang.Object
boofcv.javacv.ConvertIplImage

public class ConvertIplImage extends Object
Functions for converting between JavaCV's IplImage data type and BoofCV image types
  • Constructor Details

    • ConvertIplImage

      public ConvertIplImage()
  • Method Details

    • convertFrom

      public static <T extends ImageBase<T>> T convertFrom(org.bytedeco.javacpp.opencv_core.IplImage input)
    • convertFrom

      public static <T extends ImageGray<T>> T convertFrom(org.bytedeco.javacpp.opencv_core.IplImage input, @Nullable T output)
    • convertFrom

      public static <T extends ImageInterleaved<T>> T convertFrom(org.bytedeco.javacpp.opencv_core.IplImage input, @Nullable T output)
    • depthToBoofType

      public static ImageDataType depthToBoofType(int depth)