digiKam
|
Public Attributes | |
double * | center |
double * | data |
int | radius |
int | row_stride |
CMat:
Centered matrix. This is a square matrix where the indices range from [-radius, radius]. The matrix contains (2 * radius + 1) ** 2 elements.
double* Digikam::CMat::center |
Points to element with index (0, 0)
Referenced by Digikam::RefocusMatrix::c_mat_elt(), and Digikam::RefocusMatrix::init_c_mat().
double* Digikam::CMat::data |
Contents of matrix
Referenced by Digikam::RefocusMatrix::finish_c_mat(), and Digikam::RefocusMatrix::init_c_mat().
int Digikam::CMat::radius |
Radius of the matrix.
Referenced by Digikam::RefocusMatrix::c_mat_elt(), Digikam::RefocusMatrix::compute_g_matrix(), Digikam::RefocusMatrix::convolve_star_mat(), and Digikam::RefocusMatrix::init_c_mat().
int Digikam::CMat::row_stride |
Size of one row = 2 * radius + 1
Referenced by Digikam::RefocusMatrix::c_mat_elt(), and Digikam::RefocusMatrix::init_c_mat().