(wg) Sum fails on CV_8UC1, S1 (Bug #18)
Description
new Python test test_Sum fails.
OpenCV Error: Assertion failed (func != 0) in sum, file /u/jamesb/opencv64/src/cxcore/cxstat.cpp, line 165
It looks as if Sum of a cvMat with type 8UC1 and 8SC1 are not implemented.
Associated revisions
Merge pull request #18 from ivan-korolev/fix_HoughLines_segfault
History
Updated by Vadim Pisarevsky over 15 years ago
fixed in r2401. added 8s* Sum.
- Status changed from Open to Done
- (deleted custom field) set to fixed