Usage of CV_CALL when contributing source code

asked 2013-06-03 08:21:26 -0600

mat_pier gravatar image

updated 2013-06-03 09:32:59 -0600

This question is for the OpenCV source code contributors out there.

Is it necessary to write all OpenCV function calls inside source code of OpenCV using CV_CALL(< function name >). For example, a simple assignment statement was written as

        CV_CALL(sum[cls]              = cvCreateMat( 1, var_count, CV_64FC1 ));
edit retag flag offensive close merge delete