I load it by cvLoadImage and chek pointer after that. If it's NULL, image not loaded. But I need to know why ( bad format, file or path not found, e.g. ). How can I do this ?
1 | initial version |
I load it by cvLoadImage and chek pointer after that. If it's NULL, image not loaded. But I need to know why ( bad format, file or path not found, e.g. ). How can I do this ?