Changeset 76 in flair-dev for trunk/include/FlairVisionFilter
- Timestamp:
- Sep 12, 2018, 5:43:31 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/FlairVisionFilter/OpticalFlowData.h
r44 r76 129 129 130 130 OpticalFlowData::Type const &GetDataType() const {return dataType;} 131 132 /*! 133 * \brief Raw read datas 134 * 135 * Reimplemented from io_data. \n 136 * See io_data::RawRead. 137 * 138 * \param dst destination buffer 139 */ 140 void RawRead(char *dst) const; 131 141 132 142 private: … … 137 147 char *found_features; 138 148 uint32_t *features_error; 139 void CopyDatas(char* dst) const;140 149 Type dataType; 141 150 };
Note:
See TracChangeset
for help on using the changeset viewer.