- 27 Nov, 2017 1 commit
-
-
Pavel Rojtberg authored
-
- 26 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 07 Apr, 2016 1 commit
-
-
mvukad authored
Added a writeFormat() method to Algorithm which must be called by the write() method of derived classes.
-
- 07 Apr, 2015 1 commit
-
-
Vadim Pisarevsky authored
2. Algorithm::load/save added (moved from StatModel) 3. copyrights updated; added copyright/licensing info for ffmpeg 4. some warnings from Xcode 6.x are fixed
-
- 16 Feb, 2015 2 commits
-
-
Maksim Shabunin authored
-
Vladislav Vinogradov authored
-
- 18 Oct, 2014 1 commit
-
-
Vadim Pisarevsky authored
quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val)
-
- 17 Oct, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 16 Oct, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 10 Feb, 2014 1 commit
-
-
Robbert Klarenbeek authored
Fix algorithm setter argument validation for uchar(cherry picked from commit e21c6e19)
-
- 02 Jan, 2014 1 commit
-
-
Robbert Klarenbeek authored
-
- 06 Sep, 2013 1 commit
-
-
Vladislav Vinogradov authored
Conflicts: modules/core/include/opencv2/core/cuda.hpp modules/cudacodec/src/thread.cpp modules/cudacodec/src/thread.hpp modules/superres/perf/perf_superres.cpp modules/superres/src/btv_l1_cuda.cpp modules/superres/src/optical_flow.cpp modules/videostab/src/global_motion.cpp modules/videostab/src/inpainting.cpp samples/cpp/stitching_detailed.cpp samples/cpp/videostab.cpp samples/gpu/stereo_multi.cpp
-
- 05 Sep, 2013 1 commit
-
-
Roman Donchenko authored
This and several following commits contain the "boring" changes required to support the new Ptr. These are changes like: * new T -> makePtr<T> or .reset(new T) or Ptr<T>(new T) (depending on the situation) * p.empty() -> !p * delete_obj -> DefaultDeleter::operator() and similar changes that are numerous, but primitive.
-
- 01 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 22 Mar, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
All tests passed!
-
- 25 Feb, 2013 2 commits
-
-
LeonidBeynenson authored
-
Andrey Kamaev authored
Made all STL usages explicit to be able automatically find all usages of particular class or function.
-
- 21 Feb, 2013 2 commits
-
-
LeonidBeynenson authored
-
LeonidBeynenson authored
-
- 04 Feb, 2013 1 commit
-
-
LeonidBeynenson authored
Made changes to work in cv::Algorithm with parameters of these types. Also fixed SimpleBlobDetector -- now it can be created by cv::Algorithm::create and it can work with cv::Algorithm::set/get.
-
- 26 Oct, 2012 1 commit
-
-
Andrey Kamaev authored
* typo in Algorithm::addParam for 'short' data type which results in segmentation fault on ARM on attempt to set type property for FAST using setter inherited from Algorithm * added short type support to read/write methods * improved some error messages
-
- 23 Oct, 2012 1 commit
-
-
LeonidBeynenson authored
made it to give more verbose errors when arguments of wrong types are passed, added setters with types (e.g. setInt, etc)
-
- 17 Oct, 2012 1 commit
-
-
OpenCV Buildbot authored
-
- 16 Oct, 2012 1 commit
-
-
Andrey Kamaev authored
This reverts commit a8c5e356. Conflicts: modules/imgproc/src/imgwarp.cpp
-
- 09 Oct, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 02 Jul, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 01 Jul, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 15 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 09 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 25 May, 2012 3 commits
-
-
Alexander Shishkov authored
-
Alexander Shishkov authored
-
Alexander Shishkov authored
-
- 30 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 20 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 18 Apr, 2012 1 commit
-
-
Maria Dimashova authored
-
- 13 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 05 Apr, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 03 Apr, 2012 1 commit
-
-
Maria Dimashova authored
-
- 02 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-