Computes difference of gaussians (using a 5 tap filter). More...
Go to the source code of this file.
Functions | |
| template<class T > | |
| void | vil_dog_filter_5tap (const vil_image_view< T > &src_im, vil_image_view< T > &smooth_im, vil_image_view< T > &dog_im, double sigma) |
| Smooth source with gaussian filter and compute difference. More... | |
Computes difference of gaussians (using a 5 tap filter).
Definition in file vil_dog_filter_5tap.h.
| void vil_dog_filter_5tap | ( | const vil_image_view< T > & | src_im, |
| vil_image_view< T > & | smooth_im, | ||
| vil_image_view< T > & | dog_im, | ||
| double | sigma | ||
| ) |
Smooth source with gaussian filter and compute difference.
Uses a 5-tap filter with gaussian width sigma.
| sigma | Width of gaussian |
| smooth_im | Result of smoothing the src_im |
| dog_im | src_im - smooth_im |
Definition at line 19 of file vil_dog_filter_5tap.h.
1.8.15