DPigeon / SeeText

A mobile application that shows you what you say and objects around.
0 stars 0 forks source link

Enhance the Object Detection Image Frame #3

Closed DPigeon closed 4 years ago

DPigeon commented 4 years ago

When creating a custom bordered text with his rectangle paint bounding box on an image view, not all the frames are processed. Therefore, it would be cool to either:

Normally, the second option would be better since all the work would be overlayed on the camera preview instead of setting a new bitmap to the previewImageView all the time. Overlaying the preview will for sure make the app look better in terms of real timeness.

DPigeon commented 4 years ago

This has been implemented.