- 28 Jul, 2013 1 commit
-
-
Nghia Ho authored
-
- 27 Jul, 2013 2 commits
- 26 Jul, 2013 1 commit
-
-
Roman Donchenko authored
InputArray is a reference, and references are always constant anyway. Making it const even causes a GCC warning.
-
- 21 Jul, 2013 1 commit
-
-
Daniel Angelov authored
-
- 20 Jul, 2013 1 commit
-
-
Daniel Angelov authored
Update on the class to reflect the review. Split the class into virtual and implementation. change of name to LineSegmentDetector, using Input/Output-Arrays, general clean ups.
-
- 15 Jul, 2013 1 commit
-
-
Daniel Angelov authored
-
- 14 Jul, 2013 2 commits
-
-
Daniel Angelov authored
-
Daniel Angelov authored
-
- 13 Jul, 2013 2 commits
-
-
Daniel Angelov authored
-
Daniel Angelov authored
-
- 12 Jul, 2013 1 commit
-
-
Daniel Angelov authored
-
- 24 Jun, 2013 1 commit
-
-
abidrahmank authored
http://www.code.opencv.org/issues/2023 eg: In [3]: box = ((10,10),(5,5),0) In [4]: cv2.boxPoints(box) Out[4]: array([[ 7.5, 12.5], [ 7.5, 7.5], [ 12.5, 7.5], [ 12.5, 12.5]], dtype=float32)
-
- 16 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 10 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 08 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 01 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 25 Mar, 2013 1 commit
-
-
Vladislav Vinogradov authored
-
- 18 Mar, 2013 1 commit
-
-
Daniil Osokin authored
-
- 15 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 13 Mar, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp> Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
-
- 25 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
Made all STL usages explicit to be able automatically find all usages of particular class or function.
-
- 24 Feb, 2013 1 commit
-
-
Daniil Osokin authored
-
- 19 Dec, 2012 1 commit
-
-
Jason Newton authored
-
- 15 Dec, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 09 Dec, 2012 1 commit
-
-
Jason Newton authored
use a ltype parameter to determine result Label image type; export stats with differening types over different outputarrays
-
- 27 Nov, 2012 1 commit
-
-
Jason Newton authored
-Change input/output order from (out Labeled, in Image) -> (in Image, Out Labeled) and convert to Input/OutputArrays in the process. -Adopt OutputArray for statistics export so that the algorithm is "wrapper friendly" and not requiring a new struct in language bindings at the expense of using doubles for everything and slowing statistics computation down..
-
- 26 Nov, 2012 1 commit
-
-
Ilya Lavrenov authored
-
- 23 Nov, 2012 1 commit
-
-
Jason Newton authored
adjust output type to return int32... it should at least be unsigned but this breaks python bindings; remove non-8bit input type support, not worth the binary size
-
- 05 Nov, 2012 3 commits
-
-
Jason Newton authored
-
Jason Newton authored
connectedComponents: peep-hole optimizations, mostly surrouding the fact that cv::Mat::at is expensive in a tight-loop -also added a "blobstats" version
-
Jason Newton authored
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 16 Oct, 2012 3 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
This reverts commit 94b97b7a.
-
Andrey Kamaev authored
This reverts commit 4aaaef59. Conflicts: modules/imgproc/include/opencv2/imgproc/types_c.h modules/legacy/include/opencv2/legacy/legacy.hpp
-
- 15 Oct, 2012 1 commit
-
-
Andrey Kamaev authored
This partly reverts commit 6ca61827.
-
- 08 Oct, 2012 1 commit
-
-
Vadim Pisarevsky authored
-