Changeset 214 in flair-src for trunk/lib/FlairVisionFilter/src/OpticalFlowSpeed.cpp
- Timestamp:
- 02/07/18 17:49:27 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairVisionFilter/src/OpticalFlowSpeed.cpp
r157 r214 14 14 #include "OpticalFlowSpeed.h" 15 15 #include "OpticalFlowData.h" 16 #include < cvmatrix.h>16 #include <Matrix.h> 17 17 #include <Object.h> 18 18 … … 30 30 desc->SetElementName(0,0,"vx"); 31 31 desc->SetElementName(1,0,"vy"); 32 output=new cvmatrix(this,desc,floatType,name);32 output=new Matrix(this,desc,floatType,name); 33 33 delete desc; 34 34 … … 81 81 } 82 82 83 core:: cvmatrix *OpticalFlowSpeed::Output() const83 core::Matrix *OpticalFlowSpeed::Output() const 84 84 { 85 85 return output;
Note:
See TracChangeset
for help on using the changeset viewer.