Changeset 167 in flair-src for trunk/lib/FlairVisionFilter
- Timestamp:
- Apr 12, 2017, 1:59:38 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairVisionFilter/src/OpticalFlow.cpp
r157 r167 128 128 //apply rotation 129 129 for(i=0;i<count;i++) { 130 Vector3D tmp;130 Vector3Df tmp; 131 131 tmp.x=pointsA[i].x; 132 132 tmp.y=pointsA[i].y;
Note:
See TracChangeset
for help on using the changeset viewer.