#include <MoCapFile.h>
Public Member Functions | |
| MoCapFrame (MoCapFrame const &nf) | |
| MoCapFrame & | operator= (MoCapFrame const &nf) |
Public Attributes | |
| int | frame_no |
| Frame number. | |
| pvector | frame |
| Locations of all identified feature points (labeled markers). | |
| pvector | unidentified |
| Locations of all unidentified featured points (unlabeled markers). | |
1.5.1-p1