#include <gabor.h>
Inheritance diagram for Function_2D::Gabor:
Public Methods | |
Gabor::Gabor (const real_type center_x=0, const real_type center_y=0, const real_type sigma_x=1, const real_type sigma_y=1, const real_type orientation_angle=0, const real_type w_phase=0, const real_type w_length=1) | |
void | set_phase (const real_type p) |
void | set_wave_length (const real_type w) |
Protected Methods | |
virtual real_type | base_value_proxy (const real_type x, const real_type y) const |
Protected Attributes | |
real_type | phase |
Phase of the sine. | |
real_type | wave_length |
|
Implements Function_2D::Base_2D. |
|
|
|
|
|
|
|
Phase of the sine.
|
|
Wave length of the sine divided by sigma_x (i.e. the wave length is scaled consistently according to sigma_x). |