Bossgaming099 / ctypes-opencv

Automatically exported from code.google.com/p/ctypes-opencv
0 stars 0 forks source link

cvGetSubRect #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. image = cvLoadImage('test.jpg',1)
2. patch = cvGetSubRect(image, None, cvRect(x,y,width,height))
3.

What is the expected output? What do you see instead?

An image patch defined by (x,y,width, height).
CvArr()

What version of the product are you using? On what operating system?
0.7.2 mac os x 

Please provide any additional information below.

Original issue reported on code.google.com by zhu....@gmail.com on 5 Apr 2009 at 7:21

GoogleCodeExporter commented 8 years ago
Reproducible. Fixed. Thanks.

Original comment by pmtri80@gmail.com on 5 Apr 2009 at 11:36