Usage of CV_CALL when contributing source code
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 ));