Fast, very lightweight algorithm for camera motion detection?

前端 未结 2 1444
悲&欢浪女
悲&欢浪女 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:46

    there's an open source (free for private use) project that utilizes FAST corner detection here: http://www.hatzlaha.co.il/150842/FAST-Corner-V2

    It could be very useful for object detection, and has undergone serious optimizations to reach beautiful non-jittery results.

    -- EDIT --

    Now there's a Lucas-Kanade Optical Flow project as well - http://www.success-ware.com/150842/Lucas-Kanade-Detection-for-the-iPhone You can download the source code, and there's a link to the AppStore as well, so you can play around with it and see if it answers your needs.

    HTH,

    Oded.

提交回复
热议问题