digiKam
|
Public Attributes | |
int | cols |
double * | data |
int | rows |
Mat:
Normal matrix type. Indices range from [0, rows -1 ] and [0, cols - 1].
int Digikam::Mat::cols |
Number of columns in the matrix
double* Digikam::Mat::data |
Content of the matrix
Referenced by Digikam::RefocusMatrix::finish_and_free_matrix(), Digikam::RefocusMatrix::finish_matrix(), and Digikam::RefocusMatrix::mat_elt().
int Digikam::Mat::rows |
Number of rows in the matrix.
Referenced by Digikam::RefocusMatrix::mat_elt().