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 CountDownLatchstatic intstatic intstatic final intstatic final intstatic Map<String, ImageWindow> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JFramecreateJFrame(String title, int flag) static voidstatic voiddestroyWindow(String winname) static voidstatic voidmoveWindow(String winname, int x, int y) static voidnamedWindow(String winname) static voidnamedWindow(String winname, int flag) static voidresizeWindow(String winname, int width, int height) static Imagestatic voidwaitKey()static intwaitKey(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
-