This repository was archived by the owner on Feb 2, 2025. It is now read-only.
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
Add Arbitrary Point Selection, as is done in the Android Version #26
Open
Description
To make OpenAthena more useful with object detection and other computer vision integrations, this library should be able to cast a ray towards any pixel in the image (as is possible in the Android version) rather than only the center point.
Relevant PR from the Android version:
Theta-Limited/OpenAthenaAndroid#56