Claudemir Todo Bom

Results 148 comments of Claudemir Todo Bom

If you are trying to implement splash screen, I think it is not needed because open note scanner is very quick to load, splash screen will add an unnecessary delay...

I was unable to reproduce it here (have only android 8.0). Will try to put some more debug messages on next release, in the mean time if somebody have the...

Hi @graczu0x0x0x0x0 , I always prefer to add code through pull request, so it's easy to track it back if needed. Please look if you can create a pull request...

On first tap on the shutter button, ONS will try to find a page. If it doesn't find, you tap again and it will scan the whole image. If you...

Right now only manual tags are working. And it is not used on the gallery yet. It is an intended feature to automatically tag and to sort by tag on...

Do you mean transplant opencv source code? If yes, I tought of this before, but I wasn't capable of build it myself. My idea was to build a custom opencv...

This is already done in the embedded-opencv branch. Is is not on master because f-droid doesn't support splitted builds and the apk in fdroid would be huge be cause it...

I think I'm understanding now what you suggesting. It is to create a new library that will compile and statically link to the used opencv functions, generating a smaller binary...

> Related: https://github.com/VlSomers/native-opencv-android-template this guide shows how to use the dynamic libraries built by opencv project, this is already done in the embedded-opencv (with a different approach, through the inclusion...

Great, please work on this in a branch, since I will try to propagate changes already made on master branch to the other ones. I think that main problem can...