- 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
-
- 21 Jan, 2018 1 commit
-
-
Gregory Morse authored
* Fix for QT image window rectangle * Update window_QT.h * Update window_QT.cpp * trailing whitespace * highgui: fix QT getWindowImageRect()
-
- 18 Jan, 2018 1 commit
-
-
Gregory Morse authored
Update to add window position and size retrieval to HighGUI (#10412) * Update highgui.hpp Add read only property retrieval for enhanced rendering capabilities and more sophisticated research tools * Update window.cpp * Update window_w32.cpp * Update window_QT.cpp * Update window_QT.h * Update window_QT.h * Update window_gtk.cpp * Update precomp.hpp * Update highgui_c.h * Update highgui_c.h * Update window_w32.cpp * Update precomp.hpp * Update window_QT.cpp * Update window_QT.h * Update window_gtk.cpp * Update window_gtk.cpp * Update window_w32.cpp * Update window_QT.cpp * Update window_carbon.cpp * Update window_cocoa.mm * Update precomp.hpp * Update window_cocoa.mm * Update window_w32.cpp * Update window_gtk.cpp * Update window_QT.cpp * Update window_gtk.cpp * Update window_QT.cpp * Update window_cocoa.mm * Update window_carbon.cpp * Update window_w32.cpp * Update window_cocoa.mm * Update window_gtk.cpp * Update window_cocoa.mm * Update window_gtk.cpp * Update window_cocoa.mm * Update window_cocoa.mm * Update window.cpp * Update test_gui.cpp * Update test_gui.cpp * Update test_gui.cpp * Update highgui_c.h * Update highgui.hpp * Update window.cpp * Update highgui_c.h * Update test_gui.cpp * Update highgui.hpp * Update window.cpp * Update window.cpp * Update window.cpp * Update window.cpp * Update window.cpp
-
- 13 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 13 Dec, 2017 1 commit
-
-
Vitaly Tuzov authored
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468)
-
- 18 Oct, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 13 Oct, 2017 1 commit
-
-
klchang authored
-
- 09 Oct, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 06 Oct, 2017 1 commit
-
-
mevatron authored
-
- 03 Sep, 2017 1 commit
-
-
Suleyman TURKMEN authored
Update miniflann.cpp Update test_stereomatching.cpp
-
- 31 Aug, 2017 2 commits
-
-
saskatchewancatch authored
Removing unnecessary range checks for QT backend support's setTrackbarMin and setTrackbarMax fucntions Fixes
-
saskatchewancatch authored
Setting truncate option for QString leftJustified method to false fixes 10 character truncation issue noted in issue 9489
-
- 27 Aug, 2017 1 commit
-
-
Adi Shavit authored
-
- 25 Aug, 2017 1 commit
-
-
Adi Shavit authored
* Adds cv::resizeWindow() overload taking a single cv::Size argument. * Replaces copied documentaion with Doxygen @overload command.
-
- 23 Aug, 2017 1 commit
-
-
Dmitry Kurtaev authored
-
- 21 Aug, 2017 1 commit
-
-
Steven Puttemans authored
-
- 19 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
-