We want to implement some kind of definition of the internal situation using iBeacons. This article seems really interesting in which the author implemented Non-Linear Least Square Triangulation using the Eigen C ++ library and Levenberg Marquardt algorithm. Since Eigen is written in C ++, I tried to use JNI and Android NDK to use it, but it chose the number of errors that I donβt know how to solve and I couldnβt find anything on the Internet. I also tried using Jeigen, but it does not have all the features we need.
So my questions are:
Has anyone ever implemented any use of Trilateration beacons in Android?
Do you think using Eigen + JNI + NDK is a good solution? If so, have you ever implemented Levenberg Marquardt using a combination?
Are there any better options than the Levenberg Marquardt algorithm for calculating trilateration in an Android application?
android ibeacon eigen altbeacon levenberg-marquardt
Lucas coelho
source share