gradient direction: atan2 of x_gradient and y_gradient More...
#include <vil1/vil1_image.h>Go to the source code of this file.
Functions | |
| vil1_image | vepl1_gradient_dir (vil1_image const &, double scale=1.0, double shift=0.0) | 
| gradient direction: atan2 of x_gradient and y_gradient.   | |
gradient direction: atan2 of x_gradient and y_gradient
Note that the pixel types must support conversion from/to double where the atan2 computation takes place.
Definition in file vepl1_gradient_dir.h.
| vil1_image vepl1_gradient_dir | ( | vil1_image const & | , | 
| double | scale = 1.0,  | 
        ||
| double | shift = 0.0  | 
        ||
| ) | 
gradient direction: atan2 of x_gradient and y_gradient.
Definition at line 9 of file vepl1_gradient_dir.cxx.
 1.7.5.1