1 | initial version |
The C interface of OpenCV is nowadays a wrapper around the C++ core and calls these functions internally. However, there are some old functions that still use the pure C coe but this is not standard.
Thus, in many cases there is little difference in calling the C vs. the C++ version of a certain function.
2 | No.2 Revision |
The C interface of OpenCV is nowadays a wrapper around the C++ core and calls these functions internally. However, there are some old functions that still use the pure C coe code only but this is not standard.
Thus, in many cases there is little difference in calling the C vs. the C++ version of a certain function.