opencv/modules/imgproc
abidrahmank 37f4e400e4 Added cv2.boxPoints() functionality to Python bindings (Feature #2023)
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)
2013-06-24 12:13:59 +05:30
..
doc Merge pull request #949 from SpecLad:merge-2.4 2013-06-07 12:45:03 +04:00
include/opencv2 Added cv2.boxPoints() functionality to Python bindings (Feature #2023) 2013-06-24 12:13:59 +05:30
perf Merge remote-tracking branch 'origin/2.4' 2013-06-19 15:25:37 +04:00
src Added cv2.boxPoints() functionality to Python bindings (Feature #2023) 2013-06-24 12:13:59 +05:30
test Make highgui.hpp independent from C API 2013-04-08 15:47:29 +04:00
CMakeLists.txt Global CMake reorganization: 2012-02-03 11:26:49 +00:00