Changeset 318 in flair-src for trunk/lib/FlairVisionFilter/src/OpticalFlowSpeed.cpp
- Timestamp:
- Jul 3, 2019, 5:05:33 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairVisionFilter/src/OpticalFlowSpeed.cpp
r274 r318 29 29 30 30 OpticalFlowSpeed::OpticalFlowSpeed(const IODevice* parent, const LayoutPosition* position,string name) : IODevice(parent,name) { 31 cvmatrix_descriptor* desc=new cvmatrix_descriptor(2,1);31 MatrixDescriptor* desc=new MatrixDescriptor(2,1); 32 32 desc->SetElementName(0,0,"vx"); 33 33 desc->SetElementName(1,0,"vy");
Note: See TracChangeset
for help on using the changeset viewer.