Changeset 50 in flair-dev for trunk/include/FlairCore/cvmatrix.h
- Timestamp:
- May 31, 2017, 3:54:26 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/FlairCore/cvmatrix.h
r13 r50 55 55 * Construct an io_data representing a CvMat. \n 56 56 * It uses a cvmatrix_descriptor to get size and elements' names. \n 57 * Names are used for graphs and logs. 57 * Names are used for graphs and logs. \n 58 * All values are initialized to 0. 58 59 * 59 60 * \param parent parent 60 * \param descriptor matrix description 61 * \param descriptor matrix description, it is safe to destroy it after calling this constructor 61 62 * \param type type of matrix elements 62 63 * \param name name … … 71 72 * 72 73 * Construct an io_data representing a CvMat. \n 73 * Elements are unamed. 74 * Elements are unamed. \n 75 * All values are initialized to 0. 74 76 * 75 77 * \param parent parent
Note:
See TracChangeset
for help on using the changeset viewer.