Find Cartesian differential invariants. More...
#include "vil_cartesian_differential_invariants.h"#include <vil/vil_image_view.h>#include <vil/algo/vil_gauss_filter.h>#include <vil/algo/vil_convolve_1d.h>#include <vil/vil_transpose.h>#include <vil/vil_plane.h>#include <cassert>Go to the source code of this file.
Macros | |
| #define | VIL_CARTESIAN_DIFFERENTIAL_INVARIANTS_INSTANTIATE(S, T) |
Functions | |
| template<class S , class T > | |
| void | vil_cartesian_differential_invariants_3_1plane (const vil_image_view< S > &src, vil_image_view< T > &dest, double scale, unsigned max_kernel_width) |
| Compute 1st, 2nd, and 3rd order C.d.i.s of an image. More... | |
| template<class S , class T > | |
| void | vil_cartesian_differential_invariants_3 (const vil_image_view< S > &src, vil_image_view< T > &dest, double scale, unsigned max_kernel_width) |
| Compute 1st, 2nd, and 3rd order C.d.i.s of an image. More... | |
Find Cartesian differential invariants.
Definition in file vil_cartesian_differential_invariants.hxx.
| #define VIL_CARTESIAN_DIFFERENTIAL_INVARIANTS_INSTANTIATE | ( | S, | |
| T | |||
| ) |
Definition at line 172 of file vil_cartesian_differential_invariants.hxx.
| void vil_cartesian_differential_invariants_3 | ( | const vil_image_view< S > & | src, |
| vil_image_view< T > & | dest, | ||
| double | scale, | ||
| unsigned | max_kernel_width | ||
| ) |
Compute 1st, 2nd, and 3rd order C.d.i.s of an image.
Compute up to 3rd order C.d.i. of an image.
Definition at line 154 of file vil_cartesian_differential_invariants.hxx.
|
inline |
Compute 1st, 2nd, and 3rd order C.d.i.s of an image.
The input must be 1 plane, the output will be 8 planes.
Definition at line 23 of file vil_cartesian_differential_invariants.hxx.
1.8.15