The attached patch corrects a few cvGetHistValue* function issues:
- Extra parameter on cvGetHistValue_1D
- They all passed a final 0 parameter to cvGetPtr* which, unlike C, won't
work as a pointer. Removed to let cvGetPtr* defaults take over.
- They should return a float*, so added appropriate cast.
Original issue reported on code.google.com by db3l.em...@gmail.com on 13 Jan 2009 at 10:12
Original issue reported on code.google.com by
db3l.em...@gmail.com
on 13 Jan 2009 at 10:12Attachments: