I need to get difference between 2 Bitmap Images in Android as fast and as efficient as possible. How can I achieve that? The implementation can be either in Java or in C using NDK.
Asked
Active
Viewed 1,573 times
1 Answers
1
If you're talking about Difference, then follow this detailed guide. But if you're talking about distance, then good ol' a^2 + b^2 = c^2 will do.
-
@KeremKusmezer No problemo. Be sure to close this question as it's irrelevant now. – David Feb 06 '13 at 20:21