public final class HighGui extends Object
Modifier and Type | Field and Description |
---|---|
static CountDownLatch |
latch |
static int |
n_closed_windows |
static int |
pressedKey |
static int |
WINDOW_AUTOSIZE |
static int |
WINDOW_NORMAL |
static Map<String,ImageWindow> |
windows |
Constructor and Description |
---|
HighGui() |
Modifier and Type | Method and Description |
---|---|
static JFrame |
createJFrame(String title,
int flag) |
static void |
destroyAllWindows() |
static void |
destroyWindow(String winname) |
static void |
imshow(String winname,
Mat img) |
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 |
toBufferedImage(Mat m) |
static void |
waitKey() |
static int |
waitKey(int delay) |
public static final int WINDOW_NORMAL
public static final int WINDOW_AUTOSIZE
public static int n_closed_windows
public static int pressedKey
public static CountDownLatch latch
public static Map<String,ImageWindow> windows
public static void namedWindow(String winname)
public static void namedWindow(String winname, int flag)
public static void waitKey()
public static int waitKey(int delay)
public static void destroyWindow(String winname)
public static void destroyAllWindows()
public static void resizeWindow(String winname, int width, int height)
public static void moveWindow(String winname, int x, int y)
Generated on Wed Oct 9 2019 23:24:43 UTC / OpenCV 4.1.2