- 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
-
- 30 Aug, 2018 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Hamdi Sahloul authored
-
Hamdi Sahloul authored
-
- 29 Aug, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 28 Aug, 2018 8 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 27 Aug, 2018 9 commits
-
-
Alexander Alekhin authored
tested with NDK 17b (17.1.4828580)
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vladislav Sovrasov authored
-
Alexander Alekhin authored
-
- 26 Aug, 2018 1 commit
-
-
Suleyman TURKMEN authored
-
- 25 Aug, 2018 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maxim Smirnov authored
Some `CV_Assert`s changed to `CV_Assert_N`s according to https://github.com/opencv/opencv/issues/12304
-
berak authored
-
- 24 Aug, 2018 12 commits
-
-
Alexander Alekhin authored
-
Hamdi Sahloul authored
-
Hamdi Sahloul authored
-
Hamdi Sahloul authored
to provide `file`, `func`, `line`, `code`, `msg`, and `err` attributes
-
Hamdi Sahloul authored
-
Hamdi Sahloul authored
-
Alexander Alekhin authored
-
berak authored
-
Dmitry Kurtaev authored
* Support Mask-RCNN from TensorFlow * Fix a sample
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Suleyman TURKMEN authored
* Update core.hpp * Update imgproc.hpp * Update ImgprocTest.java * Update CameraCalibrator.java * Update OnCameraFrameRender.java * Update FindContoursDemo.java * Update IntroductionToSVMDemo.java * Update NonLinearSVMsDemo.java * Update IntroductionToPCADemo.java * Update Smoothing.java * Update MainActivity.java * Update CalcBackProjectDemo1.java * Update CornerSubPixDemo.java * Update CornerDetectorDemo.java * Update GoodFeaturesToTrackDemo.java
-