#include <KernelIterator.hpp>
Definition at line 23 of file KernelIterator.hpp.
Basic Constructor.
- Date
- 2013/Nov/19
- Parameters
-
krn | A kernel. |
dim | Matrix or image dimensions. |
index | Index of reference pixel in the kernel. |
- Returns
- none.
- Warning
- none.
Basic Constructor.
- Date
- 2013/Nov/19
- Parameters
-
krn | A kernel. |
mat | A matrix. |
index | Index of reference pixel in the kernel. |
- Returns
- none.
- Warning
- none.
Basic Constructor.
- Date
- 2014/Apr/18
- Parameters
-
krn | A kernel. |
img | An image. |
index | Index of reference pixel in the kernel. |
- Returns
- none.
- Warning
- none.
Checks if this position is different of cmp position.
- Date
- 2013/Nov/19
- Parameters
-
cmp | iterator to which this iterator is compared. |
- Returns
- True, if this position is different of cmp position.
- Warning
- none.
size_t Bial::KernelIterator::operator* |
( |
| ) |
const |
Returns a ponter to current element.
- Date
- 2013/Nov/19
- Parameters
-
- Returns
- Ponter to current element.
- Warning
- Does not verify if corrent element is valid.
Sets position to the next valid element or to space size if finished.
- Date
- 2013/Nov/19
- Parameters
-
- Returns
- Reference to this.
- Warning
- none.
Sets position to the next valid element or to space size if finished.
- Date
- 2013/Nov/19
- Parameters
-
- Returns
- Copy to this, moved to next valid element.
- Warning
- none.
Checks if this position is the same as cmp position.
- Date
- 2013/Nov/19
- Parameters
-
cmp | iterator to which this iterator is compared. |
- Returns
- True, if this position is the same as cmp position.
- Warning
- none.
float Bial::KernelIterator::Value |
( |
| ) |
const |
Returns the coefficient of current element.
- Date
- 2013/Nov/19
- Parameters
-
- Returns
- Coefficient of current element.
- Warning
- Does not verify if corrent element is valid.
The documentation for this class was generated from the following file: