1 repositorio
Android applications that utilize the Native Development Kit to implement performance-critical logic in C or C++.
Distinct from Android NDK Cross-Compilation: Focuses on the actual use of NDK for logic implementation rather than the build-pipeline configuration of cross-compilation.
Explore 1 awesome GitHub repository matching mobile development · NDK Native Implementations. Refine with filters or upvote what's useful.
Tess-two is an optical character recognition tool and Android application designed to extract written text from images using the Tesseract engine. It functions as an image analysis utility for detecting visual artifacts, blur, and optical flow within local image files on Android devices. The project includes an image pre-processing suite used to clean and manipulate images to increase the accuracy of text recognition. This involves a pipeline that applies grayscale conversion and binarization before the recognition process. The software integrates native image processing and character analys
Utilizes the Android Native Development Kit to implement high-performance visual artifact detection in native code.