Every builtin function I search, are either given in c++ or c or python. How to use them in android? Like I want to convert RGB to LAB color space, and I found [this](http://docs.opencv.org/2.4/modules/imgproc/doc/miscellaneous_transformations.html). Here the functions are given in c++, c and python. How to call them in android?
↧