Package boofcv.javacv
Class ConvertIplImage
java.lang.Object
boofcv.javacv.ConvertIplImage
Functions for converting between JavaCV's IplImage data type and BoofCV image types
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends ImageBase<T>>
TconvertFrom
(org.bytedeco.javacpp.opencv_core.IplImage input) static <T extends ImageGray<T>>
TconvertFrom
(org.bytedeco.javacpp.opencv_core.IplImage input, T output) static ImageDataType
depthToBoofType
(int depth)
-
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
-