- 14 Feb, 2018 1 commit
-
-
Namgoo Lee authored
-
- 13 Feb, 2018 2 commits
-
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
- 12 Feb, 2018 11 commits
-
-
Maksim Shabunin authored
-
luz.paz authored
Found via `codespell`
-
Sui Libin authored
* fix faster_rcnn sample crashed at PoolingInvoker operator() of pooling_layer. * find_odj onmouse bug about find matched point status. * reverted AutoBuffer back to std::vector
-
Maksim Shabunin authored
-
luz.paz authored
Found via `codespell`
-
Rémi Ratajczak authored
* Added the imagesFromBlob method to the dnn module. * Rewritten imagesFromBlob based on first dkurt comments * Updated code with getPlane() * Modify comment of imagesFromBlob() in dnn module * modified comments, removed useless assertions & added OutputArrayOfArray * replaced tabs with whitespaces & put vectorOfChannels instantiation outside the loop * Changed pre-commit.sample to pre-commit in .git/hooks/ * Added a test for imagesFromBlob in test_misc.cpp (dnn) * Changed nbOfImages, robustified test with cv::randu, modified assertion
-
Alexander Alekhin authored
* cmake: add ocv_get_smart_file_name() macro * cmake: avoid adding files for unavailable dispatch modes
-
Namgoo Lee authored
* Update BufferReader documentation with some example code * Add warning to BufferPool doc regarding deallocation of StackAllocator * Added a sample code that satisfies LIFO rule for StackAllocator
-
yuki takehara authored
* Add new Mat constructor * Fix build error * Fix build error * Fixed the code about 4 comments * Fixed three comments * delete previous local declaration * fix build error
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
- 11 Feb, 2018 5 commits
-
-
Fangjun Kuang authored
-
Fangjun Kuang authored
-
Fangjun Kuang authored
-
Fangjun Kuang authored
-
Fangjun Kuang authored
-
- 09 Feb, 2018 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
OpenCLAllocator::copy() may call upload()/download() methods
-
Dmitry Kurtaev authored
-
- 08 Feb, 2018 1 commit
-
-
take1014 authored
* Add a new interface for hough transform * Fixed warning code * Fix HoughLinesUsingSetOfPoints based on HoughLinesStandard * Delete memset * Rename HoughLinesUsingSetOfPoints and add common function * Fix test error * Change static function name * Change using CV_Assert instead of if-block and add integer test case * I solve the conflict and delete 'std :: tr1' and changed it to use 'tuple' * I deleted std::tr1::get and changed int to use 'get' * Fixed sample code * revert test_main.cpp * Delete sample code in comment and add snippets * Change file name * Delete static function * Fixed build error
-
- 07 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
Most part is deprecated since C++11
-
- 06 Feb, 2018 8 commits
-
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
remove 'dont_wait' (can be replaced with has_wake_signal)
-
Dmitry Kurtaev authored
-
Li Peng authored
Signed-off-by:
Li Peng <peng.li@intel.com>
-
Li Peng authored
Signed-off-by:
Li Peng <peng.li@intel.com>
-
Maksim Shabunin authored
* Extracted base64 persistence functionality * Extracted YML persistence functionality * Extracted JSON persistence functionality * Extracted XML persistence functionality * Extracted public C and C++ interfaces implementation in persistence * Persistence: cleanup and fixes * fixup! Persistence: cleanup and fixes
-
Dmitry Kurtaev authored
* Intel Inference Engine deep learning backend. * OpenFace network using Inference Engine backend
-
- 05 Feb, 2018 3 commits
-
-
Maksim Shabunin authored
-
Suleyman TURKMEN authored
-
csukuangfj authored
Fix issue #10781.
-
- 03 Feb, 2018 3 commits
-
-
Alexander Alekhin authored
CUDA code uses own implementation in cuda/limits.hpp
-
Alexander Alekhin authored
-
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
-
- 02 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
-