Ask Your Question

Kroan's profile - activity

2019-10-11 06:29:44 -0600 received badge  Famous Question (source)
2017-03-27 11:00:41 -0600 received badge  Nice Question (source)
2016-04-14 02:41:33 -0600 received badge  Notable Question (source)
2015-06-04 08:40:17 -0600 received badge  Popular Question (source)
2014-09-08 09:55:14 -0600 received badge  Student (source)
2013-10-25 04:51:12 -0600 commented answer Sauvola Thresholding for Android

Okay thank you both, so do I understand taht right? This code is no part of the OpenCV library? It's selfwritten by Mostafa Sataki? And if I want to use it inside my Android app I have to copy this files to my project, init OpenCV, call System.loadLibrary() and than I can use it? What do I have to write inside loadLibrary("") function? In the example they write "detection_based_tracker" but I don't think that's what I have to do^^

THX

2013-10-25 01:48:35 -0600 commented answer Sauvola Thresholding for Android

I don't understand. How can I use cpp inside my android Application with the help of opencv Android SDK?

Thank you for your answer.

Best regards

2013-10-24 08:12:52 -0600 received badge  Editor (source)
2013-10-24 07:59:12 -0600 asked a question Sauvola Thresholding for Android

Hi everyone,

ist there a way to use Sauvola Thresholding for a pre grayscaled Bitmap in Android with the help of the OpenCV Android SDK? I mean does a class or method or anythin exist that helps me doing that?

And is so, where can I find an example code?

Thank you in advance.

Best regards.

Kroan