-
Sensor Tower
-
on android platform
-
implemented by java opencv
-
github
- add README
-
-
building opencv-android library
-
it is no longer maintained by opencv
-
last maintenance in August, 2018
-
-
found workaround to build opencv-android library
-
using opencv build python script
-
-
-
connect android application with opencv-android library as a module
-
based on the development flow on Mac platform
-
"translate" python opencv to android java opencv
-
using MOG background subtractor
-
using KCF tracker
-
-
-
orientation of frame is wrong
-
fix by doing matrix calculation
- describe in codes
-
-
defined min and max area for bounding boxes
-
for performance
- if the camera close to the cars, need to adjust min of bounding box, increase the min area
-
-
issue
-
the speed of the application is still not quick enough
-
usually it has 1 to 3 seconds delay
-
i think the issue is that the phone camera can only process around 10 frame per minute, but the algorithm wants to process around 25 to 30 frame per second.
- described as the synchronization issue between kcf and camera
-
-
-
todo
-
sync phone camera capture speed with the speed of kcf tracker algorithm
-
solution by Melvin
- on android
-
clair no time to look at the synchronization solution
-
-
-
-
-
-
Notifications
You must be signed in to change notification settings - Fork 1
clair-hu/ObjectTrackingWithCamera_app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published