Ask Your Question
0

Where are built in functions for android?

asked 2016-02-21 16:34:10 -0600

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. Here the functions are given in c++, c and python. How to call them in android?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2016-02-21 19:21:06 -0600

Eduardo gravatar image

updated 2016-02-21 19:28:17 -0600

You have the Javadoc for cvtColor.

I don't know why but at the time of writing, the Javadoc for 3.0 branch is missing some text explanation. You could look at 2.4 Javadoc or to the C++ documentation in order to have the signification of the different parameters.

You have also some samples for Android and some tutorials for Android.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-02-21 16:34:10 -0600

Seen: 98 times

Last updated: Feb 21 '16