- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The docs for OpticalFlowPyrLK don't explicitly state whether the pPrev array of initial coordinates of the feature-points is an input parameter or not. My impression however is that pPrev must be specified by the caller. The IPPI demo code in OpticalFlowPyrLK.c on the other hand, simply sets the pPrev array to zero values.
My questions:
1. So, is this just bad sample code or an undocumented something where OpticalFlowPyrLK figures out good feature points itself ?
2. OpticalFlowPyrLK is based on "Pyramidal Implementation of the Lucas Kanade Feature Tracker" by Jean-Yves Bouguet, of the Intel Corporation Microprocessor Research Labs. Chapter 3 "Feature Selection" of this document describes an the algorithm to select feature-points. How does that algorithm translate into IPPI calls ?
Regards,
Adriaan van Os
- Tags:
- Development Tools
- General Support
- Intel® Integrated Performance Primitives
- Parallel Computing
- Vectorization
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yes, this example contains some of the inconsistencies with the actual implementation and has to be redeveloped. We will try fix all of them.
Actually, the pPrev is in and out parameters and has to be initialized at the input to this function.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page