- 05 Mar, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 26 Dec, 2018 1 commit
-
-
Christoph Rackwitz authored
-
- 25 Dec, 2018 1 commit
-
-
Christoph Rackwitz authored
Check for "gutter" around displayed image. there was one row/column missing on the bottom/right. Might as well set gutter = 0?
-
- 03 Dec, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 26 Nov, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 21 Nov, 2018 2 commits
-
-
Tomoaki Teshima authored
-
berak authored
-
- 16 Nov, 2018 1 commit
-
-
Pavel Rojtberg authored
broken in 11eafca3
-
- 08 Nov, 2018 1 commit
-
-
Vadim Pisarevsky authored
* removed C API in the following modules: photo, video, imgcodecs, videoio * trying to fix various compile errors and warnings on Windows and Linux * continue to fix compile errors and warnings * continue to fix compile errors, warnings, as well as the test failures * trying to resolve compile warnings on Android * Update cap_dc1394_v2.cpp fix warning from the new GCC
-
- 07 Nov, 2018 1 commit
-
-
Alexander Alekhin authored
https://en.wikipedia.org/wiki/Carbon_(API) In 2012, with the release of OS X 10.8 Mountain Lion, most Carbon APIs were considered deprecated.
-
- 06 Nov, 2018 1 commit
-
-
berak authored
-
- 04 Nov, 2018 1 commit
-
-
berak authored
-
- 02 Nov, 2018 1 commit
-
-
Jean Carass authored
-
- 31 Oct, 2018 1 commit
-
-
Vadim Pisarevsky authored
-
- 25 Oct, 2018 1 commit
-
-
Sean McBride authored
-
- 14 Oct, 2018 1 commit
-
-
tellowkrinkle authored
* Make cocoa windows draw faster * Use a CALayer for rendering when possible Uses GPU to scale images, which is important because retina macs will want window sizes much larger (in pixels) than the image * Fix mouse logic for cocoa windows * Only halve resolution on retina if image is larger than display
-
- 11 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 09 Sep, 2018 1 commit
-
-
Suleyman TURKMEN authored
-
- 07 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 06 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 31 Aug, 2018 1 commit
-
-
Jakub Golinowski authored
* Add HPX backend for OpenCV implementation Adds hpx backend for cv::parallel_for_() calls respecting the nstripes chunking parameter. C++ code for the backend is added to modules/core/parallel.cpp. Also, the necessary changes to cmake files are introduced. Backend can operate in 2 versions (selectable by cmake build option WITH_HPX_STARTSTOP): hpx (runtime always on) and hpx_startstop (start and stop the backend for each cv::parallel_for_() call) * WIP: Conditionally include hpx_main.hpp to tests in core module Header hpx_main.hpp is included to both core/perf/perf_main.cpp and core/test/test_main.cpp. The changes to cmake files for linking hpx library to above mentioned test executalbles are proposed but have issues. * Add coditional iclusion of hpx_main.hpp to cpp cpu modules * Remove start/stop version of hpx backend
-
- 17 Aug, 2018 1 commit
-
-
Suleyman TURKMEN authored
-
- 15 Aug, 2018 1 commit
-
-
Alexander Alekhin authored
Multi-argument CV_Assert() is accessible via CV_Assert_N() (with malformed messages).
-
- 27 Jul, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 06 Jul, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 05 Jul, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 07 Jun, 2018 1 commit
-
-
Alexander Alekhin authored
- use cv::getTickCount() instead of Win32 GetTickCount() - process message queue before timeout exit
-
- 31 May, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 28 May, 2018 1 commit
-
-
Alexander Alekhin authored
- cvdef.h + cvRound (double only) - highgui_c.h
-
- 25 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
replaced to cv::error()
-
- 24 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 10 Apr, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 30 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 29 Mar, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 14 Mar, 2018 1 commit
-
-
Jan Gaura authored
This offsets text brightness of pixel brightness values by offsetting it by 127 to the curent pixel value. The text is now readable even if pixels are black.
-
- 13 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 05 Feb, 2018 1 commit
-
-
Suleyman TURKMEN authored
-
- 03 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
- removed tr1 usage (dropped in C++17) - moved includes of vector/map/iostream/limits into ts.hpp - require opencv_test + anonymous namespace (added compile check) - fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions - added missing license headers
-