Changeset 214 in flair-src for trunk/demos/Sinus/src/MeanFilter.h
- Timestamp:
- Feb 7, 2018, 5:49:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/demos/Sinus/src/MeanFilter.h
r16 r214 25 25 namespace flair { 26 26 namespace core { 27 class cvmatrix;27 class Matrix; 28 28 } 29 29 namespace gui { … … 70 70 * \return pointer to the output matrix 71 71 */ 72 core:: cvmatrix *GetMatrix(void) const;72 core::Matrix *GetMatrix(void) const; 73 73 74 74 /*! … … 86 86 gui::GroupBox *groupBox; 87 87 gui::SpinBox *numberOfElements; 88 core:: cvmatrix *output;88 core::Matrix *output; 89 89 float previousValues[MAX_NUMBER_OF_ELEMENTS]; // previous values storage 90 90 };
Note:
See TracChangeset
for help on using the changeset viewer.