Ask Your Question

Revision history [back]

As you can see on this line of code there is a specific openCL implementation of the ORB feature calculation in 3.0. Basically this means that if you have built openCV with the parameter -D WITH_OPENCL=ON in CMAKE, then this function will be called.

If not the general C++ interface without OpenCL support will be used.