|
Jafar
|
Definition at line 10 of file ImageGradients.hpp.
Public Member Functions | |
| ImageGradients (const jafar::image::Image &source, double derivationSigma=1.0) | |
| void | sampleGx (jafar::image::Image &dst, float x, float y) const |
| void | sampleGy (jafar::image::Image &dst, float x, float y) const |
| const float * | gx (int x, int y) const |
| const float * | gy (int x, int y) const |
Public Attributes | |
| jafar::image::Image | m_imggx |
| jafar::image::Image | m_imggy |
| Generated on Wed Oct 15 2014 00:37:39 for Jafar by doxygen 1.7.6.1 |
|