- 05 Sep, 2013 10 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
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.
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 04 Sep, 2013 2 commits
-
-
pengxiao authored
-
Roman Donchenko authored
-
- 03 Sep, 2013 3 commits
-
-
Roman Donchenko authored
-
Abid K authored
-
Roman Donchenko authored
-
- 02 Sep, 2013 7 commits
-
-
Roman Donchenko authored
Consider this a part of merging #1357.
-
Roman Donchenko authored
Conflicts: modules/contrib/src/retina.cpp modules/gpu/perf/perf_video.cpp modules/gpuoptflow/src/tvl1flow.cpp modules/ocl/include/opencv2/ocl/ocl.hpp modules/ocl/perf/perf_calib3d.cpp modules/ocl/perf/perf_color.cpp modules/ocl/perf/perf_match_template.cpp modules/ocl/src/precomp.hpp samples/gpu/stereo_multi.cpp
-
Roman Donchenko authored
-
Alexander Smorkalov authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 30 Aug, 2013 13 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Gabe Schwartz authored
libpng 1.5+ recommends a call to png_set_interlace_handling() if you use png_read_update_info and png_read_image. It will generate a warning without it.
-
Gabe Schwartz authored
Also removed malformed tEXt chunk from a logo PNG.
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Zac Stewart authored
-
Zac Stewart authored
-
abidrahmank authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
abidrahmank authored
Usage: import numpy as np import cv2 img = cv2.imread('messi5.jpg',0) sift = cv2.SIFT() kp = sift.detect(img) pts = cv2.KeyPoint_convert(kp) kps = cv2.KeyPoint_convert(pts.reshape(-1,1,2)) overlap = cv2.KeyPoint_overlap(kp[0],kp[1])
-
- 29 Aug, 2013 5 commits
-
-
kdrobnyh authored
-
kdrobnyh authored
Some changes in OpenCV
-
ilya-lavrenov authored
enabled some tests that failed before OCL_TEST_CYCLE*() macroses were defined and for some tests was disabled SANITY_CHECK, because plain and ocl results must not be completely equal
-
ilya-lavrenov authored
-
Roman Donchenko authored
-