Python: cv.imread returns SystemError on file not found (Bug #847)
Description
If cv.imread cannot find the file name it returns
"SystemError: error return without exception set"
This should be changed to a more appropriate exception.
History
Updated by Alexander Shishkov almost 13 years ago
- Target version deleted ()
Updated by Alexander Shishkov almost 13 years ago
- Priority changed from Normal to Low
Updated by Alexander Shishkov almost 13 years ago
If cv2.imread cannot find the file name it returns None now.
- Status changed from Open to Cancelled
- Assignee set to Alexander Shishkov
Updated by Alexander Shishkov almost 13 years ago
- Target version set to 2.4.0