Corentin Noël
da078c4b75
highgui: Make GThread mandatory with GTK
...
The GThread API is available since more than 11 years with GLib, it is now safe
to assume that it is always available.
7 months ago
sepperliu
45587f23db
Update highgui+HighGui.java
...
toBufferedImage
Modifying the original array copying method here can double the speed.
10 months ago
Alexander Alekhin
327109f327
highgui: update backends handling, fix WITH_OPENGL=ON build
4 years ago
Alexander Alekhin
fb9a00c36d
highgui: cleanup and fixes
4 years ago
Alexander Alekhin
70f69cb265
highgui: backends and plugins
4 years ago
Alexander Alekhin
1237faef80
java: disable highgui wrapped code
7 years ago
Vitaly Tuzov
51cb56ef2c
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. ( #9468 )
7 years ago
tribta
6512a4b7e3
OpenCV Java Highgui Class
...
The objective is to:
*Reduce greatly the number of lines of code in the Java codes;
*Make it easy for Java users to add a trackbar and show the results;
*Get the code more similar between C++, Java and Python, making the tutorials more uniform.
8 years ago
abratchik
037d8fbdcd
Refactor OpenCV Java Wrapping
8 years ago