the-super-toys/glimpse-android
A content-aware cropping library for Android
Leverages TensorFlow Lite to detect salient content regions in images, computing focal points that guide intelligent cropping instead of defaulting to center crops. Provides modular integration with popular image loaders (Glide, Coil) via transformation APIs, or standalone bitmap operations for custom pipelines. The ~148 KB TensorFlow model runs client-side with ~30ms inference time on mid-range devices, though server-side focal point caching is recommended for production workflows.
591 stars. No commits in the last 6 months.
Stars
591
Forks
30
Language
Kotlin
License
Apache-2.0
Category
Last pushed
Feb 02, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/the-super-toys/glimpse-android"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
mesutpiskin/opencv-object-detection
:camera: Object detection with OpenCV on Java. DNN, HaarCascade, Template Matching, Color Detection etc.
chuanqi305/rscnn
A cnn framework on Android platform, implemented with RenderScript and java, support...
sensifai/Mobile_Image-Video_Enhancement
Sensifai image and video enhancement module on mobiles
ibaiGorordo/depthai-android-jni-example
Android example to get the rgb and disparity images from the OAK-D device connected to a phone.
theleonwei/seefood
SeeFood on steroid, an object recognition iOS app based on SwiftUI, CoreML, and Vision.