public class OpenCVJavaConverter
extends java.lang.Object
| Constructor and Description |
|---|
OpenCVJavaConverter() |
| Modifier and Type | Method and Description |
|---|---|
static java.awt.image.BufferedImage |
convertOpenCVToJava(org.opencv.core.Mat m,
int resizeFactor) |
static void |
main(java.lang.String[] args) |
static void |
toOpenCV(java.awt.image.BufferedImage bi,
org.opencv.core.Mat dest) |
public static java.awt.image.BufferedImage convertOpenCVToJava(org.opencv.core.Mat m,
int resizeFactor)
public static void toOpenCV(java.awt.image.BufferedImage bi,
org.opencv.core.Mat dest)
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception