digikam
Digikam::CMat Struct Reference
CMat: : Radius of the matrix. More...
#include <matrix.h>
Public Attributes | |
| double * | center |
| double * | data |
| int | radius |
| int | row_stride |
Detailed Description
CMat: : Radius of the matrix.
Centered matrix. This is a square matrix where the indices range from [-radius, radius]. The matrix contains (2 * radius + 1) ** 2 elements.
Definition at line 45 of file libs/dimg/filters/matrix.h.
Member Data Documentation
| double* Digikam::CMat::center |
Definition at line 50 of file libs/dimg/filters/matrix.h.
| double* Digikam::CMat::data |
Definition at line 49 of file libs/dimg/filters/matrix.h.
Definition at line 47 of file libs/dimg/filters/matrix.h.
Definition at line 48 of file libs/dimg/filters/matrix.h.
The documentation for this struct was generated from the following file:
KDE 4.4 API Reference