Updated by Alexander Shishkov about 13 years ago

The web page
http://opencv.willowgarage.com/documentation/cpp/error_handling.html
Makes me say "what?".

For example:

_*Instead of you can write std::exception , since the former is derived from the latter. Then, obviously, to make it all work and do not worry about the object destruction, try not to use IplImage* [[IplImage]]* , CvMat* [[CvMat]]* and plain pointers in general. Use , std::vector<> , etc.*_

I kind of get it, but can't really follow what's said.
Error handling is an important beginner topic, could you add a clear example without jargon?

Back