Fast, very lightweight algorithm for camera motion detection?

前端 未结 2 1442
悲&欢浪女
悲&欢浪女 2021-01-31 06:19

I\'m working on an augmented reality app for iPhone that involves a very processor-intensive object recognition algorithm (pushing the CPU at 100% it can get through maybe 5 fra

2条回答
  •  野性不改
    2021-01-31 06:47

    Why not use the combo of the accelerometer/gyro motion sensing, and a very low res image tracker? Each method seems to be confused by completely different user motions.

提交回复
热议问题