Changeset 157 in flair-src for trunk/lib/FlairVisionFilter/src/OpticalFlow.cpp
- Timestamp:
- Mar 4, 2017, 3:29:18 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairVisionFilter/src/OpticalFlow.cpp
r144 r157 48 48 pyr=NULL; 49 49 pyr_old=NULL; 50 return; 50 51 } 51 52 … … 63 64 found_feature=(char *)cvAlloc(max_features->Value()*sizeof(char)); 64 65 feature_error=(unsigned int *)cvAlloc(max_features->Value()*sizeof(unsigned int)); 66 67 SetIsReady(true); 65 68 } 66 69
Note:
See TracChangeset
for help on using the changeset viewer.