Tasks #2697
Implement ROIExtractor
Status: | New | Start date: | 02/04/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | S. Wrede | % Done: | 0% | |
Category: | - | Estimated time: | 4.00 hours | |
Target version: | - |
Description
Implement a component which extract regions-of-interest patches (based on bounding boxes) out of a video stream, e.g., to generate training data for face or object recognizers. Initial implementation should at least work with rst.vision.Faces.
Implementation
- should utilize the timesync library to fuse bounding box detections with the closest video image based on create timestamps (or using cause vector information)?
- should write the patches to files.
Related issues
History
#1 Updated by J. Moringen over 6 years ago
- Copied from Tasks #1395: Implement ROIExtractor added