Package org.opencv.highgui
Class HighGui
java.lang.Object
org.opencv.highgui.HighGui
This class was designed for use in Java applications
to recreate the OpenCV HighGui functionalities.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic CountDownLatch
static int
static int
static final int
static final int
static Map
<String, ImageWindow> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JFrame
createJFrame
(String title, int flag) static void
static void
destroyWindow
(String winname) static void
static void
moveWindow
(String winname, int x, int y) static void
namedWindow
(String winname) static void
namedWindow
(String winname, int flag) static void
resizeWindow
(String winname, int width, int height) static Image
static void
waitKey()
static int
waitKey
(int delay)
-
Field Details
-
WINDOW_NORMAL
public static final int WINDOW_NORMAL- See Also:
-
WINDOW_AUTOSIZE
public static final int WINDOW_AUTOSIZE- See Also:
-
n_closed_windows
public static int n_closed_windows -
pressedKey
public static int pressedKey -
latch
-
windows
-
-
Constructor Details
-
HighGui
public HighGui()
-
-
Method Details
-
namedWindow
-
namedWindow
-
imshow
-
toBufferedImage
-
createJFrame
-
waitKey
public static void waitKey() -
waitKey
public static int waitKey(int delay) -
destroyWindow
-
destroyAllWindows
public static void destroyAllWindows() -
resizeWindow
-
moveWindow
-