Changeset 318 in flair-src for trunk/lib/FlairCore/src/Matrix.cpp


Ignore:
Timestamp:
07/03/19 17:05:33 (5 years ago)
Author:
Sanahuja Guillaume
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairCore/src/Matrix.cpp

    r252 r318  
    107107}
    108108
    109 Matrix::Matrix(const Object *parent, const cvmatrix_descriptor *descriptor,
     109Matrix::Matrix(const Object *parent, const MatrixDescriptor *descriptor,
    110110                   ScalarType const &elementDataType, string name, uint32_t n)
    111111    : io_data(parent, name, n),
Note: See TracChangeset for help on using the changeset viewer.