digiKam
Digikam::Mat Struct Reference

Public Attributes

int cols
 
double * data
 
int rows
 

Detailed Description

Mat:

Normal matrix type. Indices range from [0, rows -1 ] and [0, cols - 1].

Member Data Documentation

◆ cols

int Digikam::Mat::cols

Number of columns in the matrix

◆ data

◆ rows

int Digikam::Mat::rows

Number of rows in the matrix.

Referenced by Digikam::RefocusMatrix::mat_elt().


The documentation for this struct was generated from the following file: